-
Task
-
Resolution: Unresolved
-
P1: Critical
-
None
-
master
-
None
As reported by vestbo we still have links to old dashboard eg.
The test: "tst_basic::ScrollBar::test_flashing" has failed.
You can find more information on its history by following the link below.
https://testresults.qt.io/grafana/d/3dhio4K7k/fastcheck?var-testCase=tst_basic&var-testFunction=ScrollBar::test_flashing
We should update the link to:
from
https://testresults.qt.io/grafana/d/3dhio4K7k/fastcheck?var-testCase=tst_basic&var-testFunction=ScrollBar::test_flashing
to:
https://testresults.qt.io/grafana/d/3dhio4K7k/flaky-crashed-failed-tests?var-test_case_n=test_case&var-testFunction=test_function&var-group_by_interval=1d&from=now-30d&to=now
Note that variables will change and time window - to 30 days (to make sure those links won't be broken)
Also see subtask - renaming current dashboard.
Where:
test_case and test_function are variables substituted in coin code.
jimis
There is an issue. Coin operates on test_executable as name of test case, while the flaky/crash/... dashboard is using source code test name - those two are not compatible, and currently dashboard url will not accept test executable in test_case field. Until it is resolved it is a blocker and not implementable.
the next coin maintenance break is next week
Its most likely related to old change in:
https://codereview.qt-project.org/c/qtqa/tqtc-coin-ci/+/387895
The change was discussed with jujokini at weekly meetings.