-
Notifications
You must be signed in to change notification settings - Fork 770
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
Failing test: TimedEventTests #23
Comments
We fixed an invalid read detected by valgrind in the tests that may be related with your failure. We don't use OSX and never had that failture. Can you check it again with commit ca6d226? Thanks |
We're still seeing the failure on OSX. E.g., from a build yesterday: Interestingly, it doesn't always fail. Here's a build from the previous day where that test passed: |
I found an error in test TimedEventTests. And yes, it's was a random error. |
That fix looks very promising, thanks. I'll report back after we've had a couple of days of nightly test runs. |
It looks like the problem is fixed for Release and "none" build types, which is great! Now we have a different failure from OSX built in Debug: http://ci.ros2.org/view/nightly/job/nightly_osx_debug/6/testReport/projectroot.test.unittest.rtps.resources/timedevent/TimedEventTests/. The error:
|
I've seen that and i'm working on it. |
Solved last issue in TimedEventTests. |
Indeed, that failure didn't occur in any of our builds from last night. Thanks! |
This build:
http://ci.ros2.org/view/nightly/job/nightly_osx/234/testReport/projectroot.test.unittest.rtps.resources/timedevent/TimedEventTests/
shows a test failure on OSX for TimedEventTests. The tail end of the console output is:
Looks like the program is crashing. Let us know if you need help reproducing it.
The text was updated successfully, but these errors were encountered: