galera_3nodes.galera_var_dirty_reads2 'innodb' w1 [ fail ]
|
Test ended at 2020-08-26 00:30:29
|
|
CURRENT_TEST: galera_3nodes.galera_var_dirty_reads2
|
mysqltest: At line 123: query 'DROP TABLE t1' failed: 1047: WSREP has not yet prepared node for application use
|
|
The result from queries just before the failure was:
|
< snip >
|
DELETE FROM t1;
|
ERROR 08S01: WSREP has not yet prepared node for application use
|
UPDATE t1 SET f1 = f1 + 1;
|
ERROR 08S01: WSREP has not yet prepared node for application use
|
DROP TABLE t1;
|
ERROR 08S01: WSREP has not yet prepared node for application use
|
EXECUTE stmt_update;
|
ERROR 08S01: WSREP has not yet prepared node for application use
|
SET SESSION wsrep_dirty_reads = 0;
|
SELECT * FROM t1;
|
ERROR 08S01: WSREP has not yet prepared node for application use
|
EXECUTE stmt_select;
|
ERROR 08S01: WSREP has not yet prepared node for application use
|
SELECT COUNT(*) > 0 FROM INFORMATION_SCHEMA.PROCESSLIST;
|
COUNT(*) > 0
|
1
|
SET GLOBAL wsrep_provider_options='gmcast.isolate=0';
|
connection node_1;
|
connection node_2;
|
DROP TABLE t1;
|