tests: Stop HBase after test run

This commit is contained in:
Björn Busse 2021-03-05 01:13:18 +01:00
parent 68a34ef498
commit 39582bf98a

View File

@ -64,4 +64,5 @@ test_hbase_exporter_export_zk_connection_count() {
teardown_suite() {
kill $PID
./tests/hbase/bin/hbase-daemon.sh stop master
}