Skip to content

Commit

Permalink
Fixed rocksdb_rpl.rpl_no_unique_check_on_lag_mts test flakiness
Browse files Browse the repository at this point in the history
Summary: The test has been failing lately due to timeout. Just doubled the slave_timeout to fix this.

Differential Revision: D6671391
  • Loading branch information
yashtc authored and inikep committed Jan 17, 2022
1 parent 67d5a72 commit 8ae2b4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ INSERT INTO t1 VALUES(1, 1);
connection slave;
--let $slave_sql_errno= 1062
--let $not_switch_connection= 0
--let $slave_timeout= 120
--source include/wait_for_slave_sql_error_and_skip.inc
set global reset_seconds_behind_master=0;
--source include/stop_slave_io.inc
Expand Down

0 comments on commit 8ae2b4b

Please sign in to comment.