apple / swift-distributed-actors

Peer-to-peer cluster implementation for Swift Distributed Actors
https://apple.github.io/swift-distributed-actors/
Apache License 2.0
597 stars 56 forks source link

FAILED: ClusterSingletonPluginClusteredTests.test_remoteCallShouldFailAfterAllocationTimedOut #1089

Open ktoso opened 1 year ago

ktoso commented 1 year ago

07:35:52 Test Case 'ClusterSingletonPluginClusteredTests.test_remoteCallShouldFailAfterAllocationTimedOut' started at 2022-11-09 22:35:40.654
07:35:52 <EXPR>:0: error: ClusterSingletonPluginClusteredTests.test_remoteCallShouldFailAfterAllocationTimedOut : threw error "
07:35:52         try await self.assertMemberStatus(on: second, node: firstNode, is: .down, within: .seconds(10))
07:35:52                              ^~~~~~
07:35:52 error: MembershipError(awaitStatusTimedOut(10.0 seconds, Optional(MembershipError(statusRequirementNotMet(expected: DistributedCluster.Cluster.MemberStatus.down, found: Member(sact://first:813922676117751961@127.0.0.1:7111, status: joining, reachability: unreachable)), at: DistributedCluster/ClusterControl.swift:257))), at: DistributedCluster/ClusterControl.swift:343)"

log.txt

ktoso commented 1 year ago

Dupe of https://github.com/apple/swift-distributed-actors/issues/1034