CDash icon indicating copy to clipboard operation
CDash copied to clipboard

`viewTest.php` API request fails for long requests

Open williamjallen opened this issue 2 years ago • 0 comments

Bug report

Expected Behavior

Accessing moderately-sized lists of tests on viewTest.php should not print an error in the browser console.

Actual Behavior

When visiting viewTest.php for builds with a large number of tests, the developer console currently displays an error due to a failed API call. The corresponding API call includes a large number of request parameters, and exceeds the maximum request size, resulting in a 414 (Request-URI Too Long) response. The page does not seem to be visibly broken when this error occurs.

I observed this behavior on the VTK dashboard on open.cdash.org.

Further investigation is necessary.

CDash Version

https://github.com/Kitware/CDash/commit/609e7570b2685cb4326367a860e676ba47c79db8

Additional Information

williamjallen avatar Aug 16 '23 14:08 williamjallen