diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2023-06-05 14:50:15 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2023-06-07 16:02:58 -0700 |
commit | 7d62f0d9b8ac9f2b58682891ecd6e2daab2114aa (patch) | |
tree | 7b09f59deddfbdb4a999b295d6075d218214b48e /docs/examples/unixsocket.c | |
parent | 7af151ded0c157dd0b375326ee2fcc15b74b6030 (diff) |
runtests; give each server a unique log lock file
Logs are written by several servers and all of them must be finished
writing before the test results can be determined. This means each
server must have its own lock file rather than sharing a single one,
which is how it was done up to now. Previously, the first server to
complete a test would clear the lock before the other server was done,
which caused flaky tests.
Lock files are now all found in their own directory, so counting locks
equals counting the files in that directory. The result is that the
proxy logs are now reliably written which actually changes the expected
output for two tests.
Fixes #11231
Closes #11259
Diffstat (limited to 'docs/examples/unixsocket.c')
0 files changed, 0 insertions, 0 deletions