Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

Upstream compatibility#1119

Closed
kmactavish wants to merge 4 commits intoros:lunar-develfrom
kmactavish:upstream-compatibility
Closed

Upstream compatibility#1119
kmactavish wants to merge 4 commits intoros:lunar-develfrom
kmactavish:upstream-compatibility

Conversation

@kmactavish
Copy link
Copy Markdown
Contributor

There are a number of upstream changes that broke tests. This PR aims to get lunar-devel passing tests again so PRs aren't failing.

Due to scheduling / resource contention, `sleep`s and `wait_until`s may be delayed. The `SteadyTimerHelper` test class was not robust to these delays, which was likely the cause of a failing test (`multipleSteadyTimeCallbacks` in `timer_callbacks.cpp`:220).
@kmactavish kmactavish force-pushed the upstream-compatibility branch 5 times, most recently from f5f54d7 to 6cc95f9 Compare August 3, 2017 08:52
@flixr flixr mentioned this pull request Aug 3, 2017
@kmactavish kmactavish force-pushed the upstream-compatibility branch 4 times, most recently from a1527f3 to 04c43ed Compare August 3, 2017 17:20
ROS_FATAL_STREAM("Uncaught outside the loop on iter " << i);
FAIL();
}
ROS_FATAL_STREAM("Done testing the message");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the problem you are trying to identify here has been addressed by #1127.

@dirk-thomas
Copy link
Copy Markdown
Member

@ros-pull-request-builder retest this please

@dirk-thomas
Copy link
Copy Markdown
Member

Thank you for the patch. It was very helpful in addressing the test failures.

@dirk-thomas dirk-thomas closed this Aug 9, 2017
@kmactavish
Copy link
Copy Markdown
Contributor Author

@dirk-thomas Awesome, I couldn't track that one down. Thanks.

@dirk-thomas
Copy link
Copy Markdown
Member

dirk-thomas commented Aug 9, 2017

I couldn't track that one down.

I just ran the test executable in gdb and the stacktrace immediately revealed the culprit.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants