summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2022-09-09 16:05:09 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-09 06:34:14 +0000
commitbf56db18c0b0783864c61859fc9d8e0218fc60ff (patch)
tree58ce17731e59a8f5fc7d092edcd34758bb5e6c99
parent5c952f408ec74f7aeeaac4d654ebf783c74f2bf4 (diff)
downloadmongo-bf56db18c0b0783864c61859fc9d8e0218fc60ff.tar.gz
Import wiredtiger: 8be0aa4ba3878c34dbcd956e12ecc44cba094f30 from branch mongodb-6.1
ref: fe32af9801..8be0aa4ba3 for: 6.1.0-rc2 WT-9839 Disable stress testing in test_tiered08. (#8251)
-rw-r--r--src/third_party/wiredtiger/import.data2
-rwxr-xr-xsrc/third_party/wiredtiger/test/suite/test_tiered08.py8
2 files changed, 9 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/import.data b/src/third_party/wiredtiger/import.data
index 34c007ed699..605e8f05e4a 100644
--- a/src/third_party/wiredtiger/import.data
+++ b/src/third_party/wiredtiger/import.data
@@ -2,5 +2,5 @@
"vendor": "wiredtiger",
"github": "wiredtiger/wiredtiger.git",
"branch": "mongodb-6.1",
- "commit": "fe32af9801bbfe192afeca271072250f35af6160"
+ "commit": "8be0aa4ba3878c34dbcd956e12ecc44cba094f30"
}
diff --git a/src/third_party/wiredtiger/test/suite/test_tiered08.py b/src/third_party/wiredtiger/test/suite/test_tiered08.py
index 605b07481c1..a037b4110a7 100755
--- a/src/third_party/wiredtiger/test/suite/test_tiered08.py
+++ b/src/third_party/wiredtiger/test/suite/test_tiered08.py
@@ -104,6 +104,14 @@ class test_tiered08(wttest.WiredTigerTestCase, TieredConfigMixin):
c.close()
def test_tiered08(self):
+
+ # FIXME-WT-9823, FIXME-WT-9837
+ # This part of the test multi-threads checkpoint, flush, and insert
+ # operations, creating races in tiered storage. It triggers several
+ # bugs that occur frequently in our testing. We will re-enable this
+ # testing when the bugs have been addressed.
+ self.skipTest('Concurrent flush_tier, checkpoint, and insert operations cause races.')
+
cfg = self.conn_config()
self.pr('Config is: ' + cfg)
self.session.create(self.uri,