TESTS: slightly reorganize the code in the tests/ directory
authorWilly Tarreau <w@1wt.eu>
Fri, 2 Apr 2021 08:33:38 +0000 (10:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Apr 2021 08:51:12 +0000 (10:51 +0200)
commit38ceb554fde8f029c3ce29c0e25b4d3fe1f22c62
tree44bc39115812f4c199e3e5efedce93e47a40e97c
parent728be0f43756a747306a2d69d216643756b2eb90
TESTS: slightly reorganize the code in the tests/ directory

The code that is there to run some unit tests on some internal features
was moved to tests/unit. Ideally it should be buildable from the main
makefile though this is not yet the case.

The code that is kept for experimentation purposes (hashes, syscall
optimization etc) as well as some captures of the results was moved
to tests/exp.

A few totally obsolete files which couldn't build anymore and were
not relevant to current versions were removed.
19 files changed:
tests/0000-debug-stats.diff [deleted file]
tests/exp/blocksig.c [moved from tests/blocksig.c with 100% similarity]
tests/exp/filltab25.c [moved from tests/filltab25.c with 100% similarity]
tests/exp/hash_results.txt [moved from tests/hash_results.txt with 100% similarity]
tests/exp/hashing-results.txt [moved from tests/hashing-results.txt with 100% similarity]
tests/exp/io_limits.txt [moved from tests/io_limits.txt with 100% similarity]
tests/exp/ip-hash.c [moved from tests/ip-hash.c with 100% similarity]
tests/exp/test_hashes.c [moved from tests/test_hashes.c with 100% similarity]
tests/exp/testinet.c [moved from tests/testinet.c with 95% similarity]
tests/exp/uri_hash.c [moved from tests/uri_hash.c with 100% similarity]
tests/reset.c [deleted file]
tests/sockstat.txt [deleted file]
tests/test.c [deleted file]
tests/test_pools.c [deleted file]
tests/unit/ist.c [moved from tests/ist.c with 99% similarity]
tests/unit/test-arg.c [moved from tests/test-arg.c with 86% similarity]
tests/unit/test-inherited-fd.py [moved from tests/test-inherited-fd.py with 100% similarity]
tests/unit/test-list.c [moved from tests/test-list.c with 96% similarity]
tests/unit/test-sockpair.py [moved from tests/test-sockpair.py with 100% similarity]