Acala
Acala copied to clipboard
broken e2e tests
https://github.com/AcalaNetwork/Acala/runs/7441526108?check_suite_focus=true
pthread lock: Invalid argument
error: test failed, to rerun pass '-p test-service --test standalone'
Caused by:
process didn't exit successfully: `/Acala/runner/work/Acala/Acala/target/release/deps/standalone-4010b5bae364c68f --include-ignored --skip test_full_node_catching_up --skip simple_balances_test` (signal: 6, SIGABRT: process abort signal)
make: *** [Makefile:150: test-e2e] Error 101
https://github.com/AcalaNetwork/Acala/runs/7399597230?check_suite_focus=true
terminate called without an active exception
test evm_fill_block_test ... ok
test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 83.84s
error: test failed, to rerun pass '-p test-service --test standalone'
Caused by:
process didn't exit successfully: `/Acala/runner/work/Acala/Acala/target/release/deps/standalone-8a55c432cd2ed2f8 --include-ignored --skip test_full_node_catching_up --skip simple_balances_test` (signal: 6, SIGABRT: process abort signal)
make: *** [Makefile:150: test-e2e] Error 101
looks like some concurrent issue with cargo test?