summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/sharding/change_stream_chunk_migration.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/jstests/sharding/change_stream_chunk_migration.js b/jstests/sharding/change_stream_chunk_migration.js
index 207c8ab0dee..e5eaa0460fc 100644
--- a/jstests/sharding/change_stream_chunk_migration.js
+++ b/jstests/sharding/change_stream_chunk_migration.js
@@ -11,6 +11,12 @@
return;
}
+ // TODO WT-3864: Re-enable test for LSM once transaction visibility bug in LSM is resolved.
+ if (jsTest.options().wiredTigerCollectionConfigString === "type=lsm") {
+ jsTestLog("Skipping test because we're running with WiredTiger's LSM tree.");
+ return;
+ }
+
const rsNodeOptions = {
// Use a higher frequency for periodic noops to speed up the test.
setParameter: {periodicNoopIntervalSecs: 1, writePeriodicNoops: true}