Files
scylladb/test/boost/suite.yaml
Botond Dénes 2cdda562f7 test/boost: add multishard_mutation_query_test more memory
The tests in this file work with random schema and random data. Some
seeds can generate large partitions and rows, give the test some
more headroom to work with.
2023-03-27 01:44:00 -04:00

44 lines
1.3 KiB
YAML

type: boost
# A list of long tests, which should be started early
run_first:
- index_with_paging_test
- schema_changes_test
- sstable_conforms_to_mutation_source_test
- secondary_index_test
- mutation_reader_test
- multishard_combining_reader_as_mutation_source_test
- database_test
- cql_function_test
- memtable_test
# These test cannot work in case-by-case mode because
# some test-cases depend on each other
no_parallel_cases:
- logalloc_test
- logalloc_standard_allocator_segment_pool_backend_test
- memtable_test
# Enable compaction groups on tests except on a few, listed below
all_can_run_compaction_groups_except:
- exceptions_optimized_test
- rate_limiter_test
- exceptions_fallback_test
# Custom command line arguments for some of the tests
custom_args:
mutation_reader_test:
- '-c3 -m2G'
sstable_test:
- '-c1 -m2G'
sstable_datafile_test:
- '-c1 -m2G'
sstable_compaction_test:
- '-c1 -m2G'
sstable_3_x_test:
- '-c1 -m2G'
cql_query_test:
- '-c2 -m2G --fail-on-abandoned-failed-futures=true'
reader_concurrency_semaphore_test:
- '-c1 -m256M'
multishard_mutation_query_test:
- '-c2 -m3G'
run_in_debug:
- logalloc_standard_allocator_segment_pool_backend_test