[MDEV-28693] galera.galera_bf_kill fails in CIs regularly with wrong result Created: 2022-05-29  Updated: 2023-04-27

Status: Open
Project: MariaDB Server
Component/s: Galera, Tests
Affects Version/s: 10.3, 10.4, 10.5, 10.6
Fix Version/s: 10.4, 10.5, 10.6

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Julius Goryavsky
Resolution: Unresolved Votes: 0
Labels: None

Attachments: File mysqld.1.err.2     File mysqld.2.err.2     Text File stdout.txt    

 Description   

It fails quite often on 10.3 and much less frequently on higher versions.
https://buildbot.askmonty.org/buildbot/builders/kvm-deb-stretch-amd64/builds/28320/steps/mtr-galera/logs/stdio

10.3 c4e87cb

galera.galera_bf_kill 'innodb'           w2 [ fail ]
        Test ended at 2022-05-27 02:55:31
 
CURRENT_TEST: galera.galera_bf_kill
--- /usr/share/mysql/mysql-test/suite/galera/r/galera_bf_kill.result	2022-05-27 00:48:35.000000000 -0400
+++ /dev/shm/var/2/log/galera_bf_kill.reject	2022-05-27 02:55:31.289221808 -0400
@@ -8,7 +8,7 @@
 connection node_2;
 select * from t1;
 a	b
-2	1
+1	1
 disconnect node_2a;
 connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
 connection node_2a;
@@ -17,7 +17,7 @@
 connection node_2;
 select * from t1;
 a	b
-2	1
+1	1
 disconnect node_2a;
 connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
 connection node_2a;
@@ -28,7 +28,7 @@
 ALTER TABLE t1 DROP KEY b1;
 select * from t1;
 a	b
-2	1
+1	1
 disconnect node_2a;
 connect node_2a, 127.0.0.1, root, , test, $NODE_MYPORT_2;
 connection node_2a;
@@ -43,7 +43,7 @@
 ALTER TABLE t1 DROP KEY b2;
 select * from t1;
 a	b
-2	1
+1	1
 disconnect node_2a;
 disconnect node_2b;
 connection node_1;
 
mysqltest: Result content mismatch


Generated at Thu Feb 08 10:02:45 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.