-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: fix test-heapdump-zlib #34499
Closed
puzpuzpuz
wants to merge
2
commits into
nodejs:master
from
puzpuzpuz:fix/broken-pummel-test-for-zlib
Closed
test: fix test-heapdump-zlib #34499
puzpuzpuz
wants to merge
2
commits into
nodejs:master
from
puzpuzpuz:fix/broken-pummel-test-for-zlib
Conversation
This file contains 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
puzpuzpuz
added
zlib
Issues and PRs related to the zlib subsystem.
test
Issues and PRs related to the tests.
labels
Jul 23, 2020
puzpuzpuz
force-pushed
the
fix/broken-pummel-test-for-zlib
branch
from
July 23, 2020 20:29
50910cb
to
42a4793
Compare
4 tasks
puzpuzpuz
force-pushed
the
fix/broken-pummel-test-for-zlib
branch
from
July 23, 2020 20:32
42a4793
to
6b6841c
Compare
richardlau
reviewed
Jul 23, 2020
puzpuzpuz
force-pushed
the
fix/broken-pummel-test-for-zlib
branch
from
July 23, 2020 20:38
6b6841c
to
35d87dc
Compare
puzpuzpuz
force-pushed
the
fix/broken-pummel-test-for-zlib
branch
from
July 23, 2020 20:40
35d87dc
to
e2fef24
Compare
richardlau
approved these changes
Jul 23, 2020
I've requested a pummel CI run (queued): https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/15556/ |
This comment has been minimized.
This comment has been minimized.
If the CI's come back green I'd suggest fast tracking to unbreak the daily builds. |
addaleax
approved these changes
Jul 23, 2020
Trott
approved these changes
Jul 23, 2020
Trott
reviewed
Jul 23, 2020
Pummel CI re-run: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/15561/ ✅ |
6 tasks
Trott
pushed a commit
that referenced
this pull request
Jul 24, 2020
PR-URL: #34499 Refs: #34048 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Landed in d1e4e8e Thanks for the quick fix! |
This was referenced Jul 25, 2020
MylesBorins
pushed a commit
that referenced
this pull request
Jul 27, 2020
PR-URL: #34499 Refs: #34048 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
3 tasks
Merged
This was referenced Jul 29, 2020
addaleax
pushed a commit
that referenced
this pull request
Sep 22, 2020
PR-URL: #34499 Refs: #34048 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
addaleax
pushed a commit
that referenced
this pull request
Sep 22, 2020
PR-URL: #34499 Refs: #34048 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
fast-track
PRs that do not need to wait for 48 hours to land.
test
Issues and PRs related to the tests.
zlib
Issues and PRs related to the zlib subsystem.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refs: #34048
Fixes
test/pummel/test-heapdump-zlib.js
which was broken by #34048.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes