200522 17:34:45 +2.444 galera_sr.GCF-1043B 'innodb' [ fail ]
|
Test ended at 2020-05-22 17:34:45
|
|
CURRENT_TEST: galera_sr.GCF-1043B
|
mysqltest: In included file "./suite/galera/include/galera_concurrent_test.inc":
|
included from /home/stepan/mariadb/10.5/mysql-test/suite/galera_sr/t/GCF-1043B.test at line 14:
|
At line 74: query 'reap' failed with wrong errno 1146: 'Table 'test.t1' doesn't exist', instead of 0...
|
|
The result from queries just before the failure was:
|
< snip >
|
connect node_1a, 127.0.0.1, root, , test, $NODE_MYPORT_1;
|
Running a concurrent test with the following queries:
|
DELETE FROM t1
|
INSERT INTO t1 VALUES (1,'y'),(2,'x')
|
UPDATE t1 SET f2 = 'y' WHERE f1 = 1 OR f1 = 2;
|
connection node_1;
|
DROP TABLE IF EXISTS t1;
|
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY AUTO_INCREMENT, f2 CHAR(255)) ENGINE=InnoDB;
|
SET SESSION wsrep_sync_wait = 0;
|
SET SESSION wsrep_trx_fragment_size = 1;;;
|
connection node_1a;
|
SET SESSION wsrep_sync_wait = 0;
|
SET SESSION wsrep_trx_fragment_size = 1;;;
|
connection node_2;
|
SET SESSION wsrep_sync_wait = 0;
|
SET SESSION wsrep_trx_fragment_size = 1;;;
|
|
More results from queries before failure can be found in /home/stepan/mariadb/10.5/mysql-test/var/log/GCF-1043B.log
|
|
- saving '/home/stepan/mariadb/10.5/mysql-test/var/log/galera_sr.GCF-1043B-innodb/' to '/home/stepan/mariadb/10.5/mysql-test/var/log/galera_sr.GCF-1043B-innodb/'
|
***Warnings generated in error logs during shutdown after running tests: galera_sr.GCF-1008 galera_sr.GCF-1043B galera_sr.GCF-1018 galera_sr.mysql-wsrep-features#9
|
|
mariadbd: /home/stepan/mariadb/10.5/sql/transaction.cc:494: bool trans_commit_stmt(THD*): Assertion `thd->in_active_multi_stmt_transaction() || thd->m_transaction_psi == __null' failed.
|
Attempting backtrace. You can use the following information to find out
|