Details
-
Bug
-
Status: Backlog
-
Major - P3
-
Resolution: Unresolved
-
None
-
None
-
None
Description
MongoDB.Driver.Core.Servers.ServerMonitorTests.RequestHeartbeat_should_force_another_heartbeat sometimes contains unexpected events causing the assertion to fail.
[2021/03/24 16:25:04.127] [xUnit.net 00:05:04.21] MongoDB.Driver.Core.Servers.ServerMonitorTests.RequestHeartbeat_should_force_another_heartbeat [FAIL] |
[2021/03/24 16:25:04.131] X MongoDB.Driver.Core.Servers.ServerMonitorTests.RequestHeartbeat_should_force_another_heartbeat [4s 997ms] |
[2021/03/24 16:25:04.131] Error Message: |
[2021/03/24 16:25:04.131] Expected True, but found False. |
First step could be to include unexpected events into the assertion error message:
capturedEvents.Any().Should().BeFalse();
|