Mercurial > hg
comparison i18n/polib.py @ 50098:889d2a2e9326 stable
test-chg: use a different log to avoid flakyness
The test was deleting the log file to start anew. However a trailing working
process might still be alive at this time, and recreate the very same log on
exit.
We see the trace of such worker in the expected content of server.log (see the
trace modified by this patch). This is flaky because we don't know *when* the
worker will write to the file and there is a race with the `hg init cached`
command.
A much simpler and reliable way to start anew without having such race is⦠to
write to a different log file. No reuse β no conflict, no conflict β no race, no
race β no flakiness.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 18 Feb 2023 01:21:51 +0100 |
parents | 642e31cb55f0 |
children | 493034cc3265 |
comparison
equal
deleted
inserted
replaced
50097:ca9d65d69c27 | 50098:889d2a2e9326 |
---|