-
Notifications
You must be signed in to change notification settings - Fork 3.7k
nodeos_run_test failed #2292
Comments
This is probably something environmental in your set up. The first thing to try is to delete your eos/build directory, run eosio_build.sh again, and retest. If you continue to see this problem, run the test again and check for nodeos startup problems: tests/nodeos_run_test.py --dont-kill -v |
I tried deleting the build directory and running eosio_build.sh again, same failure. Yes, there are two copies of nodeos, is that ok? here is the output of the test with the --dont-kill and -v settings: ./tests/nodeos_run_test.py --dont-kill -v
I checked build/var/lib/node_bios/stderr.txt and build/var/lib/node_00/stderr.txt and all seems fine there. |
I just now did a git pull, deleted the build directory and rebuilt. Thanks Paul! |
nodeos_run_test.out.txt
I tried the dawn-v3.0.0 and later tried master, when I run the make test in the build folder, I get two failed tests:
The following tests FAILED:
26 - nodeos_run_test (Failed)
28 - nodeos_run_test-mongodb (Failed)
I then ran:
tests/nodeos_run_test.py -v --dump-error-detail >& nodeos_run_test.out.txt
Attached is the file from that command
The text was updated successfully, but these errors were encountered: