-
Notifications
You must be signed in to change notification settings - Fork 119
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
FTL is now sometimes adding a testLabExecutionId
on <testsuite
#597
FTL is now sometimes adding a testLabExecutionId
on <testsuite
#597
Conversation
FTL is working on a rollback to unbreak Flank users. Thanks for the pull request. I'd like a junit test before merging. |
However, making the JacksonXmlModule configured with |
@bootstraponline - How can we track FTL updates? Would you be posting once Firebase fixes the issue? |
Let's make sure we agree on what the root problem is. There's a software development ecosystem built on parsing the FTL JUnit XML reports. I can't have the format changing silently in production. I'd expect some type of heads up that the XML will be changing. I know bitrise would also be interested as they're building a dashboard based on parsing the XML. If FTL is going to continue to make silent changes, then setting fail on unknown would be a reasonable work around. At the moment, I consider silent changes a legitimate bug that impacts multiple downstream businesses and tools. |
That's a great question for the FTL team. There's currently no way to track FTL updates for external customers.
Yep, I'll be posting an update in the Flank release notes. I'll also post in the #flank channel. |
@bootstraponline Adjusted tests to verify that |
The new commit looks good. CLA bot is unhappy. |
Fixed CLA issue. :) |
Awesome. Merged. |
We started getting some failures because some of the junit xml's coming back from FTL had an
testLabExecutionId
attribute on<testsuite
.This adds the property to the model class so it can deserialize correctly.