Distributed System Tests for Nim-Codex
Go to file
Veaceslav Doina 2aaf55a53c
Use codexstorage/nim-codex Docker images
2023-05-30 22:45:41 +03:00
DistTestCore Use codexstorage/nim-codex Docker images 2023-05-30 22:45:41 +03:00
KubernetesWorkflow Update network policies 2023-05-30 22:41:34 +03:00
Logging bump to .net 7 2023-05-02 15:17:43 +10:00
LongTests bump to .net 7 2023-05-02 15:17:43 +10:00
Nethereum Applies faster geth image 2023-05-03 10:21:15 +02:00
Tests Enables checking for engine peers in peer tests 2023-05-05 07:58:48 +02:00
Utils bump to .net 7 2023-05-02 15:17:43 +10:00
.gitignore ADD Parallel download Tests 2023-04-19 12:34:46 +02:00
README.md Project layout cleanup 2023-03-21 13:24:58 +01:00
codexnode-manifest.yml Use codexstorage/nim-codex Docker images 2023-05-30 22:45:41 +03:00
cs-codex-dist-testing.sln Removes old backend 2023-04-17 07:56:08 +02: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