Go to file
benbierens 72bb0132bf
Implements waiting for correct sync metric of geth nodes
2023-04-25 07:46:09 +02:00
DistTestCore Implements waiting for correct sync metric of geth nodes 2023-04-25 07:46:09 +02:00
KubernetesWorkflow Sets up some durability tests. 2023-04-19 14:57:00 +02:00
Logging Better logging for json errors and node actions. 2023-04-19 10:42:08 +02:00
LongTests Removes old backend 2023-04-17 07:56:08 +02:00
Nethereum Implements waiting for correct sync metric of geth nodes 2023-04-25 07:46:09 +02:00
Tests Allows for nethereum interactions with companion nodes. Verifies that marketplace contract is available before proceeding with codex-node setup. 2023-04-24 14:09:23 +02:00
Utils Deploys codex-contracts along with geth bootstrap node. 2023-04-17 16:28:07 +02: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 example yml 2023-03-23 12:36:36 +01: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