-
Notifications
You must be signed in to change notification settings - Fork 123
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
[BUG] Test assertions failing #659
Comments
Is this local? The build is passing on main here. |
If that's the case, this could be a local issue. |
@tejeshreddy do check and find the root cause! It could be that our CI is not reporting errors 😱 |
@dblock Sure thing, I will take a look at this. I'll keep you posted on my findings. |
I've checked one of the latest CI pipeline execution - Unit test and the same set of test cases seem to be passing. Starting to wonder if this issue is purely local/just my local. |
Good. You should dig up why this happens! |
Haven't run into this myself and the tests till pass on Github. Closing since it's stale. Feel free to reopen if you think this is still a valid issue. |
What is the bug?
A couple of asserts in the test suite are failing. For all these tests, the expected
req.headers.connection
isclose
whereas the actual value iskeep-alive
Below are the tests that are failing.
test: test/unit/client.test.js Disable keep alive agent
test: test/unit/connection.test.js Disable keep alive
Do you have any additional context?
test summary
The text was updated successfully, but these errors were encountered: