Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5
-
None
Description
http://buildbot.askmonty.org/buildbot/builders/winx64-debug/builds/19611
10.5 359d5f56c315cbc428e96d5d2d83d5a7 |
innodb.instant_alter_debug 'innodb' w4 [ fail ]
|
Test ended at 2020-06-15 16:15:58
|
|
CURRENT_TEST: innodb.instant_alter_debug
|
--- D:/winx64-debug/build/src/mysql-test/suite/innodb/r/instant_alter_debug.result 2020-06-15 15:19:41.830087100 +0000
|
+++ D:\winx64-debug\build\src\mysql-test\suite\innodb\r\instant_alter_debug.reject 2020-06-15 16:15:57.896423800 +0000
|
@@ -204,7 +204,7 @@
|
COMMIT;
|
connection default;
|
SET DEBUG_SYNC = 'now WAIT_FOR copied';
|
-InnoDB 1 transactions not purged
|
+InnoDB 2 transactions not purged
|
INSERT INTO t1 SET a=1;
|
INSERT INTO t1 SET a=2,b=3,c=4;
|
SET DEBUG_SYNC = 'now SIGNAL logged';
|
|
mysqltest: Result content mismatch
|
Attachments
Issue Links
- relates to
-
MDEV-16678 Use MDL for innodb background threads instead of dict_operation_lock
-
- Closed
-
-
MDEV-16952 Introduce SET GLOBAL innodb_max_purge_lag_wait
-
- Closed
-
-
MDEV-17745 innodb.innodb_stats_persistent failed in buildbot with wrong result
-
- Closed
-
This seems to occur most often on win32-debug, but also kvm-fulltest2 is failing every now and then. I think that only with an rr replay trace we could fix this. Failures are rather infrequent, about once in one or two weeks.
Because this test seems to fail on 10.5 only while the test should be similar in 10.4 or even 10.3,
MDEV-16678could have something to do with this.