Details
Description
MariaDB Server: 10.4.3-MariaDB-debug built from sources, branch=10.4, commit: 2a791c53ad93c8bc1441dd227000234bd49c4990.
Galera4 lib 26.4.0(r4477): debug built from sources, commit: 9bd47835d0fcdcf2f041da39dbe5b98ff738ff10.
Run:
./mtr --suite galera --force --big-test --max-test-fail=0 --parallel=auto
|
./mtr galera.MW-388 --force --max-test-fail=0 --repeat=3
|
stdout.log: (attached 190306_galera.MW-388_stdout_laptop.log)
galera.MW-388 'innodb' [ fail ]
|
|
@@ -23,7 +23,7 @@
|
SET SESSION DEBUG_SYNC = 'wsrep_after_certification SIGNAL wsrep_after_certification_reached WAIT_FOR wsrep_after_certification_continue';
|
CALL insert_proc ();;
|
connection node_1a;
|
-SET SESSION DEBUG_SYNC = "now WAIT_FOR wsrep_after_replication_reached";
|
+SET SESSION DEBUG_SYNC = "now WAIT_FOR wsrep_after_certification_reached";
|
SET GLOBAL DEBUG_DBUG = "";
|
SET DEBUG_SYNC = "now SIGNAL wsrep_after_replication_continue";
|
SET DEBUG_SYNC = "now SIGNAL signal.wsrep_apply_cb";
|
@@ -31,7 +31,7 @@
|
connection node_1;
|
SELECT @errno = 1213;
|
@errno = 1213
|
-1
|
+0
|
SELECT * FROM t1;
|
f1 f2
|
1 node 2
|
|
mysqltest: Result length mismatch
|
See also attached 190306_galera.MW-388.zip.
Attachments
Issue Links
- relates to
-
MDEV-18111 Galera 4: run galera test suite
- Closed