CDash icon indicating copy to clipboard operation
CDash copied to clipboard

Duplicate builds on submit when build name contains special characters

Open marc-legendre opened this issue 2 years ago • 0 comments

When submitting results to CDash, if the build name contains some special characters (such as a colon : or a single quote '), the submission will result in two builds being created, with the first one empty, and the second one with a name without the offending character.

image

E.g. I stumbled upon this when using Gitlab CI/CD, where I naively put the URL ("https://...") of the pipeline as a build name for a quick test.

We use CDash 3.1.0.

(I think this could be either fixed, validated (cmake-side?), or documented.)

marc-legendre avatar Feb 08 '23 15:02 marc-legendre