-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
test/e2e/upstream-proxy.feature is flaky #3464
Closed
johnjbarton opened this issue
Apr 9, 2020
· 2 comments
· Fixed by karronoli/redpen#10 · 4 remaining pull requests
Closed
test/e2e/upstream-proxy.feature is flaky #3464
johnjbarton opened this issue
Apr 9, 2020
· 2 comments
· Fixed by karronoli/redpen#10 · 4 remaining pull requests
Labels
Comments
The fail can be reproduced on some runs with just the single cucumber test running: Looks like the test is complete, the socket is still polling then the fail:
|
johnjbarton
added a commit
to johnjbarton/karma
that referenced
this issue
Apr 9, 2020
This should fix karma-runner#3464, hopefully. Since the test is flaky and only on Travis we can't be sure until we try for awhile.
johnjbarton
added a commit
to johnjbarton/karma
that referenced
this issue
Apr 13, 2020
This should fix karma-runner#3464, hopefully. Since the test is flaky and only on Travis we can't be sure until we try for awhile.
johnjbarton
added a commit
to johnjbarton/karma
that referenced
this issue
Apr 13, 2020
This should fix karma-runner#3464, hopefully. Since the test is flaky and only on Travis we can't be sure until we try for awhile.
🎉 This issue has been resolved in version 5.0.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was referenced Jan 8, 2021
This was referenced May 27, 2021
anthony-redFox
pushed a commit
to anthony-redFox/karma
that referenced
this issue
May 16, 2023
…a-runner#3472) This should fix karma-runner#3464, hopefully. Since the test is flaky and only on Travis we can't be sure until we try for awhile.
anthony-redFox
pushed a commit
to anthony-redFox/karma
that referenced
this issue
May 16, 2023
## [5.0.2](karma-runner/karma@v5.0.1...v5.0.2) (2020-04-16) ### Bug Fixes * **ci:** stop the proxy before killing the child, handle errors ([karma-runner#3472](karma-runner#3472)) ([abe9af6](karma-runner@abe9af6)), closes [karma-runner#3464](karma-runner#3464)
This was referenced Jan 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems to fail more than pass.
The failure call stack points to https://github.com/nodejs/node/blob/master/lib/_http_client.js#L435
indicating that socket was closed before a response was sent but without an error on the request.
The text was updated successfully, but these errors were encountered: