Details
-
Task
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
Server Tooling & Methods
Description
There are tests in jscore that use db.fsyncLock() (that is, db.adminCommand({fsync: 1, lock: true}). These tests need to be manually added to the sharding jscore passthough suites as well as the parallel suite.
It would be convenient to be able to simply tag these tests with something like
@tags: [requires_fsynclock]
|
and have suites/variants that don't support fsyncLock explicitly exclude that tag in in etc/evergreen.yml.