-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Test Python
-
None
-
Storage Engines - Foundations
-
234.834
-
None
-
None
With 136 disagg-related tests (test_layered*, test_disagg*, test_key_provider_disagg*), there is no easy way to run all disagg tests or all non-disagg tests in one command. run.py already supports subsuite matching by prefix but has no concept of named groups that span multiple prefixes.
Add two named suites to run.py:
- disagg — runs all test_layered*, test_disagg*, test_key_provider_disagg*, and hook_disagg
- non-disagg — runs everything else
- related to
-
WT-17569 Reorganize test/suite by introducing hooks/ and helpers/ subdirectories
-
- Closed
-
-
WT-17570 Rename numbered layered/disagg Python tests to descriptive names — Pt 1: Read/access path
-
- Closed
-
-
WT-17659 Rename numbered layered/disagg Python tests to descriptive names — Pt 3: Schema/config
-
- Closed
-