test(raft): 3-node TLS cluster e2e with plaintext rejection

This commit is contained in:
2026-07-31 01:55:43 +03:00
parent 2f30a59216
commit f2b7ed1ce2
4 changed files with 392 additions and 1 deletions
+1
View File
@@ -82,6 +82,7 @@ jobs:
nim c -d:ssl --threads:on --path:src -r tests/raft_e2e_test.nim
nim c -d:ssl --threads:on --path:src -r tests/raft_writes_e2e_test.nim
nim c -d:ssl --threads:on --path:src -r tests/raft_failover_load_e2e_test.nim
nim c -d:ssl --threads:on --path:src -r tests/raft_tls_e2e_test.nim
verify:
runs-on: ubuntu-latest