mirror of https://github.com/sysown/proxysql
#291 Add test that tests the PROXYSQL STOP command
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…
Reference in new issue