mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
When the linearizability test cases run with three members, it might take 7-8s to stop three members, especially stopping the leader. The leader will transfer the leadership and it might take more time to stop peer listener. In order to reduce the runtime, this commit is using signal kill to force stop members instead of graceful shutdown. REF: #15086 Signed-off-by: Wei Fu <fuweid89@gmail.com>