-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
Query 2017-01-23
-
0
In SERVER-27421, the views tests were picked up by the parallel tester to be run in parallel. views_coll_stats.js uses the "views_stats" database, which is also used by views_stats.js. Unfortunately, both of these tests drop and recreate the database several times, which means that there's a chance they'll interfere with each other in a parallel test run.
views_coll_stats.js should just use its own unique database.
- is related to
-
SERVER-27421 Parallel test suites should pick up tests in subdirectories of jstests/core
- Closed