From 00fbc981646d9e6ebc391f45a31f4070d4466753 Mon Sep 17 00:00:00 2001 From: Henrik Edin Date: Tue, 19 May 2020 08:49:26 -0400 Subject: SERVER-38987 Replace ephemeralForTest storage engine with biggie implementation ephemeralForTest is now a document level locking engine unittests instantiate the oplog as it is required with doc-level locking engines Added a 'incompatible_with_eft' tag for tests that don't work with this engine for different reasons. Many concurrency suites are disabled due to excessive memory usage --- jstests/noPassthrough/geo_mnypts_plus_fields.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jstests/noPassthrough/geo_mnypts_plus_fields.js') diff --git a/jstests/noPassthrough/geo_mnypts_plus_fields.js b/jstests/noPassthrough/geo_mnypts_plus_fields.js index 467c46e3698..c3e8aa5d316 100644 --- a/jstests/noPassthrough/geo_mnypts_plus_fields.js +++ b/jstests/noPassthrough/geo_mnypts_plus_fields.js @@ -1,4 +1,6 @@ // Test sanity of geo queries with a lot of points +// SERVER-36709: Disabled for ephemeralForTest due to excessive memory usage +// @tags: [incompatible_with_eft] (function() { "use strict"; -- cgit v1.2.1