summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/suite/test_tiered07.py
diff options
context:
space:
mode:
authorEtienne Petrel <etienne.petrel@mongodb.com>2022-05-18 03:39:46 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-18 11:42:24 +0000
commit764496458749f883d09e6f0709d8aa20a23c4e21 (patch)
treefa1a67993a7f34aec1897f7babee40211ae7c411 /src/third_party/wiredtiger/test/suite/test_tiered07.py
parent30f26a3f03c35d2aed6fe64a3cf6f75fc443734a (diff)
downloadmongo-764496458749f883d09e6f0709d8aa20a23c4e21.tar.gz
Import wiredtiger: b42a9c20e7171dc515424be87a6087941ad4d5e1 from branch mongodb-master
ref: 36da832b9a..b42a9c20e7 for: 6.1.0-rc0 Reverted ticket(s): WT-8927 S3 Download objects from the bucket on test failure or preserve
Diffstat (limited to 'src/third_party/wiredtiger/test/suite/test_tiered07.py')
-rw-r--r--src/third_party/wiredtiger/test/suite/test_tiered07.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/test/suite/test_tiered07.py b/src/third_party/wiredtiger/test/suite/test_tiered07.py
index faa278547bc..07425a0a2be 100644
--- a/src/third_party/wiredtiger/test/suite/test_tiered07.py
+++ b/src/third_party/wiredtiger/test/suite/test_tiered07.py
@@ -27,7 +27,7 @@
# OTHER DEALINGS IN THE SOFTWARE.
import os, wiredtiger, wttest
-from helper_tiered import TieredConfigMixin, gen_tiered_storage_sources, get_check
+from helper_tiered import TieredConfigMixin, storage_sources, get_check
from wtscenario import make_scenarios
StorageSource = wiredtiger.StorageSource # easy access to constants
@@ -36,8 +36,6 @@ StorageSource = wiredtiger.StorageSource # easy access to constants
# Basic tiered storage API for schema operations.
class test_tiered07(wttest.WiredTigerTestCase, TieredConfigMixin):
- storage_sources = gen_tiered_storage_sources(wttest.getss_random_prefix(), 'test_tiered07', tiered_only=True)
-
# FIXME-WT-8897 Disabled S3 (only indexing dirstore in storage sources) as S3 directory listing
# is interpreting a directory to end in a '/', whereas the code in the tiered storage doesn't
# expect that. Enable when fixed.