Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5, 10.6, 10.8(EOL), 10.9(EOL), 10.10(EOL), 10.11, 11.0(EOL), 11.1(EOL)
-
None
Description
https://buildbot.mariadb.org/#/builders/236/builds/8645
10.6 67a6ad0a4 |
rpl.parallel_backup_lsu_off 'innodb,mix' w14 [ fail ]
|
Test ended at 2023-02-16 09:31:38
|
|
CURRENT_TEST: rpl.parallel_backup_lsu_off
|
--- /home/buildbot/amd64-ubuntu-2004-fulltest/build/mysql-test/suite/rpl/r/parallel_backup_lsu_off.result 2023-02-16 08:50:33.000000000 +0000
|
+++ /home/buildbot/amd64-ubuntu-2004-fulltest/build/mysql-test/suite/rpl/r/parallel_backup_lsu_off.reject 2023-02-16 09:31:37.703046027 +0000
|
@@ -187,6 +187,18 @@
|
BACKUP STAGE START;
|
BACKUP STAGE BLOCK_COMMIT;
|
connection aux_slave;
|
+Timeout in wait_condition.inc for SELECT COUNT(*) = 0 FROM information_schema.processlist WHERE state = "Waiting for prior transaction to commit"
|
+Id User Host db Command Time State Info Progress
|
+5 root localhost:56620 test Sleep 36 NULL 0.000
|
+6 root localhost:56626 test Sleep 37 NULL 0.000
|
+9 root localhost:56628 test Sleep 32 NULL 0.000
|
+10 root localhost:56636 test Sleep 36 NULL 0.000
|
+11 root localhost:56640 test Execute 0 starting show full processlist 0.000
|
+16 root localhost:56656 test Sleep 32 NULL 0.000
|
+33 system user NULL Slave_IO 32 Waiting for master to send event NULL 0.000
|
+35 system user NULL Slave_worker 32 Waiting for backup lock NULL 0.000
|
+36 system user test Slave_worker 32 Waiting for prior transaction to commit XA COMMIT X'31',X'',1 0.000
|
+34 system user NULL Slave_SQL 32 Slave has read all relay log; waiting for more updates NULL 0.000
|
ROLLBACK;
|
connection backup_slave;
|
BACKUP STAGE END;
|
|
mysqltest: Result length mismatch
|
Tests affected
rpl.parallel_backup_lsu_off
rpl.parallel_backup
rpl.parallel_backup_slave_binlog_off
Seems to mostly happen on s390x.
Attachments
Issue Links
- is part of
-
MDEV-33073 always green buildbot
-
- Stalled
-
Output can vary:
https://buildbot.mariadb.org/#/builders/192/builds/16121
rpl.parallel_backup 'innodb,mix' w29 [ fail ]
Test ended at 2023-01-31 14:55:24
CURRENT_TEST: rpl.parallel_backup
--- /buildbot/amd64-ubuntu-1804-valgrind/build/mysql-test/suite/rpl/r/parallel_backup.result 2023-01-31 14:43:00.000000000 +0000
+++ /buildbot/amd64-ubuntu-1804-valgrind/build/mysql-test/suite/rpl/r/parallel_backup.reject 2023-01-31 14:55:20.151212882 +0000
@@ -176,6 +176,15 @@
SET @@global.slave_transaction_retries=0;
include/start_slave.inc
connection aux_slave;
+Timeout in wait_condition.inc for SELECT COUNT(*) = 1 FROM information_schema.processlist WHERE state = "Waiting for prior transaction to commit"
+Id User Host db Command Time State Info Progress
+5 root localhost:37062 test Sleep 62 NULL 0.000
+6 root localhost:37070 test Sleep 63 NULL 0.000
+9 root localhost:37072 test Sleep 41 NULL 0.000
+10 root localhost:37080 test Sleep 61 NULL 0.000
+11 root localhost:43078 test Query 0 starting show full processlist 0.000
+16 root localhost:43086 test Sleep 46 NULL 0.000
+33 system user NULL Slave_IO 44 Waiting for master to send event NULL 0.000
# Xid '1' must be in the output:
XA RECOVER;
formatID gtrid_length bqual_length data
@@ -185,6 +194,15 @@
BACKUP STAGE BLOCK_COMMIT;
connection aux_slave;
ROLLBACK;
+Timeout in wait_condition.inc for SELECT COUNT(*) = 1 FROM information_schema.processlist WHERE state = "Waiting for backup lock"
+Id User Host db Command Time State Info Progress
+5 root localhost:37062 test Sleep 104 NULL 0.000
+6 root localhost:37070 test Sleep 105 NULL 0.000
+9 root localhost:37072 test Sleep 83 NULL 0.000
+10 root localhost:37080 test Sleep 103 NULL 0.000
+11 root localhost:43078 test Query 0 starting show full processlist 0.000
+16 root localhost:43086 test Sleep 41 NULL 0.000
+33 system user NULL Slave_IO 85 Waiting for master to send event NULL 0.000
connection backup_slave;
BACKUP STAGE END;
connection slave;
mysqltest: Result length mismatch