Skip to content

test: mark test-fs-readfile-tostring-fail as flaky - #21013

Closed
mmarchini wants to merge 2 commits into
nodejs:masterfrom
mmarchini:test-fs-readfile-tostring-fail-flaky
Closed

test: mark test-fs-readfile-tostring-fail as flaky#21013
mmarchini wants to merge 2 commits into
nodejs:masterfrom
mmarchini:test-fs-readfile-tostring-fail-flaky

Conversation

@mmarchini

Copy link
Copy Markdown
Contributor

test-fs-readfile-tostring-fail is failing frequently on OSX machines.
There's a PR to fix this issue in libuv, but while the fix don't land on
Node.js this test should be marked as flaky.

Ref: #16601
Ref: libuv/libuv#1742

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

test-fs-readfile-tostring-fail is failing frequently on OSX machines.
There's a PR to fix this issue in libuv, but while the fix don't land on
Node.js this test should be marked as flaky.
Ref: nodejs#16601
Ref: libuv/libuv#1742
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 29, 2018
@mmarchinimmarchini added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label May 29, 2018
@mmarchini

Copy link
Copy Markdown
ContributorAuthor

@mmarchini

Copy link
Copy Markdown
ContributorAuthor

Please leave a 👍 if you agree we should fast-track this

@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 29, 2018

@maclover7maclover7 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but can you add a comment pointing to the libuv PR, saying that the test will be flaky until that PR lands

@mmarchini

Copy link
Copy Markdown
ContributorAuthor

@maclover7 done!

@mhdawsonmhdawson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mmarchinimmarchini added the fast-track PRs that do not need to wait for 48 hours to land. label May 30, 2018
@MylesBorins

Copy link
Copy Markdown
Contributor

+1 to fast track

@mmarchini

Copy link
Copy Markdown
ContributorAuthor

Landed in 6d58479

mmarchini pushed a commit that referenced this pull request May 30, 2018
test-fs-readfile-tostring-fail is failing frequently on OSX machines.
There's a PR to fix this issue in libuv, but while the fix don't land on
Node.js this test should be marked as flaky.
Ref: #16601
Ref: libuv/libuv#1742
PR-URL: #21013
Refs: #16601
Refs: libuv/libuv#1742
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
addaleax pushed a commit that referenced this pull request May 31, 2018
test-fs-readfile-tostring-fail is failing frequently on OSX machines.
There's a PR to fix this issue in libuv, but while the fix don't land on
Node.js this test should be marked as flaky.
Ref: #16601
Ref: libuv/libuv#1742
PR-URL: #21013
Refs: #16601
Refs: libuv/libuv#1742
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@MylesBorinsMylesBorins mentioned this pull request Jun 6, 2018
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.flaky-testIssues and PRs related to the tests with unstable failures on the CI.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

11 participants

@mmarchini@MylesBorins@apapirovski@jasnell@lpinca@maclover7@gireeshpunathil@BridgeAR@mhdawson@trivikr@nodejs-github-bot