foundationdb/bindings/python/tests
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
..
cancellation_timeout_tests.py add tests for new database behavior to python scripted tests 2019-03-22 15:10:08 -04:00
directory_extension.py Changes to print output 2018-05-18 16:24:03 -07:00
fdbcli_tests.py Fix flaky ctest tests (#6310) 2022-01-28 13:16:44 -08:00
size_limit_tests.py Upgrade api version from 700 to 710 2021-05-05 21:15:00 -07:00
tester.py Added bindings tests; Protected new SSI endpoints under new 7.0 ProtocolVersion 2020-07-02 14:05:12 -07:00
tuple_tests.py remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00