adoptium / aqa-test-tools

Home of Test Results Summary Service (TRSS) and PerfNext. These tools are designed to improve our ability to monitor and triage tests at the Adoptium project. The code is generic enough that it is extensible for use by any project that needs to monitor multiple CI servers and aggregate their results.
Apache License 2.0
28 stars 79 forks source link

Enhancement: History in multiple dimensions #854

Closed hzongaro closed 2 months ago

hzongaro commented 3 months ago

In investigating test failures, I sometimes check TRSS to see whether there have been previous occurrences of the test failure. With Deep History I can see whether it has failed in previous builds on the same platform in that pipeline, and with All Platforms I can check for failures on other platforms for that particular build in that same pipeline. However, for highly intermittent problems, I would often like to look for failures of that same test in every pipeline on every platform, or for failures in all previous builds on all platforms in that pipeline.

Would it be possible to add such a "Deeper History" query that allows for searches in multiple dimensions?