Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.5
Description
The test fails for me with a timeout:
CURRENT_TEST: galera.galera_as_slave_ctas
|
--- /mariadb/10.4/mysql-test/suite/galera/r/galera_as_slave_ctas.result 2022-01-24 10:38:52.049546080 +0200
|
+++ /mariadb/10.4/mysql-test/suite/galera/r/galera_as_slave_ctas.reject 2022-04-21 11:22:43.595270214 +0300
|
@@ -13,7 +13,32 @@
|
CREATE TABLE source (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
|
CREATE TABLE target AS SELECT * FROM source;
|
connection node_1;
|
+Timeout in wait_condition.inc for SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 'target';
|
+Id User Host db Command Time State Info Progress
|
+1 system user NULL Sleep 36 wsrep aborter idle NULL 0.000
|
+2 system user NULL Sleep 36 Closing tables NULL 0.000
|
+3 system user NULL Daemon NULL InnoDB purge coordinatorNULL 0.000
|
+4 system user NULL Daemon NULL InnoDB purge worker NULL 0.000
|
+5 system user NULL Daemon NULL InnoDB purge worker NULL 0.000
|
+6 system user NULL Daemon NULL InnoDB purge worker NULL 0.000
|
+7 system user NULL Daemon NULL InnoDB shutdown handlerNULL 0.000
|
+17 root localhost test Sleep 32 NULL 0.000
|
+18 root localhost:52110 test Query 0 Init show full processlist 0.000
|
+19 system user NULL Slave_IO 30 Waiting for master to send event NULL 0.000
|
+20 system user test Slave_SQL 30 Slave has read all relay log; waiting for the slave I/O thread to update it CREATE TABLE `target` (
|
+ `f1` int(11) NOT NULL
|
+) 0.000
|
connection node_2;
|
+Timeout in wait_condition.inc for SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 'target';
|
+Id User Host db Command Time State Info Progress
|
+1 system user NULL Sleep 65 wsrep aborter idle NULL 0.000
|
+2 system user NULL Sleep 60 After apply log event NULL 0.000
|
+4 system user NULL Daemon NULL InnoDB purge coordinatorNULL 0.000
|
+5 system user NULL Daemon NULL InnoDB purge worker NULL 0.000
|
+6 system user NULL Daemon NULL InnoDB purge worker NULL 0.000
|
+7 system user NULL Daemon NULL InnoDB purge worker NULL 0.000
|
+8 system user NULL Daemon NULL InnoDB shutdown handlerNULL 0.000
|
+16 root localhost:41988 test Query 0 Init show full processlist 0.000
|
connection node_3;
|
DROP TABLE target;
|
INSERT INTO source VALUES(1);
|
|
mysqltest: Result length mismatch
|
The table target will not appear in INFORMATION_SCHEMA.TABLES even after a delay of several seconds. I double-checked it by editing the test.
Attachments
Issue Links
- blocks
-
MDEV-30172 Galera test case cleanup
- Stalled
- is blocked by
-
MDEV-32633 galera_gtid_2_cluster: Assertion `thd->wsrep_next_trx_id() != (0x7fffffffffffffffLL * 2ULL + 1)'
- Closed
- relates to
-
MDEV-32780 galera_as_slave_replay: assertion in the wsrep::transaction::before_rollback()
- In Review
-
MDEV-24912 Assertion `state() == s_executing || state() == s_prepared || state() == s_committing || state() == s_must_abort || state() == s_replaying' failed.
- Closed
-
MDEV-32193 Assertion `state() == s_executing || state() == s_prepared || state() == s_committing || state() == s_must_abort || state() == s_replaying' failed.
- Stalled