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
..
2021-05-05 21:15:00 -07:00
2022-01-28 13:16:44 -08:00
2022-01-11 09:34:20 -08:00
2017-05-25 13:48:44 -07:00
2018-01-25 09:48:29 -08:00
2019-02-15 00:01:42 -08:00

Complete documentation of the FoundationDB Python API can be found at https://apple.github.io/foundationdb/api-python.html.

These bindings require the FoundationDB client. The client can be obtained from https://www.foundationdb.org/download/.