-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
Repl 2018-12-03
-
34
In the TransactionParticipant unit tests, we currently sleep a bit to trigger the logging of slow transactions. Currently these sleeps are a bit flaky because they are very close to the slowMs value. We should increase the sleeps and consider reducing the slowMs value used in the test. The following tests should be updated:
- LogTransactionInfoAfterSlowCommit
- LogTransactionInfoAfterSlowAbort
- LogTransactionInfoAfterSlowStashedAbort
- is related to
-
SERVER-36697 Use virtual clock for transactions metrics unit tests
- Closed