CMake/GkfsPythonTesting.cmake
0 → 100644
+218
−0
test/README.md
0 → 100644
+11
−0
tests/integration/directories/README.md
0 → 100644
+4
−0
+213
−0
Loading
This MR adds a Python-based testing harness that helps writing functional/integration tests. The harness provides common functionalities such as creating a workspace for tests, starting a GekkoFS server, and running client processes with an appropriate environment (e.g. LD_PRELOAD, LD_LIBRARY_PATH etc.), among others. Tests are automatically found by the harness and return easy to interpret error codes (e.g. success/failure). More details on how the harness work can be found in the wiki.
epoll_wait()) in client logs.gitlab-ci.yml
Closes #76 (closed)