seastar::at_exit() was marked deprecated recently. so let's use
the recommended approach to perform cleanups.
following tests were updated in this changes
- scylla perf-tablets: tested with
scylla perf-tablets
- scylla perf-row-cache-update: tested with
scylla perf-row-cache-update
- scylla perf-fast-forward: tested with
scylla perf-fast-forward --populate --run-tests small-partition-skips \
--smp 1
scylla perf-fast-forward --run-tests small-partition-skips \
--smp 1
- scylla perf-load-balancing: tested with
scylla perf-load-balancing --nodes 3 --tablets1 16 --tablets2 16 --rf1 3 --rf2 3 --shards 16
- unit/row_cache_stress_test: tested with
row_cache_stress_test --seconds 10
- perf/perf_cache_eviction: tested with
./perf_cache_eviction --seconds 1 --smp 1
- perf/perf_row_cache_reads: tested with
./perf_row_cache_reads
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
Closes scylladb/scylladb#23356
Scylla in-source tests.
For details on how to run the tests, see docs/dev/testing.md
Shared C++ utils, libraries are in lib/, for Python - pylib/
alternator - Python tests which connect to a single server and use the DynamoDB API unit, boost, raft - unit tests in C++ cqlpy - Python tests which connect to a single server and use CQL topology* - tests that set up clusters and add/remove nodes cql - approval tests that use CQL and pre-recorded output rest_api - tests for Scylla REST API Port 9000 scylla-gdb - tests for scylla-gdb.py helper script nodetool - tests for C++ implementation of nodetool
If you can use an existing folder, consider adding your test to it. New folders should be used for new large categories/subsystems, or when the test environment is significantly different from some existing suite, e.g. you plan to start scylladb with different configuration, and you intend to add many tests and would like them to reuse an existing Scylla cluster (clusters can be reused for tests within the same folder).
To add a new folder, create a new directory, and then
copy & edit its suite.ini.