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

test: fix flaky test-trace-atomics-wait by addaleax · Pull Request #33428 · nodejs/node · GitHub

/ node Public

test: fix flaky test-trace-atomics-wait - #33428

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:fix-flaky-atomics-wait
Closed

test: fix flaky test-trace-atomics-wait#33428
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:fix-flaky-atomics-wait

Conversation

addaleax commented May 16, 2020
edited
Loading

Copy link
Copy Markdown
Member

This adds a possible ordering of the trace events that was missing
from the list previously.

Fixes: #33427

(This doesn’t fully fix flakiness for me, but it reduces the number of failures from the 10 % observed in #33427 to 0.1 %, and that remainder comes from segfaults that I’m still looking into – but in any case, a real bug as opposed to something that makes this particular test flaky. Edit: #33429)

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

This adds a possible ordering of the trace events that was missing
from the list previously.

Fixes: nodejs#33427
nodejs-github-bot added the test Issues and PRs related to the tests. label May 16, 2020
addaleax added the worker Issues and PRs related to Worker support. label May 16, 2020

Copy link
Copy Markdown
Collaborator

addaleax added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label May 16, 2020

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

nodejs-github-bot commented May 23, 2020
edited by BridgeAR
Loading

Copy link
Copy Markdown
Collaborator

BridgeAR pushed a commit to BridgeAR/node that referenced this pull request May 23, 2020
This adds a possible ordering of the trace events that was missing
from the list previously.

Fixes: nodejs#33427

PR-URL: nodejs#33428
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

Copy link
Copy Markdown
Member

Landed in f251533 🎉

BridgeAR closed this May 23, 2020
codebytere pushed a commit that referenced this pull request Jun 18, 2020
This adds a possible ordering of the trace events that was missing
from the list previously.

Fixes: #33427

PR-URL: #33428
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
codebytere pushed a commit that referenced this pull request Jun 18, 2020
This adds a possible ordering of the trace events that was missing
from the list previously.

Fixes: #33427

PR-URL: #33428
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
codebytere mentioned this pull request Jun 28, 2020
codebytere pushed a commit that referenced this pull request Jun 30, 2020
This adds a possible ordering of the trace events that was missing
from the list previously.

Fixes: #33427

PR-URL: #33428
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. test Issues and PRs related to the tests. worker Issues and PRs related to Worker support.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flaky test/parallel/test-trace-atomics-wait.js when run in parallel

7 participants


Back | FazBrowse Home | New Git URL