• Madelyn Olson's avatar
    Harden init-tests for cluster tests (#11635) · 7379d221
    Madelyn Olson authored
    Attempt to harden cluster init-tests by doing two things:
    * Retry up to 3 times to join the cluster. Cluster meet is entirely idempotent, so it should stabilize if we missed a node.
    * Validate the connection is actually established, not just exists in the cluster list. Nodes can exist in handshake, but might later get dropped.
    7379d221
cluster.tcl 6.64 KB