-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fix broken tests #63
Comments
How did you run the tests? |
The CI is passing and reporting 100% coverage, so there are no broken tests as far as I know. |
After looking around, I think you might be talking about the devel job on the build farm? I added this commit to try and fix that (pep8, coverage, and mock were not installed): b76c483 I also had to add a rule for |
Ok, in 551e274 I fixed it such that it doesn't depend on the That should clear up the failures on the farm. |
Sorry for the late reply. All capabilities tests are no passing on my machine. I believe this was mostly due to the missing mock and pep8 dependencies. However, I still get notifications about test failures on the buildfarm: http://jenkins.ros.org/job/devel-hydro-capabilities/ Is this just the source build triggered by new commits in a repo? The deb build seem to be all fine. Also I don't know, why I'm actually getting those notifications. |
I think you are getting the notifications because you contributed to the repository since the last release? I'm not 100% sure on that one. Yeah you have to have mock and pep8 and coverage installed and from debs the executable for coverage is called The only outstanding issue that I know of (for the devel jobs) is that the pep8 module getting installed seems to have a different API... Very frustrating. I'll try to clean it up soon. Honestly I would just turn off the jenkins.ros.org devel job, since we have travis-ci, but that currently isn't supported. There just aren't enough hours in the day. |
Dito. Then I'll leave this issue open until Jenkins is happy. Feel free to close it at your convenience. |
Running tests shows a couple of failing ones:
Am I doing sth wrong?
The text was updated successfully, but these errors were encountered: