Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.6
-
None
Description
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/7959/steps/test_2/logs/stdio
innodb.truncate_purge_debug 'innodb' w1 [ fail ]
|
Test ended at 2017-05-03 11:08:13
|
|
CURRENT_TEST: innodb.truncate_purge_debug
|
--- /mnt/buildbot/build/mariadb-10.2.6/mysql-test/suite/innodb/r/truncate_purge_debug.result 2017-05-03 09:30:39.000000000 +0300
|
+++ /mnt/buildbot/build/mariadb-10.2.6/mysql-test/suite/innodb/r/truncate_purge_debug.reject 2017-05-03 11:08:12.000000000 +0300
|
@@ -24,6 +24,8 @@
|
SET DEBUG_SYNC = 'now SIGNAL finish_scan';
|
SET DEBUG_SYNC = 'RESET';
|
connection con1;
|
+Warnings:
|
+Warning 1639 debug sync point wait timed out
|
disconnect con1;
|
connection default;
|
drop table t1;
|
|
mysqltest: Result length mismatch
|
Attachments
Issue Links
- is caused by
-
MDEV-11802 innodb.innodb_bug14676111 fails in buildbot due to InnoDB purge failing to start when there is work to do
-
- Closed
-
-
MDEV-12754 innodb.truncate_debug fails in buildbot with embedded due to semaphore wait
-
- Closed
-
- relates to
-
MDEV-11802 innodb.innodb_bug14676111 fails in buildbot due to InnoDB purge failing to start when there is work to do
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Link |
This issue relates to |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
Affects Version/s | 10.2.6 [ 22527 ] | |
Affects Version/s | 10.2 [ 14601 ] |
issue.field.resolutiondate | 2017-05-10 11:38:51.0 | 2017-05-10 11:38:51.851 |
Fix Version/s | 10.2.6 [ 22527 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Link |
This issue is caused by |
Link |
This issue is caused by |
Link |
This issue relates to |
Link |
This issue relates to |
Link |
This issue relates to |
Workflow | MariaDB v3 [ 80629 ] | MariaDB v4 [ 152102 ] |
This sporadic failure ("debug sync point wait timed out") is a duplicate of
MDEV-12754.There is another (independent) sporadic failure that should be tracked and fixed under this ticket (it looks like
MDEV-11802might not be fully fixed):CURRENT_TEST: innodb.truncate_purge_debug
--- /mariadb/10.2/mysql-test/suite/innodb/r/truncate_purge_debug.result 2017-04-26 23:03:32.060878489 +0300
+++ /mariadb/10.2/mysql-test/suite/innodb/r/truncate_purge_debug.reject 2017-05-10 11:01:43.462853528 +0300
@@ -19,7 +19,7 @@
COMMIT;
disconnect con2;
connection default;
-InnoDB 0 transactions not purged
+InnoDB 1 transactions not purged
SET GLOBAL innodb_purge_rseg_truncate_frequency = @saved_frequency;
SET DEBUG_SYNC = 'now SIGNAL finish_scan';
SET DEBUG_SYNC = 'RESET';
mysqltest: Result content mismatch