You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to the crabble proposal directory and run the tests
We're not running tests using the run_eval.sh since we already have the agd running inside the container
root@06b38e3863fb:/usr/src/upgrade-test-scripts# cd ../proposals/64\:crabble-start/
root@06b38e3863fb:/usr/src/proposals/64:crabble-start# ./eval.sh
See that the process gets stuck at the test core eval proposal passes. The chain keeps producing blocks and shows no logs regarding our core eval as if nothing were executed.
The other weird thing here is that when I put a console log at the beginning of the agd.tx method I don't see it being invoked.
When I run core eval proposal passes individually after step 5, this is what happens:
Steps to reproduce
Start docker container
Go inside container
docker exec -it {container_hash} bash
Install dependencies
Go to the crabble proposal directory and run the tests
See that the process gets stuck at the test
core eval proposal passes
. The chain keeps producing blocks and shows no logs regarding our core eval as if nothing were executed.The other weird thing here is that when I put a console log at the beginning of the
agd.tx
method I don't see it being invoked.When I run
core eval proposal passes
individually after step 5, this is what happens:Run the test
root@06b38e3863fb:/usr/src/proposals/64:crabble-start# node node_modules/.bin/ava test-crabble-start.js -m "core eval proposal passes"
Output of the test
Logs from the core eval scripts are observed in the chain logs. The operation is successful.
Now rest of the tests also pass
Run the tests
Output of the tests
The text was updated successfully, but these errors were encountered: