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/sysbench_test.py

8 lines
227 B

from proxysql_base_test import ProxySQLBaseTest
class SysBenchTest(ProxySQLBaseTest):
SCENARIO = "./scenarios/1backend"
def test_proxy_doesnt_crash_under_mild_sysbench_load(self):
ProxySQLBaseTest.run_sysbench_proxysql()