We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run "make lint", "make test" or "make ci" on a Linux host, I expect everything to work.
make lint
libtool: link: ( cd "samples/.libs" && rm -f "libsamples.la" && ln -s "../libsamples.la" "libsamples.la" ) [root@ejacques-mbp-centos restclient-cpp]# make ci cpplint --filter=-legal/copyright include/restclient-cpp/*.h source/*.cc . . . include/restclient-cpp/restclient.h:9: #ifndef header guard has wrong style, please use: TF_DEV_ENV_CONTRAIL_THIRD_PARTY_RESTCLIENT_CPP_INCLUDE_RESTCLIENT_CPP_RESTCLIENT_H_ [build/header_guard] [5] include/restclient-cpp/restclient.h:68: #endif line should be "#endif // TF_DEV_ENV_CONTRAIL_THIRD_PARTY_RESTCLIENT_CPP_INCLUDE_RESTCLIENT_CPP_RESTCLIENT_H_" [build/header_guard] [5] Done processing include/restclient-cpp/restclient.h Done processing source/connection.cc Done processing source/helpers.cc Done processing source/restclient.cc Total errors found: 6 make: *** [lint] Error 1
make test
[ FAILED ] 3 tests, listed below: [ FAILED ] ConnectionTest.TestFollowRedirect [ FAILED ] ConnectionTest.TestFollowRedirectLimited [ FAILED ] ConnectionTest.TestGetInfoFromRedirect 3 FAILED TESTS YOU HAVE 1 DISABLED TEST make: *** [test] Error 1
I also get the same results above if I run the command make docker-services test.
make docker-services test
make ci
The text was updated successfully, but these errors were encountered:
Addressed this issue in PR #160
Sorry, something went wrong.
fix merged
No branches or pull requests
Expected behaviour
When I run "make lint", "make test" or "make ci" on a Linux host, I expect everything to work.
Actual behaviour
make lint
dies on cpplintmake test
has three test failures, and one ignored test... it's unclear to the tester why.I also get the same results above if I run the command
make docker-services test
.make ci
fails because of above errors.Environment and debugging details
The text was updated successfully, but these errors were encountered: