[MDEV-17106] Test failure on galera.galera_binlog_stmt_autoinc Created: 2018-08-31  Updated: 2020-01-08  Resolved: 2020-01-08

Status: Closed
Project: MariaDB Server
Component/s: Galera, Tests
Affects Version/s: 10.1, 10.4.4, 10.2
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Jan Lindström (Inactive) Assignee: Jan Lindström (Inactive)
Resolution: Duplicate Votes: 0
Labels: None

Issue Links:
Duplicate
is duplicated by MDEV-19959 Galera test failure on galera_binlog_... Closed

 Description   

galera.galera_binlog_stmt_autoinc 'innodb' w4 [ fail ]
        Test ended at 2018-08-30 09:58:42
 
CURRENT_TEST: galera.galera_binlog_stmt_autoinc
--- /usr/share/mysql/mysql-test/suite/galera/r/galera_binlog_stmt_autoinc.result	2018-08-30 07:54:55.000000000 +0000
+++ /run/shm/var/4/log/galera_binlog_stmt_autoinc.reject	2018-08-30 09:58:42.602542458 +0000
@@ -12,21 +12,21 @@
 insert into t1(i) values(null);
 select * from t1;
 i	c
-1	dummy_text
+2	dummy_text
 insert into t1(i) values(null), (null), (null);
 select * from t1;
 i	c
-1	dummy_text
-3	dummy_text
-5	dummy_text
-7	dummy_text
+2	dummy_text
+4	dummy_text
+6	dummy_text
+8	dummy_text
 connection node_2;
 select * from t1;
 i	c
-1	dummy_text
-3	dummy_text
-5	dummy_text
-7	dummy_text
+2	dummy_text
+4	dummy_text
+6	dummy_text
+8	dummy_text
 SET GLOBAL wsrep_forced_binlog_format='none';
 connection node_1;
 SET GLOBAL wsrep_forced_binlog_format='none';
@@ -70,7 +70,7 @@
 show variables like '%auto_increment%';
 Variable_name	Value
 auto_increment_increment	2
-auto_increment_offset	1
+auto_increment_offset	2
 wsrep_auto_increment_control	ON
 SET GLOBAL wsrep_auto_increment_control='OFF';
 show variables like '%auto_increment%';
@@ -92,21 +92,21 @@
 insert into t1(i) values(null);
 select * from t1;
 i	c
-1	dummy_text
+2	dummy_text
 insert into t1(i) values(null), (null), (null);
 select * from t1;
 i	c
-1	dummy_text
-3	dummy_text
-5	dummy_text
-7	dummy_text
+2	dummy_text
+4	dummy_text
+6	dummy_text
+8	dummy_text
 connection node_2;
 select * from t1;
 i	c
-1	dummy_text
-3	dummy_text
-5	dummy_text
-7	dummy_text
+2	dummy_text
+4	dummy_text
+6	dummy_text
+8	dummy_text
 SET GLOBAL wsrep_forced_binlog_format='none';
 connection node_1;
 SET GLOBAL wsrep_forced_binlog_format='none';
@@ -149,7 +149,7 @@
 show variables like '%auto_increment%';
 Variable_name	Value
 auto_increment_increment	2
-auto_increment_offset	1
+auto_increment_offset	2
 wsrep_auto_increment_control	ON
 SET GLOBAL wsrep_auto_increment_control='OFF';
 show variables like '%auto_increment%';
 
mysqltest: Result content mismatch



 Comments   
Comment by Stepan Patryshev (Inactive) [ 2020-01-08 ]

Closing it since it is duplicated by MDEV-19959.

Generated at Thu Feb 08 08:33:57 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.