Uploaded image for project: 'Qt Quality Assurance Infrastructure'
  1. Qt Quality Assurance Infrastructure
  2. QTQAINFRA-3529

Blacklisting tool does not handle multiple instances of the same test name in a blacklist

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P3: Somewhat important
    • None
    • master
    • qtqa module
    • None

    Description

      Given example blacklist:

       

      [qMessagePattern:backtrace]
      # QTBUG-63915
      b2qt 64bit
      
      [qMessagePattern:backtrace depth,separator]
      # QTBUG-63915
      b2qt 64bit
      

      The blacklist tool will match qMessagePattern to the first item [qMessagePattern:backtrace]. Regardless of the action taken on the item, no option is provided to update other instances of qMessagePattern in the blacklist.

       

      The tool should, at the outset, notify the user that there were multiple matches found, and request action on each.

       

      Proposed flow:

      • Multiple matches for ‘qMessagePattern’ found.
        • Examine matches, delete all, skip all
      • Action on [qMessagePattern:backtrace] ?
        • Edit, delete, skip
      • Action on [qMessagePattern:backtrace depth,separator] ?
        • Edit, delete, skip

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            daniel.smith Daniel Smith
            daniel.smith Daniel Smith
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes