-
Notifications
You must be signed in to change notification settings - Fork 3.8k
make test failed #2715
Comments
node version: v10.0.0 |
@mrzzcn Check that mongod is running and try again. |
@pacificcode yes, mongod was running, and there has been some connections between the tests running. But, today, when I try again:
there is only one failed test left, and still, the mongod is running. |
I tried on MACOS , and also have the same problem: The following tests FAILED: The test 25, 26 sometime works, but sometime it failed. don't know why. @mrzzcn : how did you passed others test. I did make install, but the test also the same result |
When i tried cmd: tests/nodeos_run_test.py --mongodb -v --dump-error-detail >& mongo_test.log i've attached a logfile |
@quocle108 I don't know, after |
I failed at the last test |
@mrzzcn Yes, i've tried
. it doesn't work. By the way, i 've tried to look at logfile. there are something related mongodb and memory space here is apart of logfile: 1264614ms thread-0 chain_plugin.cpp:225 plugin_startup ] 13 N5boost12interprocess22interprocess_exceptionE: No space left on device |
@mrzzcn can you run the following and paste the result here? |
@quocle108 you are clearly running out of disk space. Clear up some space and you should be good to go. |
Mac OS Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk1s1 233Gi 178Gi 45Gi 80% 5220639 9223372036849555168 0% / |
25/28 Test #25: unit_test_binaryen .................. Passed 82.72 sec 96% tests passed, 1 tests failed out of 28 Total Test time (real) = 471.40 sec The following tests FAILED: Any help with #28 |
I think the problem for mac osx users is the paths the these two files are for Linux; when you run tests/nodeos_run_test.py --mongodb -v --dump-error-detail >& mongo_test.log that is the output i get consistently.I also found it worked a few builds ago but then stopped and reverted back.
|
posted but seeing I unassigned @pacificcode. Please excuse me. |
same error, after run: brew install go,test passed. |
branch: commit f537bc5 (HEAD -> master, origin/master, origin/HEAD)
Mac OS
The text was updated successfully, but these errors were encountered: