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

Integration test kill -9-ing a node #381

Open ktoso opened 4 years ago

ktoso commented 4 years ago

Would be a good test.

Run some nodes, kill -9 one, see how the down propagates.

This mostly exercises:

"timer downing" is good enough for this.

ktoso commented 4 years ago

Follow up to https://github.com/apple/swift-distributed-actors/pull/375