diff options
author | Bynn Lee <bynn.lee@mongodb.com> | 2020-07-31 20:48:10 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-07-31 21:36:25 +0000 |
commit | e3fe508733bcc375f3d4de1adbe1bd6d722c0025 (patch) | |
tree | 6a197af968035e58cb200369197d63e10a788bdc /jstests/noPassthroughWithMongod | |
parent | 392bf0dc9b93675c64509ddff2ba25061da40339 (diff) | |
download | mongo-e3fe508733bcc375f3d4de1adbe1bd6d722c0025.tar.gz |
Revert "SERVER-49547 ephemeralForTest needs to keep track of the available history for storage transactions with open snapshots"
This reverts commit 70a223895e7d3ffd182d93518e58ec2961c6895f.
Diffstat (limited to 'jstests/noPassthroughWithMongod')
-rw-r--r-- | jstests/noPassthroughWithMongod/huge_multikey_index.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/noPassthroughWithMongod/huge_multikey_index.js b/jstests/noPassthroughWithMongod/huge_multikey_index.js index 9c19c0d00a1..fce643eab8a 100644 --- a/jstests/noPassthroughWithMongod/huge_multikey_index.js +++ b/jstests/noPassthroughWithMongod/huge_multikey_index.js @@ -1,8 +1,6 @@ // https://jira.mongodb.org/browse/SERVER-4534 -// Building an index in the foreground on a field with a large array and few documents in +// Building an index in the forground 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(); |