mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-06 06:06:49 +00:00

* Unfinished code. * Update the testnet version to testnet-5. (#1683) * Generalize stability-tests/docker/Dockerfile. (#1685) * Committed for rebasing. * Adds stability-test many-tips, which tests kaspad handling with many tips in the DAG. * Delete manytips_test.go. * Add timeout to the test and create only one RPC client. * Place the spawn before the for loop and remove a redundant condition. Co-authored-by: tal <tal@daglabs.com> Co-authored-by: stasatdaglabs <39559713+stasatdaglabs@users.noreply.github.com>
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