-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
26
The read_write_concern_defaults_propagation.js jstestsĀ assert the wall clock time when a node caches read write concern defaults is always >= the wall clock time when the defaults were generated. These wall clock times come from separate calls to the system clock, which is not guaranteed to be monotonic, so this assert can fail if the clock jumps backward between the calls. The test should either not assert on the wall clock times or make the assertion less strict.