-
Notifications
You must be signed in to change notification settings - Fork 280
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
[indigo] run_tests.py always reports failure? #703
Comments
I think this line https://github.com/ros/catkin/blob/indigo-devel/python/catkin/test_results.py#L91 should be |
That looks reasonable. Is there a simple test that can demonstrate this problem so we can add it as a regression test and verify this change fixes it? |
This affects CTest since only for those the |
Thank you for the report. This was a regression of 11217b3. Since it hasn't been released yet it was only failing CTests when using catkin from source. Since the upcoming release 0.6.10 would have included this bug I just released 0.6.11. |
thanks 🙇 |
I'm in the middle of digging this problem...
According to run_test.py,
it expects
ensure_junit_result_exist
to return True.However, in https://github.com/ros/catkin/blob/indigo-devel/python/catkin/test_results.py#L52,
ensure_junit_result_exists
does not returnTrue
.From our testcase log:
The text was updated successfully, but these errors were encountered: