Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8 tests failed - "make test" #162

Open
mehul-alphonso opened this issue Aug 7, 2017 · 3 comments
Open

8 tests failed - "make test" #162

mehul-alphonso opened this issue Aug 7, 2017 · 3 comments

Comments

@mehul-alphonso
Copy link

mehul-alphonso commented Aug 7, 2017

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
Copy link
Contributor

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

@mehul-alphonso
Copy link
Author

mehul-alphonso commented Aug 11, 2017

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants