Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-54834

Read write concern defaults propagation jstests should not assert on wall clock times

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

            Assignee:
            sergi.mateo-bellido@mongodb.com Sergi Mateo Bellido
            Reporter:
            jack.mulrow@mongodb.com Jack Mulrow
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: