Skip to content

Commit

Permalink
Added missing monitoring disabling for 'test_unshun_algorithm-t' #3649
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierJF committed Oct 21, 2021
1 parent 2ff862f commit 6e6e3a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/tap/tests/test_unshun_algorithm-t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,10 @@ int main(int argc, char** argv) {
if (unshun_var_err == EXIT_FAILURE) { goto cleanup; }
}

// Disable Monitor for the following tests
MYSQL_QUERY(proxysql_admin, "SET mysql-monitor_enabled=0");
MYSQL_QUERY(proxysql_admin, "LOAD MYSQL VARIABLES TO RUNTIME");

{
int simulator_err = test_proxysql_simulator_error(proxysql_admin);
if (simulator_err == EXIT_FAILURE) { goto cleanup; }
Expand Down

0 comments on commit 6e6e3a2

Please sign in to comment.