-
Notifications
You must be signed in to change notification settings - Fork 295
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
Disabling/Skipping failing Windows tests #1175
Comments
Thanks for ticketing the issue and looking into this, @Blast545 ! I recommend using the test macros provided by Here's an example: This makes sure that the tests are still compiled on all platforms, they just don't run. |
@chapulina I didn't know those existed, I'll use them. Thanks! |
Mmm, is it important for this |
I guess we could reduce the number, is this causing issues on Windows?
That's because from Fortress the components aren't stored adjacently anymore |
@chapulina Yeah, it's timing out on Windows. In particular, this check is failing: There's a problem registering one of the components in the test in Windows so the test fails all of the times in windows, also printing thousands of lines to the output log. I'm disabling the test for Windows so it won't be a problem there, just wanted to make sure that high number makes sense for that particular test. |
Got it. It sounds like Windows has other problems besides the number of components. So I think for now it's enough to disable the test there, and we can revisit it later. |
Desired behavior
Running the
ign-gazebo
buildfarm should be green as long as no new regressions are added to the code.Alternatives considered
Implementation suggestion
I'm OK with either option 1 or 2, I don't know in advance which one would be preferred by the Ignition team or if there are other disabled tests in the stack so I could rely on infrastructure already in place. So I would like some feedback on it before starting.
Additional context
As of https://build.osrfoundation.org/job/ign_gazebo-ign-6-win/20/, the failing tests for
ign-gazebo6
Windows are:ign-gazebo6 tests failing, 60 tests failed out of 174
As of https://build.osrfoundation.org/job/ign_gazebo-ign-5-win/45/, the failing tests for ign-gazebo5 Windows are:
ign-gazebo5 tests failing, 59 tests failed out of 168
Probably some of them overlap, so I'll start with the
ign-gazebo5
tests and then forward port.The text was updated successfully, but these errors were encountered: