Skip to content

Commit 626b365

Browse files
murphyjacob4madolson
authored andcommitted
Deflake atomic slot migration client flag test (#2720)
This test was failing, and causing the next test to throw an exception. It is failing since we never waited for the slot migration to connect before proceeding. Fixes #2692 Signed-off-by: Jacob Murphy <[email protected]> (cherry picked from commit 19474c8) Signed-off-by: cherukum-amazon <[email protected]>
1 parent b2dc84b commit 626b365

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/cluster/cluster-migrateslots.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ start_cluster 3 3 {tags {logreqres:skip external:skip cluster} overrides {cluste
568568

569569
assert_match "OK" [R 2 CLUSTER MIGRATESLOTS SLOTSRANGE 16383 16383 NODE $node0_id]
570570
set jobname [get_job_name 2 16383]
571+
wait_for_migration_field 2 $jobname state waiting-to-pause
571572

572573
# Check the flags
573574
verify_client_flag 0 "E" 0

0 commit comments

Comments
 (0)