Submitter | phabricator |
---|---|
Date | Nov. 24, 2021, 11:11 a.m. |
Message ID | <differential-rev-PHID-DREV-xmovcdd4pjxmbimfvz7g-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50104/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-dirstate-race2.t b/tests/test-dirstate-race2.t --- a/tests/test-dirstate-race2.t +++ b/tests/test-dirstate-race2.t @@ -19,6 +19,12 @@ $ hg commit -qAm _ $ echo aa > a $ hg commit -m _ +# this sleep is there to ensure current time has -at-least- one second away +# from the current time. It ensure the mtime is not ambiguous. If the test +# "sleep" longer this will be fine. +# It is not used to synchronise parallele operation so it is "fine" to use it. + $ sleep 1 + $ hg status $ hg debugdirstate --no-dates n 644 3 (set |unset) a (re)