kaspad/stability-tests
Svarog 3959bc1e7c
Fixes to stability tests: Move orphans test to simnet + Change fakePublicKeyHash size to 32 bytes (#1630)
* Move orphans test to simnet

* Change fakePublicKeyHash size to correct one
2021-03-25 12:04:41 +02:00
..
2021-03-09 15:01:08 +02:00
2021-03-09 15:01:08 +02:00
2021-03-09 15:01:08 +02:00

Stability-Test Tools

This package provides some higher-level tests for kaspad.
These are tests that are beyond the scope of unit-tests, and some of them might take long time to run.

Running

  • To run only the fast running tests call ./install_and_test.sh
  • To include all tests call SLOW=1 ./install_and_test.sh (Note this will take many hours to finish)
  • To run a single test cd [test-name]/run and call ./run.sh