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: fix flaky test-http-server-keepalive-req-gc #29347

Closed
wants to merge 1 commit into from

Conversation

Trott
Copy link
Member

@Trott Trott commented Aug 27, 2019

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

@nodejs-github-bot

This comment has been hidden.

@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Aug 27, 2019

@Trott Trott changed the title test: fix falky test-http-server-keepalive-req-gc test: fix flaky test-http-server-keepalive-req-gc Aug 27, 2019
@Trott
Copy link
Member Author

@Trott Trott commented Aug 27, 2019

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
Contributor

@nodejs-github-bot nodejs-github-bot commented Aug 27, 2019

@addaleax
Copy link
Member

@addaleax addaleax commented Aug 27, 2019

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

@Trott
Copy link
Member Author

@Trott Trott commented Aug 27, 2019

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
Member

@addaleax addaleax commented Aug 27, 2019

Sure!

danbev
danbev approved these changes Aug 28, 2019
@Trott
Copy link
Member Author

@Trott Trott commented Aug 28, 2019

Collaborators, please 👍 to fast-track.

danbev added a commit that referenced this issue Aug 28, 2019
Use `server` to keep the event loop open until the `ongc` listener runs.

PR-URL: #29347
Fixes: #29344
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
@danbev
Copy link
Member

@danbev danbev commented Aug 28, 2019

Landed in 3ae6f5e.

@danbev danbev closed this Aug 28, 2019
BridgeAR added a commit that referenced this issue Sep 3, 2019
Use `server` to keep the event loop open until the `ongc` listener runs.

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

PR-URL: #29347
Fixes: #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 Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

4 participants