Skip to content
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

πŸ‘©β€πŸŒΎ Disable test case that fails consistently on Windows #1443

Closed
wants to merge 1 commit into from

Conversation

chapulina
Copy link
Contributor

This test has been failing consistently on Windows debug for a long time (#1282).

See the history here:

https://ci.ros2.org/view/nightly/job/nightly_win_deb/1799/testReport/junit/projectroot.test/rclcpp/test_executors/history/

I suggest disabling that test case until it can be fixed. Otherwise it's just making the build yellow with little benefit.

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Signed-off-by: Louise Poubel <louise@openrobotics.org>
@chapulina chapulina added tests Failing or missing tests Windows Windows support labels Nov 6, 2020
@brawner
Copy link
Contributor

brawner commented Nov 6, 2020

There is a potential resolution for these test failures, but I haven't been able to make progress on it recently. The issue was resolved in foxy with a less-ideal approach.

Draft PR: #1404
Related issues: See #1340 and #1341 for more info.

The test failure represents a memory error, which is not being caught on any other platform, but windows just checks for it with debug builds.

@brawner
Copy link
Contributor

brawner commented Nov 24, 2020

I believe this test case has finally been resolved by #1404 (rolling) and #1401 (foxy).

@brawner brawner closed this Nov 24, 2020
@brawner
Copy link
Contributor

brawner commented Nov 24, 2020

There is another issue with test_executors (#1456) but that is addressed by #1474

@chapulina chapulina deleted the chapulina/1282/disable branch November 24, 2020 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Failing or missing tests Windows Windows support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants