CDash icon indicating copy to clipboard operation
CDash copied to clipboard

Querying by Revision seems to hang

Open josephsnyder opened this issue 1 year ago • 1 comments
trafficstars

Bug report

Expected Behavior

As reported in the internal chat: to execute a query over the tests where a commit revision is specified for the repository would populate the page with information:

https://open.cdash.org/index.php?project=VTK&filtercount=1&field1=revision&compare1=61&value1=6e91d39f6919e30ae3e9730b7ccb87346f798099

Actual Behavior

A blank page is shown: image

No errors are shown in the console and no errors are reported by the network tab. No errors seem to be reported in the log file upon page reload.

CDash Version

V3.2.2

Additional Information

josephsnyder avatar Feb 19 '24 15:02 josephsnyder

Here's a similar query that works as expected: https://open.cdash.org/index.php?project=VTK&filtercount=1&showfilters=1&field1=revision&compare1=61&value1=3036e1939e7bab5add3340390d52569ee191bb80

Poking around in the database, I can see buildupdate rows for revision 6e91d39f, but there are no builds associated with these updates 🤔 .

It looks like something went wrong when parsing these submissions. Hopefully this is a one-off fluke?

zackgalbreath avatar Feb 20 '24 15:02 zackgalbreath