1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-04 17:23:46 +03:00
Files
mariadb/mysql-test/suite/galera_sr/t/GCF-1043A.test
Brave Galera Crew 36a2a185fe Galera4
2019-01-23 15:30:00 +04:00

14 lines
458 B
Plaintext

#
# Assertion `retval == WSREP_OK || retval == WSREP_TRX_FAIL || retval == WSREP_BF_ABORT || retval == WSREP_CONN_FAIL' failed with SR
#
--source include/galera_cluster.inc
--let $count = 1000;
--let $wsrep_trx_fragment_size = 1;
--let $query_node_1 = DELETE FROM t1
--let $query_node_1a = REPLACE INTO t1 VALUES (1,'y'),(2,'x')
--let $query_node_2 = REPLACE INTO t1 VALUES (1,'y'),(2,'y'),(3,'y')
--source suite/galera/include/galera_concurrent_test.inc