mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Problem: both SIGQUIT_ETCD_AND_REMOVE_DATA_AND_STOP_AGENT and test.sh will attempt to stop agents and remove directories. Solution: since test.sh creates directories and starts test, it should be responsible for cleanup. See https://github.com/etcd-io/etcd/issues/14384 Signed-off-by: Bogdan Kanivets <bkanivets@apple.com>