-
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.
fixed issue with multiple specs all trying to use same Akka.Remote po…
…rt at the same time (#3817) * part of #3786 - fixed issue with multiple specs all trying to use same Akka.Remote port at the same time * updated specs to use Collections XUnit attribute instead * use port 0 in all specs by default
- Loading branch information
1 parent
ea0d054
commit dbc25db
Showing
3 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
|
||
namespace Akka.Remote.Tests | ||
{ | ||
|
||
public class RemoteConsistentHashingRouterSpec : AkkaSpec | ||
{ | ||
|
||
|
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