|
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
|