You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/test/admin_test.py

9 lines
281 B

from proxysql_base_test import ProxySQLBaseTest
class AdminTest(ProxySQLBaseTest):
SCENARIO = "./scenarios/1backend"
def test_stop_main_thread(self):
# This test will just assert that PROXYSQL STOP works correctly
ProxySQLBaseTest.run_query_proxysql_admin("PROXYSQL STOP")