-
Notifications
You must be signed in to change notification settings - Fork 1
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
Slombard/web 286 fix test for parallel requests to the cgi #385
Slombard/web 286 fix test for parallel requests to the cgi #385
Conversation
…erload-operator fix(segfault): solve buffer overflow due to out-of-bounds access.
Add test to check parallels cgis
…test-for-parallel-requests-to-the-cgi
@552020 Can you modify your tester a bit and it to git actions? |
@552020 I wrote why it did not work in Slack. And yes, tests are working now |
…point to not encour in timeout
@dantol29 Tests are now passing. |
@552020 But is parallel cgi test checking properly this time? |
Yes, the problem before was that the connection was timing out before the cgi returned the page. But if it will fail it will not display an error. |
@552020 What is the purpose of the test if it doesn't display an error? |
The purpose of a test, even if it doesn't display an error, is multifaceted and includes several key objectives:
In summary, the absence of errors in test results is a positive outcome, indicating that the software is functioning as intended. This contributes to a robust and reliable codebase, enabling developers to make changes and additions with greater confidence. |
… commenting out a print which cause an onverflow on mac
We had to change the way the error is checked - we write the error in a file cause for the async nature of the operation the error variable was not correctly read
@dantol29 now I fixed it. The test will return 1 and not 0 if the test is failing. Pushing this version with a sleep bigger than the CGI timout to let the test fail and check if it fails. On my machine is working, you see the 0 and the 1 with echo $? after I changed the script. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGtM!
From yesterday.