Distributed System Tests for Nim-Codex
Go to file
benbierens 54f008a5e3
Adds test for 1000 codex nodes in one pod
2023-03-22 11:07:18 +01:00
CodexDistTestCore Debugging multiple nodes per pod 2023-03-22 10:38:10 +01:00
LongTests Adds test for 1000 codex nodes in one pod 2023-03-22 11:07:18 +01:00
Tests this works 2023-03-21 15:17:48 +01:00
.gitignore kubectl exposes codex on 30001 2023-03-17 10:05:00 +01:00
README.md Project layout cleanup 2023-03-21 13:24:58 +01:00
codexnode-manifest.yml Debugging multiple nodes per pod 2023-03-22 10:38:10 +01:00
cs-codex-dist-testing.sln Project layout cleanup 2023-03-21 13:24:58 +01:00

README.md

Distributed System Tests for Nim-Codex

Nim-Codex: https://github.com/status-im/nim-codex

Tests are built on dotnet v6.0 and Kubernetes v1.25.4, using dotnet-kubernetes SDK: https://github.com/kubernetes-client/csharp

Requirement

At this moment, the tests require a local kubernetes cluster to be installed.

Run

Short tests: These tests may take minutes to an hour. dotnet test Tests

Long tests: These may takes hours to days. dotnet test LongTests