#291 Add test that tests the PROXYSQL STOP command

pull/275/head
Andrei Ismail 11 years ago
parent 5fb5da9c82
commit f907c8fc50

@ -0,0 +1,9 @@
from proxysql_base_test import ProxySQLBaseTest
class AdminTest(ProxySQLBaseTest):
DOCKER_COMPOSE_FILE = "./scenarios/1backend"
def test_stop_main_thread(self):
# This test will just assert that PROXYSQL STOP works correctly
self.run_query_proxysql_admin("PROXYSQL STOP")
Loading…
Cancel
Save