Several of our test programs use timestamp functionality, and have complex mechanisms for managing those timestamps. We could simplify that management by relying on values tracked by the core library.
Similar work was done for test/format in WT-4010, we should follow up for other programs:
- test/csuite/timestamp_abort
- test/csuite/schema_abort
It would be nice to abstract the timestamp management code out, so that future csuite tests can enable timestamps with less effort.
- depends on
-
WT-4010 Simplify test/format timestamp handling.
- Closed