Skip to content

test: mark test-zlib.zlib-binding.deflate as flaky - #20935

Closed
mmarchini wants to merge 1 commit into
nodejs:masterfrom
mmarchini:mark-test-zlib-deflate-flaky
Closed

test: mark test-zlib.zlib-binding.deflate as flaky#20935
mmarchini wants to merge 1 commit into
nodejs:masterfrom
mmarchini:mark-test-zlib-deflate-flaky

Conversation

@mmarchini

Copy link
Copy Markdown
Contributor

test-zlib.zlib-binding.deflate is failing continuously in our CI,
leaving us with 1% successful builds during the last 100 runs. This
commit marks the test as flaky while the issue is not resolved.

Ref: #20907

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

test-zlib.zlib-binding.deflate is failing continuously in our CI,
leaving us with 1% successful builds during the last 100 runs. This
commit marks the test as flaky while the issue is not resolved.
Ref: nodejs#20907
@mmarchinimmarchini added flaky-test Issues and PRs related to the tests with unstable failures on the CI. fast-track PRs that do not need to wait for 48 hours to land. labels May 24, 2018
@nodejs-github-botnodejs-github-bot added async_hooks Issues and PRs related to the async hooks subsystem. test Issues and PRs related to the tests. labels May 24, 2018
@mmarchini

Copy link
Copy Markdown
ContributorAuthor

Please leave a 👍 if you agree this PR should be fast-tracked.

@mmarchini

Copy link
Copy Markdown
ContributorAuthor

@apapirovskiapapirovski 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. Is linuxone the same as linux for the purposes of these status files?

@mmarchini

Copy link
Copy Markdown
ContributorAuthor

Is linuxone the same as linux for the purposes of these status files

Not sure, I was thinking the same thing while making this PR. Maybe someone from @nodejs/build can answer that?

@maclover7

Copy link
Copy Markdown
Contributor

Is linuxone the same as linux for the purposes of these status files

I believe so, yes

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

Copy link
Copy Markdown
Contributor

@nodejs/collaborators please have a look and also 👍 above to approve the fast-tracking. This way we can get the CI green / yellow again.

@richardlau

Copy link
Copy Markdown
Member

Is linuxone the same as linux for the purposes of these status files

Yes, linuxone is Linux on z/Architecture (arch==s390x).

@mmarchini

Copy link
Copy Markdown
ContributorAuthor

Landing

@mmarchini

Copy link
Copy Markdown
ContributorAuthor

Landed in f96ef55

mmarchini pushed a commit that referenced this pull request May 24, 2018
test-zlib.zlib-binding.deflate is failing continuously in our CI,
leaving us with 1% successful builds during the last 100 runs. This
commit marks the test as flaky while the issue is not resolved.
Ref: #20907
PR-URL: #20935
Refs: #20907
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 24, 2018
test-zlib.zlib-binding.deflate is failing continuously in our CI,
leaving us with 1% successful builds during the last 100 runs. This
commit marks the test as flaky while the issue is not resolved.
Ref: #20907
PR-URL: #20935
Refs: #20907
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request May 24, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

async_hooksIssues and PRs related to the async hooks subsystem.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.

8 participants

@mmarchini@maclover7@apapirovski@richardlau@benjamingr@cjihrig@BridgeAR@nodejs-github-bot