summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorBynn Lee <bynn.lee@mongodb.com>2020-07-17 17:37:51 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-07-31 15:50:56 +0000
commit70a223895e7d3ffd182d93518e58ec2961c6895f (patch)
treec6c0afbd3b796ecd4eb9beaf25bfe8b2d187fda9 /jstests
parent25b594b2335fc91badf771c7a25c2e1c0b4a69ec (diff)
downloadmongo-70a223895e7d3ffd182d93518e58ec2961c6895f.tar.gz
SERVER-49547 ephemeralForTest needs to keep track of the available history for storage transactions with open snapshots
Diffstat (limited to 'jstests')
-rw-r--r--jstests/noPassthroughWithMongod/huge_multikey_index.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/huge_multikey_index.js b/jstests/noPassthroughWithMongod/huge_multikey_index.js
index fce643eab8a..9c19c0d00a1 100644
--- a/jstests/noPassthroughWithMongod/huge_multikey_index.js
+++ b/jstests/noPassthroughWithMongod/huge_multikey_index.js
@@ -1,6 +1,8 @@
// https://jira.mongodb.org/browse/SERVER-4534
-// Building an index in the forground on a field with a large array and few documents in
+// Building an index in the foreground on a field with a large array and few documents in
// the collection used to open too many files and crash the server.
+// SERVER-49547: Disabled for ephemeralForTest due to excessive memory usage
+// @tags: [incompatible_with_eft]
t = db.huge_multikey_index;
t.drop();