You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
eProsima has a fix and hopefully will release it soon so our nightlies go back to stable. at that point we should let the team know these test failures are not expected anymore.
Flakiness:
service/parameter tests with fastrtps (common, shows as test failures or timeouts)
@nuclearsandwich asked what tools I used last stint to diagnose things as build cop. Mostly it's just being familiar with expected failures so you can spot things out of the ordinary (hence the detailed handoff) but I also found the following useful and added it to the buildcop wiki:
To get the exact list of code that changed, generate a diff between the output of vcs export --exact between two builds.
This is particularly useful for external repos such as FastRTPS where old commits may get pushed to the master branch overnight, and are difficult to spot in the GitHub UI.
If linter failures occur overnight it is usually because of a new version of a linter.
Create a diff of the last pip freeze output of two builds to see which versions changed.
If it's a regression in a dependency you can pin the older version temporarily, see this PR for an example.
cc @nuclearsandwich
Expected test failures:
Composition tests failing consistently on arm and debug, and some releaseComposition test failures have gotten persistent #86Flakiness:
DomainParticipantFactory_impl::create_participant():!create failure creating participant
failures on connext (seems can happen in any test): Connext: Automatic participant index failed to initialize #93rclcpp.TestNode.now
, timer/waitset testingBuildfarmer tasks
Things to know
flake8-builtins
is pinned and un-pinning is pending discussion in Flake 8 builtins failures #104The text was updated successfully, but these errors were encountered: