Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.6
-
None
Description
The test is killed during hanging, there is the following error:
CURRENT_TEST: innodb.gap_lock_split
|
mysqltest: In included file "/mariadb/10.10/mysql-test/suite/innodb/include/wait_all_purged.inc":
|
included from /mariadb/10.10/mysql-test/suite/innodb/t/gap_lock_split.test at line 25:
|
At line 7: query 'SET GLOBAL innodb_max_purge_lag_wait= 0' failed: <Unknown> (2013): Lost connection to server during query
|
The fix could be in replacing the waiting for the whole purge finishing with the the waiting for only delete-marked records purging finishing.