foundationdb/tests/TestRunner
Andrew Noyes 96cbfe668c
Fix flaky ctest tests (#6310)
* Use localhost cluster for trace_partial_file_suffix_test

This way we get a predictable 127.0.0.1 in the trace file name

* Skip suspend test of pidof is not available

* Avoid writing to closed trace log

calling fdb_network_stop sends a "close" message to the trace thread,
but the network thread might can still be running and sending "flush"
messages to the network thread. This change basically ignores any
flushes that come after a close.

* Ensure unique ports for multi-process tests
2022-01-28 13:16:44 -08:00
..
TestDirectory.py added missing files 2019-01-14 19:14:25 -08:00
TestRunner.py Fix a bunch of places where we used old-style arguments. Allow hyphens for profiler args. 2021-12-14 09:59:14 -08:00
fake_cluster.py Fixes to new disconnected tests; add a version that doesn't use MVC 2021-09-29 13:16:17 -06:00
local_cluster.py Fix flaky ctest tests (#6310) 2022-01-28 13:16:44 -08:00
tmp_cluster.py Fix flaky ctest tests (#6310) 2022-01-28 13:16:44 -08:00
tmp_multi_cluster.py Merge branch 'master' of github.com:apple/foundationdb into redwood-io-priority 2021-07-18 01:49:36 -07:00