Commit f18c719
committed
Address another flaky test -
```
[xUnit.net 00:00:41.19] RabbitMQ.Client.Unit.TestBlockingCell.TestBackgroundUpdateFails [FAIL]
[xUnit.net 00:00:41.19] Assert.Throws() Failure
[xUnit.net 00:00:41.19] Expected: typeof(System.TimeoutException)
[xUnit.net 00:00:41.19] Actual: (No exception was thrown)
[xUnit.net 00:00:41.19] Stack Trace:
[xUnit.net 00:00:41.19] D:\a\rabbitmq-dotnet-client\rabbitmq-dotnet-client\projects\Unit\TestBlockingCell.cs(170,0): at RabbitMQ.Client.Unit.TestBlockingCell.TestBackgroundUpdateFails()
Passed RabbitMQ.Client.Unit.TestBlockingCell.TestGetValueWhichDoesTimeOut [469 ms]
Failed RabbitMQ.Client.Unit.TestBlockingCell.TestBackgroundUpdateFails [739 ms]
Error Message:
Assert.Throws() Failure
Expected: typeof(System.TimeoutException)
Actual: (No exception was thrown)
Stack Trace:
at RabbitMQ.Client.Unit.TestBlockingCell.TestBackgroundUpdateFails() in D:\a\rabbitmq-dotnet-client\rabbitmq-dotnet-client\projects\Unit\TestBlockingCell.cs:line 170
```1 parent 687a6f2 commit f18c719
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
| 426 | + | |
426 | 427 | | |
427 | 428 | | |
428 | 429 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments