-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Test Csuite
-
Storage Engines
-
2
-
StorEng - Defined Pipeline
Background
The csuite test schema_abort prints the configuration used in the logs of every test run. For example:
[2024/05/10 19:45:41.708] Running test command: /data/mci/47b61cc79c4bbfd5542b878594e06a3c/wiredtiger/cmake_build/test/csuite/schema_abort/test_schema_abort -m -t 10 -T 5 -x [2024/05/10 19:45:41.708] Parent: compatibility: false, in-mem log sync: true, timestamp in use: true, tiered in use: false [2024/05/10 19:45:41.708] Parent: Create 5 threads; sleep 10 seconds [2024/05/10 19:45:41.708] CONFIG: test_schema_abort -m -h WT_TEST.test_schema_abort -s 0 -T 5 -t 10 -PSD10308810,E1386654
Problem
The CONFIG: log line is missing two possible configuration items:
- -x (use_txn)
- -c (use_columns)