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

FAILED: LifecycleWatchTests.test_watch_shouldTriggerTerminatedWhenNodeTerminates #1016

Open
ktoso opened this issue Jul 20, 2022 · 1 comment
Labels
failed 💥 Failed tickets are CI or benchmarking failures, should be investigated as soon as possible

Comments

@ktoso
Copy link
Member

ktoso commented Jul 20, 2022

21:34:55 Test Case 'LifecycleWatchTests.test_watch_shouldTriggerTerminatedWhenNodeTerminates' started at 2022-07-20 12:34:35.741
21:34:55 /code/Tests/DistributedActorsTests/LifecycleWatchTests.swift:138: error: LifecycleWatchTests.test_watch_shouldTriggerTerminatedWhenNodeTerminates : failed - 
21:34:55             try await joinNodes(node: first, with: second, ensureMembers: .up)
21:34:55                          ^~~~~~
21:34:55 error: MembershipError(awaitStatusTimedOut(20.0 seconds, Optional(DistributedActors.Cluster.MembershipError.statusRequirementNotMet(expected: DistributedActors.Cluster.MemberStatus.up, found: Member(sact://second:[email protected]:9003, status: joining, reachability: reachable)))), details: No result within 20s. Last error: statusRequirementNotMet(expected: DistributedActors.Cluster.MemberStatus.up, found: Member(sact://second:[email protected]:9003, status: joining, reachability: reachable)))
21:34:55 /code/Tests/DistributedActorsTests/LifecycleWatchTests.swift:138: error: LifecycleWatchTests.test_watch_shouldTriggerTerminatedWhenNodeTerminates : failed - Should not have thrown, but did:
21:34:55 
21:34:55             try await joinNodes(node: first, with: second, ensureMembers: .up)
21:34:55                          ^~~~~~
21:34:55 error: MembershipError(awaitStatusTimedOut(20.0 seconds, Optional(DistributedActors.Cluster.MembershipError.statusRequirementNotMet(expected: DistributedActors.Cluster.MemberStatus.up, found: Member(sact://second:[email protected]:9003, status: joining, reachability: reachable)))), details: No result within 20s. Last error: statusRequirementNotMet(expected: DistributedActors.Cluster.MemberStatus.up, found: Member(sact://second:[email protected]:9003, status: joining, reachability: reachable)))
21:34:55 <EXPR>:0: error: LifecycleWatchTests.test_watch_shouldTriggerTerminatedWhenNodeTerminates : threw error "
21:34:55         try await shouldNotThrow {
21:34:55                   ^~~~~~~~~~~~~~~
21:34:55 error: Should not have thrown, but did:
21:34:55 
21:34:55             try await joinNodes(node: first, with: second, ensureMembers: .up)
21:34:55                          ^~~~~~
21:34:55 error: MembershipError(awaitStatusTimedOut(20.0 seconds, Optional(DistributedActors.Cluster.MembershipError.statusRequirementNotMet(expected: DistributedActors.Cluster.MemberStatus.up, found: Member(sact://second:[email protected]:9003, status: joining, reachability: reachable)))), details: No result within 20s. Last error: statusRequirementNotMet(expected: DistributedActors.Cluster.MemberStatus.up, found: Member(sact://second:[email protected]:9003, status: joining, reachability: reachable)))"

log.txt

@ktoso
Copy link
Member Author

ktoso commented Jul 20, 2022

Timeout on joining, weird.

@ktoso ktoso added the failed 💥 Failed tickets are CI or benchmarking failures, should be investigated as soon as possible label Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed 💥 Failed tickets are CI or benchmarking failures, should be investigated as soon as possible
Projects
None yet
Development

No branches or pull requests

1 participant