-
Notifications
You must be signed in to change notification settings - Fork 21
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 tests that are known to fail on Windows #387
Conversation
Windows doesn't support colon or at-symbol in paths. This disables the tests on gz-fuel-tools8, as we want to preserve the behavior (to not invalidate anyone's current cache). On gz-fuel-tools9 forward, the fix is implemented. Do not forward port these changes Signed-off-by: Michael Carroll <[email protected]>
Looks like there's a test failure, but I'm not sure why it hasn't failed on the stable CI build (https://build.osrfoundation.org/job/gz_fuel_tools-ci-gz-fuel-tools8-focal-amd64/2/) |
@osrf-jenkins retest this please |
@osrf-jenkins retest this please |
Signed-off-by: Michael Carroll <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## gz-fuel-tools8 #387 +/- ##
===============================================
Coverage 75.32% 75.32%
===============================================
Files 20 20
Lines 2910 2910
===============================================
Hits 2192 2192
Misses 718 718 ☔ View full report in Codecov by Sentry. |
@osrf-jenkins retest this please |
1 similar comment
@osrf-jenkins retest this please |
Okay, we only have the old CI names left here, so this is good to go. |
Is there a fix for |
It probably just needs a forward port, I can do that today. |
Windows doesn't support colon or at-symbol in paths. This disables the tests on gz-fuel-tools8, as we want to preserve the behavior (to not invalidate anyone's current cache). On gz-fuel-tools9 forward, the fix is implemented. Do not forward port these changes Signed-off-by: Michael Carroll <[email protected]>
Windows doesn't support colon or at-symbol in paths. This disables the tests on gz-fuel-tools8, as we want to preserve the behavior (to not invalidate anyone's current cache). On gz-fuel-tools9 forward, the fix is implemented.
Do not forward port these changes.
"Fixes" gz-fuel-tools8 for this issue: #373
gz-fuel-tools9+ fix is here: #376