Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
11.0(EOL)
-
None
Description
galera_3nodes_sr.GCF-832 'innodb' w11 [ fail ]
|
05:42:44 Test ended at 2023-12-15 04:42:44
|
05:42:44
|
05:42:44 CURRENT_TEST: galera_3nodes_sr.GCF-832
|
05:42:44 mysqltest: At line 30: query 'COMMIT' failed with wrong errno <Unknown> (2026): 'TLS/SSL error: The TLS connection was non-properly terminated.', instead of <Unknown> (2013)...
|
05:42:44
|
05:42:44 The result from queries just before the failure was:
|
05:42:44 connection node_2;
|
05:42:44 connection node_1;
|
05:42:44 connect node_3, 127.0.0.1, root, , test, $NODE_MYPORT_3;
|
05:42:44 connection node_1;
|
05:42:44 connection node_2;
|
05:42:44 connection node_3;
|
05:42:44 connection node_2;
|
05:42:44 SET GLOBAL debug_dbug="d,crash_last_fragment_commit_after_fragment_removal";
|
05:42:44 CREATE TABLE t1 (f1 VARCHAR(30)) ENGINE=InnoDB;
|
05:42:44 SET AUTOCOMMIT=OFF;
|
05:42:44 SET SESSION wsrep_trx_fragment_size=1;
|
05:42:44 START TRANSACTION;
|
05:42:44 INSERT INTO t1 VALUES ('primary'),('primary'),('primary'),('primary'),('primary');
|
05:42:44 COMMIT;
|
Attachments
Issue Links
- blocks
-
MDEV-30172 Galera test case cleanup
- Stalled