test(raft): end-to-end 3-node cluster election and failover

This commit is contained in:
2026-07-30 18:35:18 +03:00
parent f01586354a
commit b6eccf284e
4 changed files with 223 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ task test, "Run all tests":
# Quick embedded suites first, heavy fuzz/stress suites last.
for t in ["test_minimal", "test_all", "bugfix_test", "join_tests", "test_lock",
"test_schema_persist", "test_storage_hardening", "tla_faithfulness",
"nimforum_smoke_test", "fuzz_test", "prop_test",
"nimforum_smoke_test", "raft_e2e_test", "fuzz_test", "prop_test",
"test_wire_insert_stress", "stress_test"]:
exec "nim c -r tests/" & t & ".nim"