050bb85d27
Add preprocessor directive that checks if the current platform architecture is ARM64. The preprocessor directive checks for ARM64 architecture and changes which docker image to load in the recipes. # Conflicts: # DistTestCore/Codex/CodexContainerRecipe.cs |
||
---|---|---|
DistTestCore | ||
KubernetesWorkflow | ||
Logging | ||
LongTests | ||
Nethereum | ||
Tests | ||
Utils | ||
.gitignore | ||
README.md | ||
codexnode-manifest.yml | ||
cs-codex-dist-testing.sln |
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