Commit 99ba0cd
committed
tests: fix auth warning assertion for --smp 2 compatibility
The test_can_connect_with_sslauth test asserted exact equality between
auth warning count and ReadyMessage count. With --smp 2, shard-aware
connections produce additional ReadyMessages, breaking the equality.
Drop the exact equality check and keep only the >= 4 lower bound, which
validates the test's actual intent: warnings are issued when auth is
configured but the server does not challenge.1 parent 37fc3c4 commit 99ba0cd
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | | - | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
724 | 728 | | |
725 | 729 | | |
726 | | - | |
727 | 730 | | |
728 | 731 | | |
729 | 732 | | |
| |||
0 commit comments