You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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)
The text was updated successfully, but these errors were encountered: