Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test to check parallels cgis #372

Merged
merged 4 commits into from
May 20, 2024
Merged

Conversation

552020
Copy link
Collaborator

@552020 552020 commented May 19, 2024

The working script is tests/parallel_cgi/duration_ts.sh.

It sends 3 curls requests to www.development_site/cgi-bin/duration_ts.sh.
This is a python script the returns an html site with the starting time and the ending time of the script.
The bash script wait for the answers, collect them, and sort them so that if see if all three scripts start before the previous one end.
On the actual main it works, but the cgi execute the second script after finishing the first and so on.
I'll try now this on the branch with the non blocking cgi, but this tests works independently

Copy link

linear bot commented May 19, 2024

@552020 552020 requested review from lmangall and dantol29 May 19, 2024 10:28
Copy link
Owner

@dantol29 dantol29 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dantol29 dantol29 merged commit bc49233 into main May 20, 2024
2 checks passed
@552020 552020 deleted the slombard/web-279-check-and-fix-cgi branch May 20, 2024 18:51
@552020 552020 restored the slombard/web-279-check-and-fix-cgi branch May 21, 2024 16:44
@552020 552020 deleted the slombard/web-279-check-and-fix-cgi branch May 21, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants