Skip to content
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: revert changes to http2-client-upload-reject #20834

Conversation

apapirovski
Copy link
Member

@apapirovski apapirovski commented May 19, 2018

setImmediate makes this test flaky due to exposing a bug in http2. Temporarily revert until a fix can be found.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

setImmediate makes this test flaky due to exposing a bug in http2.
Temporarily revert until a fix can be found.
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label May 19, 2018
@apapirovski
Copy link
Member Author

@addaleax addaleax added the fast-track PRs that do not need to wait for 48 hours to land. label May 19, 2018
@apapirovski
Copy link
Member Author

apapirovski commented May 19, 2018

This won't make this test pass 100% of the time. It'll just make it less prone to breakage than it is currently. It will still fail due to the bug that's being exposed by the newer version.

The only way to make it not flaky at all is to straight up remove it. But then we would be removing http2-pipe & other tests too :-/

@apapirovski
Copy link
Member Author

This is probably better: #20835

@apapirovski apapirovski deleted the revert-http-client-reject-upload-test branch May 19, 2018 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fast-track PRs that do not need to wait for 48 hours to land. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants