Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Roshan Khatri <[email protected]>
  • Loading branch information
roshkhatri committed May 22, 2024
1 parent 9836393 commit c0228eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/cluster/announced-endpoints.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ start_cluster 2 2 {tags {external:skip cluster}} {
set count [expr [llength $::servers] + 1]
set used_port [find_available_port $baseport $count]

# We execute CLUSTER SLOTS command to trigger the debug assertions in `clusterCommandSlots` function, ensuring
# that the cached response is invalidated when we update any of cluster-announce-tls-port or cluster-announce-port.
# We execute CLUSTER SLOTS command to trigger the `debugServerAssertWithInfo` in `clusterCommandSlots` function, ensuring
# that the cached response is invalidated upon updating any of cluster-announce-tls-port or cluster-announce-port.
R 0 CLUSTER SLOTS
R 1 CLUSTER SLOTS

Expand Down

0 comments on commit c0228eb

Please sign in to comment.