[MDEV-27548] main.session_tracker_last_gtid fails with result content mismatch Created: 2022-01-19  Updated: 2022-02-17  Resolved: 2022-02-17

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.2, 10.3, 10.4, 10.5, 10.6
Fix Version/s: 10.2.44, 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4

Type: Bug Priority: Major
Reporter: Alice Sherepa Assignee: Alice Sherepa
Resolution: Fixed Votes: 0
Labels: None


 Description   

./mtr --repeat=2 main.session_tracker_last_gtid

main.session_tracker_last_gtid 'innodb'  [ fail ]
        Test ended at 2022-01-19 15:37:07
 
CURRENT_TEST: main.session_tracker_last_gtid
--- 10.2/mysql-test/r/session_tracker_last_gtid.result	2021-10-12 18:03:58.558098542 +0200
+++ 10.2/mysql-test/r/session_tracker_last_gtid.reject	2022-01-19 15:37:06.861775969 +0100
@@ -18,17 +18,17 @@
 insert into t1 values (1);
 -- Tracker : SESSION_TRACK_SYSTEM_VARIABLES
 -- last_gtid
--- 0-1-1001
+-- 0-1-1003
 
 select @@last_gtid;
 @@last_gtid
-0-1-1001
+0-1-1003
 -- Tracker : SESSION_TRACK_SYSTEM_VARIABLES
 -- last_gtid
--- 0-1-1001
+-- 0-1-1003
 
 drop table t1;
 -- Tracker : SESSION_TRACK_SYSTEM_VARIABLES
 -- last_gtid
--- 0-1-1002
+-- 0-1-1004
 
 
mysqltest: Result content mismatch


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