-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Test CPPsuite
-
Storage Engines
-
3
-
NachoCheese - 2023-10-03
Currently, we can only perform validation if tracking is enabled in the cppsuite:
/* Validation stage. */ if (_operation_tracker->enabled()) { std::unique_ptr<configuration> tracking_config(_config->get_subconfig(OPERATION_TRACKER)); this->validate(_operation_tracker->get_operation_table_name(), _operation_tracker->get_schema_table_name(), _workload_manager->get_database()); }
This looks wrong. The tracking component is great to gather information during the test that can be used during validation but it should be entirely possible to validate a test without using the tracking component.
- is related to
-
WT-11346 Create cppsuite test for background compaction
- Closed