-
Type: Technical Debt
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
8
-
Storage - Ra 2022-05-02
Summary
Refactor common code in python tests: test_tiered*. This depends on WT-8791, and should wait until that is merged.
In particular, we want a common way to configure the connection (conn_config function) and a common way to set up scenarios, since these parts of the tests are identical or nearly identical.
Common functions could be in helper_tiered.py or in a common base class.
Acceptance Criteria (Definition of Done)
When a substantial (or all) duplicated code in the test_tiered* is shared.