-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Correctness
-
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
-