• Oran Agra's avatar
    Solve sentinel test issue in TLS due to recent tests change. (#8728) · 370ab4c4
    Oran Agra authored
    5629dbe7 added a change that configures the tcp (plaintext) port
    alongside the tls port, this causes the INFO command for tcp_port
    to return that instead of the tls port when running in tls, and that broke
    the sentinel tests that query it.
    
    the fix is to add a method that gets the right port from CONFIG instead
    of relying on the tcp_port info field.
    370ab4c4
instances.tcl 21.5 KB