-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Akka.TestKit: remove
ConfigureAwait(false)
from internal synchronou…
…s TestKit methods and fix `Watch` / `Unwatch` bugs (#7037) * Troubleshoot ReliableDeliveryRandomSpecs reproduce #7033 * fixed logging bug * adding better logging around fuzz factor * found the bug * Address racy Akka.Persistence.Testkit.Tests Trying to reproduce some test failures discovered on the build server * removed all `ConfigureAwait(false)` usages from inside TestKit * disabling annoying test * fix another additional racy test * attempting to debug Akka.Persistence.TestKit.Tests * minor refactorings * fixed racy `Watch` call * cleaning up additional specs * simplified `InternalTestActor` design * fixed race * going to grab logs for racy Akka.Persistence.TestKit.Test * added debug logging for some racy specs * added API approvals * harden racy circuit breaker specs * added `WatchAsync` and `UnwatchAsync` methods to TestKit * fixed ResizerSpec * fixed feedback on internal TestActor messages * clean up `.Result` instances * cleaned up `.Result` usages in `TestKitBase_Expect.cs` * Update TestKitBase_ExpectAllWithPredicates.cs * Update TestKitBase_Receive.cs * Update TestKitBase_Receive.cs * Update TestKitBase_Within.cs * cleaned up rest of feedback
- Loading branch information
1 parent
0782c7d
commit 3fb9247
Showing
27 changed files
with
282 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.