Skip to content

test: fix flaky test-http-server-keepalive-req-gc - #29347

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:fix-req-gc-test
Closed

test: fix flaky test-http-server-keepalive-req-gc#29347
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:fix-req-gc-test

Conversation

@Trott

Copy link
Copy Markdown
Member

Use server to keep the event loop open until the ongc listener runs.

Fixes: #29344

Collaborators, please 👍 to fast-track.

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

@TrottTrott added test Issues and PRs related to the tests. flaky-test Issues and PRs related to the tests with unstable failures on the CI. fast-track PRs that do not need to wait for 48 hours to land. labels Aug 27, 2019
@nodejs-github-bot

This comment has been minimized.

Comment threadtest/parallel/test-http-server-keepalive-req-gc.js Outdated
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@TrottTrott changed the title test: fix falky test-http-server-keepalive-req-gctest: fix flaky test-http-server-keepalive-req-gcAug 27, 2019
@Trott

Copy link
Copy Markdown
MemberAuthor

CI is green. Some approvals for fast-tracking would be great.... @nodejs/testing

Use `server` to keep the event loop open until the `ongc` listener runs.
Fixes: nodejs#29344
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@addaleax

Copy link
Copy Markdown
Member

Actually, can you maybe also try to remove the skip-on-Windows part? That might be resolved now too

@Trott

Copy link
Copy Markdown
MemberAuthor

Actually, can you maybe also try to remove the skip-on-Windows part? That might be resolved now too

I was going to do that in a follow-up PR, just in case it's not resolved. Is that OK with you?

@addaleax

Copy link
Copy Markdown
Member

Sure!

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 28, 2019
@Trott

Copy link
Copy Markdown
MemberAuthor

Collaborators, please 👍 to fast-track.

danbev pushed a commit that referenced this pull request Aug 28, 2019
Use `server` to keep the event loop open until the `ongc` listener runs.
PR-URL: #29347Fixes: #29344
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
@danbev

Copy link
Copy Markdown
Contributor

Landed in 3ae6f5e.

@danbevdanbev closed this Aug 28, 2019
BridgeAR pushed a commit that referenced this pull request Sep 3, 2019
Use `server` to keep the event loop open until the `ongc` listener runs.
PR-URL: #29347Fixes: #29344
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
@BridgeARBridgeAR mentioned this pull request Sep 3, 2019
BridgeAR pushed a commit that referenced this pull request Sep 4, 2019
Use `server` to keep the event loop open until the `ongc` listener runs.
PR-URL: #29347Fixes: #29344
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
@Trott
Trott deleted the fix-req-gc-test branch January 13, 2022 22:51
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.fast-trackPRs that do not need to wait for 48 hours to land.flaky-testIssues and PRs related to the tests with unstable failures on the CI.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flaky test-http-server-keepalive-req-gc.js

4 participants

@Trott@nodejs-github-bot@addaleax@danbev