Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SpecFix] removed two Cluster must cancel join prematurely specs #3803

Merged
merged 1 commit into from
May 22, 2019

Conversation

Aaronontheweb
Copy link
Member

@Aaronontheweb Aaronontheweb commented May 21, 2019

Part #3786 - these two specs are racy and they don't actually test anything meaningful. Invoking the CancellationTokenSource we pass into the Cluster.JoinAsync or Cluster.JoinSeedNodesAsync methods doesn't actually cancel the Join operation from executing, they only cancel the Task returned by these methods. They're just bloat in the test suite - thought it best to remove them.

@Aaronontheweb Aaronontheweb merged commit 0ddfa3c into akkadotnet:dev May 22, 2019
@Aaronontheweb Aaronontheweb deleted the 3786_ClusterSpecs branch May 22, 2019 01:16
madmonkey pushed a commit to madmonkey/akka.net that referenced this pull request Jul 12, 2019
Aaronontheweb added a commit to Aaronontheweb/akka.net that referenced this pull request Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant