facebook / wdt

Warp speed Data Transfer (WDT) is an embeddedable library (and command line tool) aiming to transfer data between 2 systems as fast as possible over multiple TCP paths.
https://www.facebook.com/WdtOpenSource
Other
2.86k stars 391 forks source link

8 tests failed - "make test" #162

Open mehul-alphonso opened 7 years ago

mehul-alphonso commented 7 years ago

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)

ldemailly commented 7 years ago

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

mehul-alphonso commented 7 years ago

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"

ldemailly commented 7 years ago

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