Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlaa Eddine Elamri <alaeddine.elamri@bareos.com>2022-08-05 12:19:57 +0300
committerPhilipp Storz <philipp.storz@bareos.com>2022-09-19 13:46:50 +0300
commit48cd7acedc98dd2513e2d7cce1a3e584accfc558 (patch)
tree31faea480500fe5a72720041de4ea751b7a69004
parent2e637506d250cbc0e7bc12f4f5e5998981c0da5e (diff)
py2plug-fd tests: stop server after stopping bareos
-rwxr-xr-xsystemtests/tests/py2plug-fd-mariabackup/testrunner4
-rwxr-xr-xsystemtests/tests/py2plug-fd-percona-xtrabackup/testrunner3
2 files changed, 4 insertions, 3 deletions
diff --git a/systemtests/tests/py2plug-fd-mariabackup/testrunner b/systemtests/tests/py2plug-fd-mariabackup/testrunner
index 0a50cc36d..4f31bfd76 100755
--- a/systemtests/tests/py2plug-fd-mariabackup/testrunner
+++ b/systemtests/tests/py2plug-fd-mariabackup/testrunner
@@ -115,11 +115,11 @@ if ! echo "SELECT * from test " | $MYSQL_CLIENT "${mariabackup_test_db}" | grep
estat=3
fi
-mysql_server_stop
-
check_for_zombie_jobs storage=File
stop_bareos
+mysql_server_stop
+
check_two_logs
end_test
diff --git a/systemtests/tests/py2plug-fd-percona-xtrabackup/testrunner b/systemtests/tests/py2plug-fd-percona-xtrabackup/testrunner
index 54023187c..0dce7b14e 100755
--- a/systemtests/tests/py2plug-fd-percona-xtrabackup/testrunner
+++ b/systemtests/tests/py2plug-fd-percona-xtrabackup/testrunner
@@ -113,11 +113,12 @@ if ! echo "SELECT * from test " | $MYSQL_CLIENT "${xtrabackup_test_db}" | grep "
estat=3
fi
-mysql_server_stop
check_for_zombie_jobs storage=File
stop_bareos
+mysql_server_stop
+
check_two_logs
end_test