Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
master
-
None
Description
When checking for blacklisted test execution in influx - the date from testParser is different that date in coin log.
Seems it is a case of module being part of qt5 integration
Eg:
for task id 1721032032 and platform id ubuntu-22.04-x11-tests influx run is: 2024-07-15 11:18:29
while in logs:
agent:2024/07/09 21:21:33 build.go:404: 144: BPASS : tst_controls::FluentWinUI3::BusyIndicator::test_visibility()
the difference is 6 days
Looks like the date of qt5 integration is stored, not the actual date of running the test
When I check the task id:
https://testresults.qt.io/coin/integration/qt/qt5/tasks/1721032032
the work item containing the test was executed:
ubuntu-22.04-x11-tests | ubuntu-22.04 | Done | Linux Ubuntu_22_04 (gcc-x86_64) | Sccache, TestOnly, AbortTestingOnFirstFailure | 7/9/24, 11:02 PM | 23min, 56s |
while qt5 integration was run:
https://testresults.qt.io/coin/integration/qt/qt5/tasks/1721032032
Started: 7/15/24, 10:27 AM, duration: 2h, 51min, 9s, owner: gerrit
..................
We will move to use posgreSQL so not sure if this is worth correcting, but last least I leave a ticket as atrace.