{{ message }}
test: fix flaky test-watch-file#34420
Closed
Trott wants to merge 0 commit into
Closed
Conversation
This comment has been minimized.
This comment has been minimized.
95b53f4 to
5feb148
Compare
5feb148 to
d748c81
Compare
Member
Author
Member
Author
|
@nodejs/testing |
This comment has been minimized.
This comment has been minimized.
addaleax
approved these changes
Jul 20, 2020
Member
There was a problem hiding this comment.
Just for my understanding, this would never really be a strictly-less-than relation, and only ever larger or equal, but if we check for equality we might as well also check for less-than?
Member
Author
There was a problem hiding this comment.
For the most part, yes. It's a coherence check. Super unlikely edge case: It is possible for the time on a host to be adjusted backwards (to correct for it having been set incorrectly in the first place, for example) but that would be highly unusual of course.
Member
Author
|
Another stress CI with another fixup commit: https://ci.nodejs.org/job/node-stress-single-test/139/ ✅ |
Member
Author
|
@nodejs/fs |
Trott
added a commit
that referenced
this pull request
Jul 22, 2020
PR-URL: #34420 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Myles Borins <myles.borins@gmail.com>
35b6aa1 to
b0b52b2
Compare
Member
Author
cjihrig
pushed a commit
that referenced
this pull request
Jul 23, 2020
PR-URL: #34420 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Myles Borins <myles.borins@gmail.com>
MylesBorins
pushed a commit
that referenced
this pull request
Jul 27, 2020
PR-URL: #34420 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Merged
addaleax
pushed a commit
that referenced
this pull request
Sep 22, 2020
PR-URL: #34420 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Myles Borins <myles.borins@gmail.com>
addaleax
pushed a commit
that referenced
this pull request
Sep 22, 2020
PR-URL: #34420 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Merged
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 free
to 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.

Example of the failure this will avoid is https://ci.nodejs.org/job/node-test-commit-linux/36156/nodes=alpine-latest-x64/testReport/junit/(root)/test/pummel_test_watch_file/:
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes