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 -1
View File
@@ -30,7 +30,7 @@ task test, "Run all tests":
for t in ["test_minimal", "test_all", "bugfix_test", "join_tests", "test_lock",
"test_schema_persist", "test_storage_hardening", "tla_faithfulness",
"nimforum_smoke_test", "raft_e2e_test", "raft_writes_e2e_test",
"raft_failover_load_e2e_test",
"raft_failover_load_e2e_test", "raft_tls_e2e_test",
"fuzz_test", "prop_test",
"test_wire_insert_stress", "stress_test"]:
exec "nim c -r tests/" & t & ".nim"