mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
Which intializes LSA with use_standard_allocator_segment_pool_backend() running the logalloc_test suite on the standard allocator segment pool backend. To avoid duplicating the test code, the new test-file pulls in the test code via #include. I'm not proud of it, but it works and we test LSA with both the debug and standard memory segment stores without duplicating code.
37 lines
1.1 KiB
YAML
37 lines
1.1 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
|
|
- cql_query_test
|
|
- mutation_reader_test
|
|
- view_schema_test
|
|
- multishard_combining_reader_as_mutation_source_test
|
|
- database_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
|
|
# 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 -m1G'
|
|
run_in_debug:
|
|
- logalloc_standard_allocator_segment_pool_backend_test
|