From 524638dcfa6de3092c5f10c6003b56e58e30eedb Mon Sep 17 00:00:00 2001 From: nexustar Date: Thu, 21 Apr 2022 19:44:57 +0800 Subject: [PATCH] fix test: kill ngm --- tests/tiup-playground/test_playground.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tiup-playground/test_playground.sh b/tests/tiup-playground/test_playground.sh index bce1ecda43..33cd018fe8 100755 --- a/tests/tiup-playground/test_playground.sh +++ b/tests/tiup-playground/test_playground.sh @@ -47,6 +47,7 @@ function kill_all() { killall -9 grafana-server || true killall -9 tiup-playground || true killall -9 prometheus || true + killall -9 ng-monitoring-server || true cat $outfile }