-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
5
-
Storage - Ra 2022-04-18, Storage - Ra 2022-05-02
S3 storage source extension uses AWS SDK to talk to S3. As part of loading the extension, AWS is initialized. Some tests like test_tiered03.py and test_tiered10.py create a second wiredtiger connection with another copy of the S3 storage source. This second copy fails to initialize, most likely getting stuck at AWS SDK initialize call.
This ticket will root cause the issue and find means to resolve so that multiple WT connections could be created that use S3 extension.
Once we have resolved the issue, the S3 scenario for test_tiered03.py and test_tiered10.py should be re-enabled as part of this ticket.
- related to
-
WT-8791 Give all tiered storage python tests a S3 scenario
- Closed