-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
Fully Compatible
-
Sharding 2016-10-10, Sharding 2016-10-31
This test should be able to find the bugs if:
- noop_writer thread fails to start or exists before it performs the writes
- noop_writer thread fails to schedule writes according to the provided writeInterval
- noopWrite will perform or skip the write according to the lastApplied and lastKnownOpTime
This test will NOT be able to find those bugs:
- noop_writer fails to get correct lastAppliedOpTime or set lastKnownOpTime from replication coordinator in order to determine if it should write to opLog
- noop_writer fails to correctly write to opLog that includes
- checks for proper permissions
- correct locking