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: move test-http2-session-timeout #15438

Closed
wants to merge 1 commit into from
Closed

Conversation

Trott
Copy link
Member

@Trott Trott commented Sep 16, 2017

Move concurrency-sensitive test to sequential directory. It is failing
somewhat frequently on FreeBSD in CI.

This is an immediate fix that can optionally be expedited. #15338 has several small improvements but does not (yet) completely remove the race condition that causes the issue. It should still land (IMO) but this is an optional fix for the problem while that PR evolves.

Fixes: #15326

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test http2

Move concurrency-sensitive test to `sequential` directory. It is failing
somewhat frequently on FreeBSD in CI.

Fixes: nodejs#15326
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Sep 16, 2017
Copy link
Member

@jasnell jasnell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm ok with fast tracking this also

@Trott
Copy link
Member Author

Trott commented Sep 16, 2017

Looks like #15338 will land today-ish, making this obsolete. I'm going to close it but will re-open if something goes sideways with #15338.

@Trott Trott closed this Sep 16, 2017
@Trott Trott deleted the fix-15326-seq branch January 13, 2022 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test-http2-session-timeout flaky on FreeBSD
4 participants