Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.6
Description
No expected deadlock in galera_insert_bulk test:
galera.galera_insert_bulk 'innodb' w2 [ fail ]
|
Test ended at 2023-02-01 14:06:22
|
|
CURRENT_TEST: galera.galera_insert_bulk
|
mysqltest: At line 42: query 'COMMIT' succeeded - should have failed with error ER_LOCK_DEADLOCK (1213)...
|
|
The result from queries just before the failure was:
|
< snip >
|
connection node_1;
|
connection node_1;
|
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
|
SET foreign_key_checks = 0;
|
SET unique_checks = 0;
|
START TRANSACTION;
|
connection node_2;
|
SET foreign_key_checks = 1;
|
SET unique_checks = 1;
|
INSERT INTO t1 VALUES (1001);
|
connection node_1;
|
COMMIT;
|
|
More results from queries before failure can be found in /dev/shm/var/2/log/galera_insert_bulk.log
|
Attachments
Issue Links
- blocks
-
MDEV-30172 Galera test case cleanup
- Stalled