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 tests are legacy and really old, no one cared much about them.
Failing tests are not reporting the errors to the pipeline result, the whole pipeline should fail, and not report a success.
Try to fix the commented tests (with //), and re-enable them
Rewrite all the tests using testify library (currently used for http1parser_test package)
Refactor the code of the tests to make them more readable
The text was updated successfully, but these errors were encountered:
For the shared proxy functions, like createProxy and all the others that are duplicated, you have to create another package that is imported by all the other tests.
Alright @CameronBadman ?
Current tests are legacy and really old, no one cared much about them.
Failing tests are not reporting the errors to the pipeline result, the whole pipeline should fail, and not report a success.
The text was updated successfully, but these errors were encountered: