From a0018ecf506478e944dac7859f4e2e82d87f18d8 Mon Sep 17 00:00:00 2001 From: "gd.zhou" Date: Mon, 29 Jun 2026 15:42:15 +0800 Subject: [PATCH] [feature] update gtid module tcl support 6x and 8x --- deps/xredis-gtid | 2 +- tests/support/gtid_version.tcl | 1 + tests/test_helper.tcl | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 tests/support/gtid_version.tcl diff --git a/deps/xredis-gtid b/deps/xredis-gtid index 9b562529d9c..25bd52f9df1 160000 --- a/deps/xredis-gtid +++ b/deps/xredis-gtid @@ -1 +1 @@ -Subproject commit 9b562529d9cdda5c10b17cda7e7335ac430af09e +Subproject commit 25bd52f9df17ae7f76a50c720637ee32e371f489 diff --git a/tests/support/gtid_version.tcl b/tests/support/gtid_version.tcl new file mode 120000 index 00000000000..6d1b8fbd505 --- /dev/null +++ b/tests/support/gtid_version.tcl @@ -0,0 +1 @@ +../../deps/xredis-gtid/xredis/tests/support/gtid_version_6x.tcl \ No newline at end of file diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index e7a4a6585df..eacb73f08c6 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -13,6 +13,7 @@ source tests/support/util.tcl source tests/support/gtid.tcl set ::gtid_tests { + gtid/aof gtid/gtid gtid/gtid_seq gtid/replication-psync