Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
10.4(EOL), 10.5, 10.6
-
None
Description
- http://buildbot.askmonty.org/buildbot/builders/kvm-deb-stretch-amd64/builds/23442/steps/mtr-galera/logs/stdio
- Error log (with --wsrep-debug=1) from both nodes attached
- sporadic
galera.galera_var_ignore_apply_errors 'innodb' w2 [ fail ]
|
Test ended at 2021-10-04 08:10:07
|
|
CURRENT_TEST: galera.galera_var_ignore_apply_errors
|
mysqltest: In included file "./include/galera_wait_ready.inc":
|
included from /usr/share/mysql/mysql-test/suite/galera/t/galera_var_ignore_apply_errors.test at line 80:
|
At line 28: "Server did not transition to READY state"
|
|
The result from queries just before the failure was:
|
< snip >
|
DROP TABLE t1;
|
CREATE TABLE t1 (f1 INTEGER);
|
SET GLOBAL wsrep_on = OFF;
|
ALTER TABLE t1 ADD COLUMN f2 INTEGER;
|
SET GLOBAL wsrep_on = ON;
|
ALTER TABLE t1 DROP COLUMN f2;
|
DROP TABLE t1;
|
connection node_2;
|
SET GLOBAL wsrep_ignore_apply_errors = 2;
|
connection node_1;
|
CREATE TABLE t1 (f1 INTEGER);
|
SET GLOBAL wsrep_on = OFF;
|
INSERT INTO t1 VALUES (1);
|
SET GLOBAL wsrep_on = ON;
|
DELETE FROM t1 WHERE f1 = 1;
|
connection node_1;
|
SELECT COUNT(*) as expect_0 FROM t1;
|
expect_0
|
0
|
connection node_2;
|
Attachments
Issue Links
- relates to
-
MDEV-34640 galera_var_ignore_apply_errors test freezes
- Closed