Stream: committers
Topic: suppressing workflow warnings
Michelle (Moseman) Miller (Mar 02 2018 at 23:53):
@Lloyd McKenzie I have 65 workflow warnings to suppress for PC, but I noticed a couple things that I wanted clarified before I commit the changes because it is very tedious and I want to get this right the first time....
My questions stem from the observation that the workflow report attached to the tracker (GF#14446) has different text for the same issue as compared to the latest workflow report you emailed. Does the text need to be an exact match for the warning to get suppressed?
- If so, then it sounds like I need to reconcile all of the "issues" from the old XML (attached to the tracker) with the latest version and use the text from the latest report version.
- If not, then how is uniqueness guaranteed? severity+pattern+path+issue isn't unique without resource.
I don't see others specifying the resource with the issue in suppressed-workflow-warnings. This leads me to believe the text needs to be unique, but text is a moving target between versions of the workflow report.
Eric Haas (Mar 02 2018 at 23:55):
I sure hope I don't have to spend a few more hours doing this again too
Michelle (Moseman) Miller (Mar 02 2018 at 23:59):
I'm not sure if this is the only difference, but examples are things like:
- FROM "add to the ignore list" TO: "add to the 'suppressed-workflow-warnings' file"
- FROM "added to the 'workflow-warning-ignore' file" TO "added to the 'suppressed-workflow-warnings' file"
Lloyd McKenzie (Mar 03 2018 at 00:19):
Unfortunately the answer is "yes, the text needs to match exactly". If you can do a search & replace, that should work.
Eric Haas (Mar 03 2018 at 00:37):
you got to be kidding me. i'll just add the entire resource warnings to the suppress file. keeping the old stuff in there should not matter right?
Lloyd McKenzie (Mar 03 2018 at 00:43):
Keeping the old stuff creates noise, but I can weed it out later
Eric Haas (Mar 03 2018 at 00:44):
what is the deadline for these warnings substantive freeze
Lloyd McKenzie (Mar 03 2018 at 00:44):
If the list of type mismatches or cardinality issues change, we want you to have to re-look at the warning, thus the need for string match. The impact of the change to make the instruction text more consistent was unintentional.
Eric Haas (Mar 03 2018 at 00:45):
I'm sure was not intentional but this was a loads of work... I mean hours of work. but updating them shouldn't be that bad
Eric Haas (Mar 03 2018 at 00:58):
when is the last list before the deadline?
Lloyd McKenzie (Mar 03 2018 at 01:59):
Planning to debug the transform and run it again tomorrow.
Last updated: Apr 12 2022 at 19:14 UTC