Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.11
-
None
Description
galera.galera_var_replicate_myisam_on w7 [ fail ]
|
Test ended at 2025-04-16 03:47:30
|
CURRENT_TEST: galera.galera_var_replicate_myisam_on
|
mysqltest: At line 213: query 'DROP TABLE t1' failed: ER_QUERY_INTERRUPTED (1317): Query execution was interrupted
|
The result from queries just before the failure was:
|
< snip >
|
11 11
|
SELECT * FROM t2 ORDER BY id;
|
id b
|
1 11
|
2 2
|
3 200
|
4 5
|
DROP TRIGGER tr1;
|
DROP TRIGGER tr2;
|
DROP TRIGGER tr3;
|
DROP TABLE t1, t2;
|
CREATE TABLE t1 (a INT, b INT, UNIQUE(a)) ENGINE=MyISAM;
|
CREATE TRIGGER tr1 BEFORE INSERT ON t1 FOR EACH ROW SET NEW.a=1;
|
INSERT INTO t1 (a,b) VALUES (10,20);
|
connection node_2;
|
SELECT * from t1;
|
a b
|
1 20
|
connection node_1;
|
DROP TABLE t1;
|
More results from queries before failure can be found in /home/buildbot/aarch64-debian-12/build/mysql-test/var/7/log/galera_var_replicate_myisam_on.log
|
- saving '/home/buildbot/aarch64-debian-12/build/mysql-test/var/7/log/galera.galera_var_replicate_myisam_on/' to '/home/buildbot/aarch64-debian-12/build/mysql-test/var/log/galera.galera_var_replicate_myisam_on/'
|
Retrying test galera.galera_var_replicate_myisam_on, attempt(2/3)...
|
worker[07] > Restart - not started
|
worker[07] > Restart - not started
|
Attachments
Issue Links
- is part of
-
MDEV-30172 Galera test case cleanup
-
- Stalled
-