-
- Downloads
Add value tangle integration tests (#464)
* feat: Add first value transfer integration test
* fix: fix wrong plugin name
* Add colored tokens test
* Add value tangle test to github workflow
* fix: Fix wrong function name in comments
* refactor: Make testSnapshots disabled in default and minor tweaks
* refactor: refactor balance list update method
* feat: Add inclusion states to weapis
* refactor: Rename Conflict to Rejected
* refactor: Remove unused parameter
* refactor: Simplify colored token test and increase waiting time
* fix: fix updateBalanceList
* fix: enable testsnapshots plugin for each peer
* refactor: Rename package name of each tests
* refactor: Rename functions and add more comments
* refactor: Add maxRetry to limit to avoid infinte loop and reduce else statement
* refactor: Refactor functions and remove redundant codes
* refactor: Rename shadowing variables
* test: Add value test in runTest.sh
* fixes some func comments
* increase startup time to make up for slow CI
Co-authored-by:
Luca Moser <moser.luca@gmail.com>
Showing
- .github/workflows/integration-tests.yml 35 additions, 0 deletions.github/workflows/integration-tests.yml
- pluginmgr/core/plugins.go 2 additions, 0 deletionspluginmgr/core/plugins.go
- plugins/testsnapshots/plugin.go 41 additions, 0 deletionsplugins/testsnapshots/plugin.go
- tools/integration-tests/runTests.sh 1 addition, 1 deletiontools/integration-tests/runTests.sh
- tools/integration-tests/tester/framework/docker.go 9 additions, 2 deletionstools/integration-tests/tester/framework/docker.go
- tools/integration-tests/tester/framework/drngnetwork.go 1 addition, 1 deletiontools/integration-tests/tester/framework/drngnetwork.go
- tools/integration-tests/tester/framework/framework.go 1 addition, 0 deletionstools/integration-tests/tester/framework/framework.go
- tools/integration-tests/tester/framework/network.go 10 additions, 1 deletiontools/integration-tests/tester/framework/network.go
- tools/integration-tests/tester/framework/parameters.go 8 additions, 1 deletiontools/integration-tests/tester/framework/parameters.go
- tools/integration-tests/tester/framework/peer.go 6 additions, 1 deletiontools/integration-tests/tester/framework/peer.go
- tools/integration-tests/tester/tests/common/common_test.go 1 addition, 1 deletiontools/integration-tests/tester/tests/common/common_test.go
- tools/integration-tests/tester/tests/common/main_test.go 1 addition, 1 deletiontools/integration-tests/tester/tests/common/main_test.go
- tools/integration-tests/tester/tests/drng/drng_test.go 1 addition, 1 deletiontools/integration-tests/tester/tests/drng/drng_test.go
- tools/integration-tests/tester/tests/drng/main_test.go 1 addition, 1 deletiontools/integration-tests/tester/tests/drng/main_test.go
- tools/integration-tests/tester/tests/message/main_test.go 1 addition, 1 deletiontools/integration-tests/tester/tests/message/main_test.go
- tools/integration-tests/tester/tests/message/message_test.go 1 addition, 1 deletiontools/integration-tests/tester/tests/message/message_test.go
- tools/integration-tests/tester/tests/testutil.go 282 additions, 1 deletiontools/integration-tests/tester/tests/testutil.go
- tools/integration-tests/tester/tests/value/main_test.go 23 additions, 0 deletionstools/integration-tests/tester/tests/value/main_test.go
- tools/integration-tests/tester/tests/value/value_test.go 122 additions, 0 deletionstools/integration-tests/tester/tests/value/value_test.go
Loading
Please register or sign in to comment