Bug report
Expected Behavior
Be able to display test results (/tests/<id> page) with any saved project configuration and/or prevent/diagnostics invalid project configuration.
Actual Behavior
The test result page of failing test appears empty. The foldable host and machine information is display but the test content and logs are not.
CDash Version
v5.0.0
Additional Information
Console log:
TypeError: can't access property "toLowerCase", t is null
s RepositoryIntegrations.js:83
revisionUrl TestDetailsPage.vue:442
Pe reactivity.esm-bundler.js:404
get value reactivity.esm-bundler.js:1735
get runtime-core.esm-bundler.js:3834
default TestDetailsPage.vue:41
r runtime-core.esm-bundler.js:702
Wi runtime-core.esm-bundler.js:3269
h LoadingIndicator.vue:11
[...]
Based on that trace I found out the issue was that my project had a filled repository URL but a None repository type selected. I did that a while back (before the v5.0.0 update) because this is a BitBucket url. I believe back then the None type did create a compatible link (maybe by chance) and at least it didn't break the test results page.
Ideally I would also be able to configure a repository URL for other code forge than Github and Gitlab. Maybe have "Custom" type and a placeholder to put/inject the commit id in the URL.
Bug report
Expected Behavior
Be able to display test results (
/tests/<id>page) with any saved project configuration and/or prevent/diagnostics invalid project configuration.Actual Behavior
The test result page of failing test appears empty. The foldable host and machine information is display but the test content and logs are not.
CDash Version
v5.0.0
Additional Information
Console log:
Based on that trace I found out the issue was that my project had a filled repository URL but a None repository type selected. I did that a while back (before the v5.0.0 update) because this is a BitBucket url. I believe back then the None type did create a compatible link (maybe by chance) and at least it didn't break the test results page.
Ideally I would also be able to configure a repository URL for other code forge than Github and Gitlab. Maybe have "Custom" type and a placeholder to put/inject the commit id in the URL.