From f31cf3372bd2ac13438df030cec9fd182c82a311 Mon Sep 17 00:00:00 2001 From: Warrick <1016weicheng@gmail.com> Date: Fri, 10 Apr 2026 16:10:31 +0800 Subject: [PATCH] [fix] tests/gtid/xsync.tcl --- tests/gtid/xsync.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gtid/xsync.tcl b/tests/gtid/xsync.tcl index 34d07fff4db..64174addfa1 100644 --- a/tests/gtid/xsync.tcl +++ b/tests/gtid/xsync.tcl @@ -39,6 +39,7 @@ start_server {tags {"xsync"} overrides {gtid-enabled yes}} { $M set hello world_1 wait_for_sync $S + wait_for_gtid_sync $M $S assert_equal [$S get hello] world_1 }