mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 11:00:35 +00:00
This test must run in seastar thread, so put it in seastar-thread test case, fortunately btree test allows that. Just like its stress peer, this test also has two invocations from suite, so make it two distinct test cases as well. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
21 lines
764 B
YAML
21 lines
764 B
YAML
# Suite test type. Supported types: unit, boost, cql
|
|
type: unit
|
|
# A list of tests that are only run in dev and release modes
|
|
skip_in_debug_modes:
|
|
- lsa_async_eviction_test
|
|
- lsa_sync_eviction_test
|
|
- row_cache_alloc_stress_test
|
|
- row_cache_stress_test
|
|
# Custom command line arguments for some of the tests
|
|
custom_args:
|
|
lsa_async_eviction_test:
|
|
- '-c1 -m200M --size 1024 --batch 3000 --count 2000000'
|
|
lsa_sync_eviction_test:
|
|
- '-c1 -m100M --count 10 --standard-object-size 3000000'
|
|
- '-c1 -m100M --count 24000 --standard-object-size 2048'
|
|
- '-c1 -m1G --count 4000000 --standard-object-size 128'
|
|
row_cache_alloc_stress_test:
|
|
- '-c1 -m2G'
|
|
row_cache_stress_test:
|
|
- '-c1 -m1G --seconds 10'
|