Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Querying by Revision seems to hang #2040

Open
josephsnyder opened this issue Feb 19, 2024 · 1 comment
Open

Querying by Revision seems to hang #2040

josephsnyder opened this issue Feb 19, 2024 · 1 comment

Comments

@josephsnyder
Copy link
Member

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

@zackgalbreath
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants