Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Done
-
None
-
None
-
None
Description
Most (all?) of the tiered python tests are single-threaded. We should have a basic test that validates the functionality under concurrent workloads. A simple starting point would be 3 threads, one writing to a tiered table, one checkpointing it, and one flushing it. test_checkpoint02 could provide a model