-
Type:
Task
-
Resolution: Works as Designed
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
DevProd Test Infrastructure
-
None
-
None
-
None
-
None
-
None
-
None
-
None
I haven't gotten into it enough to know if this is just expected or if this test is some pathological case, but the runtime of array_index_and_nonIndex_consistent.js is dominated by the asserts.
99.0% of the tests hour long execution (fastbuild) is spent in this:
assert(arrayEq(indexRes, nonIndexedRes), buildErrorString(query, indexRes, nonIndexedRes));
- related to
-
SERVER-100628 Exclude especially long-running jstests from code coverage
-
- Closed
-
-
SERVER-118948 Use an optimized build of the mongo shell on debug/sanitizer variants
-
- Backlog
-