FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: replace flaky immediates event loop test by apapirovski · Pull Request #41423 · nodejs/node · GitHub

/ node Public

test: replace flaky immediates event loop test - #41423

Closed
apapirovski wants to merge 1 commit into
nodejs:mainfrom
apapirovski:patch-unflake-immediate-event-loop-test
Closed

test: replace flaky immediates event loop test#41423
apapirovski wants to merge 1 commit into
nodejs:mainfrom
apapirovski:patch-unflake-immediate-event-loop-test

Conversation

Copy link
Copy Markdown
Contributor

Replace a flaky immediates event loop test that hasn't truly made sense for a while, since it has gone through so many different iterations, with a new test that is verifying the same behavior but without so much potential for flakiness.

Fixes: #24497

Replace a flaky immediates event loop test that hasn't
truly made sense for a while, since it has gone through
so many different iterations, with a new test that is
verifying the same behavior but without so much
potential for flakiness.

Fixes: nodejs#24497
apapirovski requested review from Trott and addaleax January 7, 2022 03:43
nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Jan 7, 2022

apapirovski commented Jan 7, 2022
edited
Loading

Copy link
Copy Markdown
Contributor Author

Stress test CI: https://ci.nodejs.org/job/node-stress-single-test/311/

Edit: Passed. Now let's try to get a bad run on master... heh. https://ci.nodejs.org/job/node-stress-single-test/313/

Trott commented Jan 7, 2022
edited
Loading

Copy link
Copy Markdown
Member

Trying stress tests again but this time with -J --repeat 10 -j 16 --repeat 128.

Current (expected to fail): https://ci.nodejs.org/job/node-stress-single-test/314/ https://ci.nodejs.org/job/node-stress-single-test/315/

This PR (expected to pass): ...will run once we see failures above...

apapirovski commented Jan 7, 2022
edited
Loading

Copy link
Copy Markdown
Contributor Author

Tbh I don't know that we've seen this fail on Win10 ever. Definitely older versions but I haven't been able to get those to run in node-stress-single-test.

Trying some of the others https://ci.nodejs.org/job/node-stress-single-test/316/

Edit: Trying again... https://ci.nodejs.org/job/node-stress-single-test/317/

Edit2: I guess most recently this actually failed on CentOS so... https://ci.nodejs.org/job/node-stress-single-test/318/

Copy link
Copy Markdown
Contributor Author

I have no clue about our build systems but most of these node-stress-single-test instances aren't working :(

Trott commented Jan 8, 2022

Copy link
Copy Markdown
Member

I have no clue about our build systems but most of these node-stress-single-test instances aren't working :(

We could approve the PR on principle, I suppose.

Copy link
Copy Markdown
Member

I have no clue about our build systems but most of these node-stress-single-test instances aren't working :(

Looks like the stress job didn’t have the -gcc8 variants for centos7 added to the selectable configurations (we wouldn’t expect earlier versions to be able to compile current master). Also centos7-64 isn’t currently covered by https://github.com/nodejs/build/blob/master/jenkins/scripts/select-compiler.sh so isn’t selecting the right compiler either. I can look at sorting this out but it’ll be after the security releases.

aduh95 commented Mar 12, 2022

Copy link
Copy Markdown
Contributor

This needs a rebase.

aduh95 commented May 11, 2024

Copy link
Copy Markdown
Contributor

No longer needed IIUC: #48575

aduh95 closed this May 11, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flaky: parallel/test-timers-immediate-queue

6 participants


Back | FazBrowse Home | New Git URL