[Request] [+ ] D11779: tests: ensure a status will have non ambiguous mtime in some race test
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Wed Nov 24 11:11:24 UTC 2021
marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
For the test to work, we need some mtime to be recorded.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D11779
AFFECTED FILES
tests/test-dirstate-race.t
CHANGE DETAILS
diff --git a/tests/test-dirstate-race.t b/tests/test-dirstate-race.t
--- a/tests/test-dirstate-race.t
+++ b/tests/test-dirstate-race.t
@@ -89,6 +89,7 @@
> rm b && rm -r dir1 && rm d && mkdir d && rm e && mkdir e
> EOF
+ $ sleep 1 # ensure non-ambiguous mtime
$ hg status --config extensions.dirstaterace=$TESTTMP/dirstaterace.py
M d
M e
To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20211124/3564905e/attachment.html>
More information about the Mercurial-patches
mailing list