You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Falk Werner edcad5dc4c
fix: fixed deadlock in tests (wait for client to connect, instead on relying on the server)
4 years ago
..
adapter_client.cc put wf_client into a separate thread for testing 4 years ago
adapter_client.hpp put wf_client into a separate thread for testing 4 years ago
file_utils.cc organized unit tests 5 years ago
file_utils.hpp organized unit tests 5 years ago
jansson_test_environment.cc fix: don't send messages if not connected 4 years ago
path.c removed NULL-checks after malloc: they are not necessary, they were not consequently used and objects constructed by 3rd party libs are also unchecked 5 years ago
path.h made static_filesystem private (used for test purposes only) 5 years ago
static_filesystem.c fix: prevent deadlock if libfuse is not available at runtime 4 years ago
static_filesystem.h fix: prevent deadlock if libfuse is not available at runtime 4 years ago
tempdir.cc organized unit tests 5 years ago
tempdir.hpp organized unit tests 5 years ago
timeout_watcher.cc fix: fixed deadlock in tests (wait for client to connect, instead on relying on the server) 4 years ago
timeout_watcher.hpp fix: fixed deadlock in tests (wait for client to connect, instead on relying on the server) 4 years ago
wrap.hpp fix: compile error on arm targets 5 years ago
ws_server.cc removed unused include 4 years ago
ws_server.h removed unused include 4 years ago
ws_server2.cc added another server to simplify testing 4 years ago
ws_server2.hpp added another server to simplify testing 4 years ago