Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Execution Team 2021-06-28
-
0
Description
This test uses the same collection for every test case, making it slightly confusing to diagnose test failures in the CI system. It also drops the database (which has an implied majority wait) before running each test case, which is unnecessary and inconvenient for other tests that may need to run concurrently (e.g. parallel test suite).