nano-node icon indicating copy to clipboard operation
nano-node copied to clipboard

core_test distributed_work.fail_resolve

Open dsiganos opened this issue 3 years ago • 0 comments

The core_test distributed_work.fail_resolve fails every time on my computer. Latest develop branch, commit db7540654844ff17e47024a9bf25339bd620c7bb

$ ./core_test --gtest_filter=distributed_work.fail_resolve Running main() from core_test_main.cc Note: Google Test filter = distributed_work.fail_resolve [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from distributed_work [ RUN ] distributed_work.fail_resolve /fast/sighandl/nano-node/nano/core_test/distributed_work.cpp:236: Failure Value of: work_a.is_initialized () Actual: false Expected: true /fast/sighandl/nano-node/nano/core_test/distributed_work.cpp:243: Failure Value of: system.poll () Actual: Deadline expired Expected: [ FAILED ] distributed_work.fail_resolve (5156 ms) [----------] 1 test from distributed_work (5156 ms total)

[----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (5156 ms total) [ PASSED ] 0 tests. [ FAILED ] 1 test, listed below: [ FAILED ] distributed_work.fail_resolve

1 FAILED TEST

dsiganos avatar Apr 27 '21 19:04 dsiganos