Skip to content

test: fix flaky parallel/test-fs-write-file-typedarrays - #22659

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:fix-flaky-fs-write-file-typedarrays
Closed

test: fix flaky parallel/test-fs-write-file-typedarrays#22659
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:fix-flaky-fs-write-file-typedarrays

Conversation

@addaleax

Copy link
Copy Markdown
Member

Using the same filename for different async tests could lead
to race conditions.

Example failure: https://travis-ci.com/nodejs/node/jobs/143351655

Refs: #22150

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

Using the same filename for different async tests could lead
to race conditions.
Example failure: https://travis-ci.com/nodejs/node/jobs/143351655
Refs: nodejs#22150
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Sep 2, 2018
@addaleaxaddaleax added the fs Issues and PRs related to the fs subsystem / file system. label Sep 2, 2018
@BridgeARBridgeAR added the fast-track PRs that do not need to wait for 48 hours to land. label Sep 2, 2018
@addaleax

Copy link
Copy Markdown
MemberAuthor

@addaleaxaddaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 2, 2018
@addaleax

Copy link
Copy Markdown
MemberAuthor

@lundibundi

lundibundi commented Sep 3, 2018

Copy link
Copy Markdown
Member

Wow, that's something 🙃 :

01:27:40 FATAL: Command "git clean -fdx" returned status code 134:
01:27:40 stdout: 01:27:40 stderr: *** Error in `git': free(): invalid pointer: 0x08802170 ***

Resume: https://ci.nodejs.org/job/node-test-pull-request/16978/ (:heavy_check_mark:)

@addaleax

Copy link
Copy Markdown
MemberAuthor

@lundibundi Oh, yeah … I think that might be #22628 (comment) :/

@addaleax

Copy link
Copy Markdown
MemberAuthor

Landed in ba43bce

@addaleaxaddaleax closed this Sep 3, 2018
@addaleax
addaleax deleted the fix-flaky-fs-write-file-typedarrays branch September 3, 2018 12:23
addaleax added a commit that referenced this pull request Sep 3, 2018
Using the same filename for different async tests could lead
to race conditions.
Example failure: https://travis-ci.com/nodejs/node/jobs/143351655
Refs: #22150
PR-URL: #22659
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request Sep 3, 2018
Using the same filename for different async tests could lead
to race conditions.
Example failure: https://travis-ci.com/nodejs/node/jobs/143351655
Refs: #22150
PR-URL: #22659
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targostargos mentioned this pull request Sep 5, 2018
targos pushed a commit that referenced this pull request Sep 6, 2018
Using the same filename for different async tests could lead
to race conditions.
Example failure: https://travis-ci.com/nodejs/node/jobs/143351655
Refs: #22150
PR-URL: #22659
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
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.fsIssues and PRs related to the fs subsystem / file system.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@addaleax@nodejs-github-bot@lundibundi@Trott@targos@BridgeAR