Uh oh!
There was an error while loading. Please reload this page.
test: use global.gc() instead of gc() - #25012
Merged
Merged
Conversation
ChALkeR
approved these changes
Dec 13, 2018
ChALkeR
left a comment
Member
There was a problem hiding this comment.
Seems to be the only place in tests/benchmarks.
LGTM.
BridgeAR
approved these changes
Dec 13, 2018
BridgeAR
commented
Dec 13, 2018
Member
I believe the lite CI is enough here. |
richardlau
approved these changes
Dec 13, 2018
lpinca
approved these changes
Dec 13, 2018
Fishrock123
approved these changes
Dec 13, 2018
Trott
approved these changes
Dec 13, 2018
Member
I'd prefer we not try to make those judgments. If executable code is changed, CI should be run. |
Trott
commented
Dec 13, 2018
Member
Member
Now that a few more tests are marked flaky, lets' try another CI: https://ci.nodejs.org/job/node-test-pull-request/19550/ |
cjihrig
commented
Dec 15, 2018
ContributorAuthor
This change is made for consistency, and to remove an eslint-disable comment. PR-URL: nodejs#25012 Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
BethGriggs pushed a commit
that referenced
this pull request
Dec 18, 2018
This change is made for consistency, and to remove an eslint-disable comment. PR-URL: #25012 Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Merged
refack pushed a commit
to refack/node
that referenced
this pull request
Jan 14, 2019
This change is made for consistency, and to remove an eslint-disable comment. PR-URL: nodejs#25012 Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
BethGriggs pushed a commit
that referenced
this pull request
Feb 12, 2019
This change is made for consistency, and to remove an eslint-disable comment. PR-URL: #25012 Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Merged
BethGriggs pushed a commit
that referenced
this pull request
Feb 20, 2019
This change is made for consistency, and to remove an eslint-disable comment. PR-URL: #25012 Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
rvagg pushed a commit
that referenced
this pull request
Feb 28, 2019
This change is made for consistency, and to remove an eslint-disable comment. PR-URL: #25012 Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Rich Trott <rtrott@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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This change is made for consistency, and to remove an eslint-disable comment.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes