X Tutup
The Wayback Machine - https://web.archive.org/web/20220423235321/https://github.com/nodejs/node/pull/38060
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-net-timeout #38060

Closed
wants to merge 1 commit into from
Closed

Conversation

Copy link
Member

@Trott Trott commented Apr 3, 2021

The check for an 800ms window makes assumptions about a setTimeout()
not running late etc. Remove it.

Refs: #34289

The check for an 800ms window makesw assumptions about a setTimeout()
not running late etc. Remove it.

Refs: nodejs#34289
@nodejs-github-bot nodejs-github-bot added needs-ci test labels Apr 3, 2021
@Trott Trott added the flaky-test label Apr 3, 2021
@Trott
Copy link
Member Author

@Trott Trott commented Apr 3, 2021

@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Apr 6, 2021

@marsonya marsonya added the author ready label Apr 6, 2021
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Apr 6, 2021

@jasnell
Copy link
Member

@jasnell jasnell commented Apr 6, 2021

Landed in 8b05e32

@jasnell jasnell closed this Apr 6, 2021
jasnell pushed a commit that referenced this issue Apr 6, 2021
The check for an 800ms window makesw assumptions about a setTimeout()
not running late etc. Remove it.

Refs: #34289

PR-URL: #38060
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this issue May 1, 2021
The check for an 800ms window makesw assumptions about a setTimeout()
not running late etc. Remove it.

Refs: #34289

PR-URL: #38060
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@danielleadams danielleadams mentioned this pull request May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready flaky-test needs-ci test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants
X Tutup