Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix timing issue in the module propagate test
There is a timing issue in the test: ``` *** [err]: module RM_Call of expired key propagation in tests/unit/moduleapi/propagate.tcl Expected '1' to be equal to '2' (context: type eval line 27 cmd {assert_equal [$replica propagate-test.obeyed] 2} proc ::test) ``` We should wait for sync, otherwise the replica may not be fully synchronized before checking. The test was introduced in valkey-io#1582. Signed-off-by: Binbin <[email protected]>
- Loading branch information