mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 03:30:49 +00:00
The mutation_reader_test is already one of our largest test files. Move the reader concurrency semaphore related tests to a new file, making them easier to find making the mutation reader test a little bit smaller too.
25 lines
662 B
YAML
25 lines
662 B
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
|
|
- cql_query_test
|
|
- mutation_reader_test
|
|
- view_schema_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_3_x_test:
|
|
- '-c1 -m2G'
|
|
cql_query_test:
|
|
- '-c2 -m2G --fail-on-abandoned-failed-futures=true'
|
|
reader_concurrency_semaphore_test:
|
|
- '-c1 -m1G'
|