-
Notifications
You must be signed in to change notification settings - Fork 76
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
Submission of "extra" files no longer works #2662
Comments
Thanks for the report, @bradking. I'll look to make that unknown file type not an error if the system isn't set up for rejecting the submit if the validation fails. |
Just to clarify things, the only change here is that errors which were previously being sent to the logs are now returned to the client. |
For reference, the |
I've back out this change on open.cdash.org and my.cdash.org while we figure out the best way to proceed. |
I've opened CMake Issue 26611 to consider deprecating this ctest feature. |
When given a non-xml submission file, catch the exception of the bad submission and only reject the submission of the Validate setting is enabled. Fixes: #2662
When given a non-xml submission file, catch the exception of the bad submission and only reject the submission of the Validate setting is enabled. Fixes: #2662
When given a non-xml submission file, catch the exception of the bad submission and only reject the submission of the Validate setting is enabled. Fixes: #2662
When given a non-xml submission file, catch the exception of the bad submission and only reject the submission of the Validate setting is enabled. Fixes: #2662
The
ctest --extra-submit <file>
option allows uploading arbitrary files to CDash. Since #2437 was deployed onopen.cdash.org
, this no longer works. Similarly, CMake'sCTestTest2
test, which tests submitting extra files, now fails with:The text was updated successfully, but these errors were encountered: