Uh oh!
There was an error while loading. Please reload this page.
test: fix another flaky stringbytes test - #6073
Merged
Merged
Conversation
3 tasks
Trott
commented
Apr 6, 2016
Member
LGTM if CI is green |
ofrobots
commented
Apr 6, 2016
ContributorAuthor
CI looks green apart from some Windows bots that hit environment issues. |
Avoid depending on precise timing of when an object will be collected by GC. This test was missed by nodejs#6039 as it happened to be in a different directory than the rest. Ref: nodejs#6039 PR-URL: nodejs#6073 Reviewed-By: Trott - Rich Trott <rtrott@gmail.com>
ofrobots
commented
Apr 6, 2016
ContributorAuthor
Landed as b73e1b3. |
2 tasks
MylesBorins
commented
Apr 19, 2016
Contributor
@ofrobots this is not landing cleanly in v5.x would you be able to backport? |
MylesBorins
commented
Apr 20, 2016
Contributor
since this is not landing on v5.x I'm marking as We will still want this backported to |
ofrobots
commented
Apr 20, 2016
ContributorAuthor
I will take a look soon-ish. |
ofrobots added a commit
to ofrobots/node
that referenced
this pull request
May 12, 2016
The tests used to rely on precise timing of when a JavaScript object would be garbage collected to ensure that there is enough memory available on the system. Switch the test to use a malloc/free pair instead. Ref: nodejs#5945 Ref: nodejs#6039 Ref: nodejs#6073
3 tasks
MylesBorins pushed a commit
that referenced
this pull request
May 13, 2016
The tests used to rely on precise timing of when a JavaScript object would be garbage collected to ensure that there is enough memory available on the system. Switch the test to use a malloc/free pair instead. Ref: #5945 Ref: #6039 Ref: #6073 PR-URL: #6705 Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit
that referenced
this pull request
May 18, 2016
The tests used to rely on precise timing of when a JavaScript object would be garbage collected to ensure that there is enough memory available on the system. Switch the test to use a malloc/free pair instead. Ref: #5945 Ref: #6039 Ref: #6073 PR-URL: #6705 Reviewed-By: James M Snell <jasnell@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.
Checklist
Affected core subsystem(s)
test
Description of change
Avoid depending on precise timing of when an object will be collected
by GC. This test was missed by #6039 as it happened to be in a
different directory than the rest.
Ref: #6039
R=@Trott
CI: https://ci.nodejs.org/job/node-test-pull-request/2172/