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

NEW! - Flaky/Crashed/Failed Tests does not show a failing test

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Invalid
    • Icon: P2: Important P2: Important
    • None
    • None
    • Grafana
    • None

      When trying to get information about:
      test name: tst_QWidget
      test function: resizeEvent
      https://testresults.qt.io/grafana/d/d8bebf9c-6e1c-4bff-a214-8d506943f23c/new-flaky-crashed-failed-tests?var-branch=1&var-test_case_n=960&var-test_function_n=resizeEvent&var-group_by_interval=1d&orgId=1&from=now-14d&to=now&timezone=browser

      dashboard returns no data: - note the time range is set to 14 days

      while if I do manual search in PSQL db

      SELECT    *
          FROM
          fail_tests
          NATURAL JOIN test_cases
          NATURAL JOIN test_functions
          NATURAL JOIN projects
          NATURAL JOIN workitem_ids
          NATURAL JOIN workitems
          NATURAL JOIN branches
          WHERE test_cases.test_case = 'tst_QWidget'
          AND test_functions.test_function = 'resizeEvent'
          AND branch = 'dev'
          AND  workitems.started_on >= NOW() - INTERVAL '14 DAYS' 

      I get data: (see attached csv file)

        1. image-2025-09-27-12-43-34-183.png
          172 kB
          Anna Wojciechowska
        2. image-2025-09-27-12-45-24-130.png
          237 kB
          Anna Wojciechowska
        3. pgweb-1758969848.csv
          5 kB
          Anna Wojciechowska
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            anwojcie Anna Wojciechowska
            anwojcie Anna Wojciechowska
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes