Skip to content

Commit

Permalink
MDEV-31355 fixup: Adjust one more test
Browse files Browse the repository at this point in the history
The test gcol.gcol_purge would reliably hang on 10.6 on a
Microsoft Windows builder without this adjustment.
A similar adjustment was applied in
commit 3e40f9a
to the tests innodb.dml_purge and innodb.instant_alter_purge.
  • Loading branch information
dr-m committed Jun 8, 2023
1 parent 21031b2 commit d3eefba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mysql-test/suite/gcol/r/gcol_purge.result
Expand Up @@ -16,7 +16,7 @@ INSERT INTO t1 (f1, f2) VALUES(1,2);
set global debug_dbug="+d,ib_purge_virtual_index_callback";
connection con1;
COMMIT;
InnoDB 0 transactions not purged
SET GLOBAL innodb_max_purge_lag_wait=1;
connection con2;
commit;
disconnect con1;
Expand Down
2 changes: 1 addition & 1 deletion mysql-test/suite/gcol/t/gcol_purge.test
Expand Up @@ -23,7 +23,7 @@ set global debug_dbug="+d,ib_purge_virtual_index_callback";
connection con1;
COMMIT;

--source ../innodb/include/wait_all_purged.inc
SET GLOBAL innodb_max_purge_lag_wait=1;

connection con2;
commit;
Expand Down

0 comments on commit d3eefba

Please sign in to comment.