You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current our functional tests use mostly simple GET requests, but all the implemented (and at least several not implemented!) request types must be tested. Many HTTP headers (also which we parse and not aware about) must be tested. All the requests must be run with significant load.
Keep in mind that we're developing our own high-peformance fuzzer TfwBomber, so the test for the issue must be relatively simple and take not so much time to execute as a part of whole functional tests run. The real fuzzing is left for TfwBomber.
The text was updated successfully, but these errors were encountered:
A stress test exhibiting #692 was missed from results of #780, so I add a requirement to the test: we need a stress test reliably exhibiting #692 on our testbed. Also, since the issue is crucial, I mark the test as crucial as well.
Current our functional tests use mostly simple GET requests, but all the implemented (and at least several not implemented!) request types must be tested. Many HTTP headers (also which we parse and not aware about) must be tested. All the requests must be run with significant load.
Keep in mind that we're developing our own high-peformance fuzzer TfwBomber, so the test for the issue must be relatively simple and take not so much time to execute as a part of whole functional tests run. The real fuzzing is left for TfwBomber.
The text was updated successfully, but these errors were encountered: