facebook/wdt

8 tests failed - "make test"

mehul-alphonso opened this issue · 3 comments

67% tests passed, 8 tests failed out of 24
The following tests FAILED:
7 - WdtMiscTests (Failed)
8 - WdtFdTests (Failed)
12 - WdtBasicE2E (Failed)
18 - WdtProtocolNegotiationTest (Failed)
19 - WdtSimpleOdirectTest (Failed)
20 - WdtFileListTest (Failed)
21 - WdtOverwriteTest (Failed)
24 - WdtLongRunningTest (Failed)
Errors while running CTest

what could be the problem with these tests ? I'm using macOS Sierra (10.12.6)

try comparing with https://travis-ci.org/facebook/wdt/jobs/260745440 where it all passes ?

the build is completed successfully. I didn't face any problem in the build, but when i execute CTEST_OUTPUT_ON_FAILURE=1 make test 8 tests failed.
executed following commands.
git clone https://github.com/facebook/wdt.git
cd wdt
source build/travis_osx.sh
mkdir ../build && cd ../build
cmake ../wdt -DBUILD_TESTING=1
make -j
CTEST_OUTPUT_ON_FAILURE=1 make test
i'm seeing "CONN_ERROR"

please put the details of the error you are seeing (full output of the first failed test)

yet again if you open the link above and scroll to the end you will see it ran all the test succesfully