-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Fully Compatible
-
ALL
-
v8.0, v7.3, v7.0, v6.0, v5.0
-
Security 2024-07-22, Security 2024-08-05
-
0
Very early in the mongod process lifetime, it will omit $clusterTime from command responses if the keys for signing the clusterTime are not yet available.
We wait for these keys to become available in theĀ replset.js fixture, but not in the resmoke fixture. We should wait for these keys to ensure that causal consistency suites always include the $clusterTime in command responses.