-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
The python tests of tiered storage repeat some common code (e.g., for loading the local_store extension). We should refactor this (and any other commonalities) so that we don't have to repeat it in each of these tests.
A simple solution would be to introduce a new base class for tiered storage tests that takes care of these details and also provides useful helper methods (for example when configuring tiered tables).