-
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
Dynamic Analysis results not displayed #1903
Comments
Are there any errors in the logs? |
No. Well, at least not in the docker logs for cdash and cdash_postgres. |
I wouldn't mind debugging this properly, but cdash uses just too many web trickery I am not aware of. I found that .vue file with the page, |
The relevant logs are in |
This directory is empty on both cdash, and cdash_worker. Yes, I am using the default docker image, rebuilt. |
I'm having trouble reproducing this issue locally, and it's hard to debug without more information such as error logs. I'll leave this issue open in case anyone else happens to be experiencing a similar issue and narrow down the issue to a minimal reproducible example. |
Bug report
Expected Behavior
When submitting "dynamic analysis" results, I expect to be able to click on the number of discovered errors and see by-file results, like it used to be in the past.
Actual Behavior
I can click on the number of errors, but the table displayed there is empty.
CDash Version
7b012c2
Additional Information
Postgresql, if that matters.
"Production" build with ssl manually disabled.
The number of defects found is reported to be large,
103731
, for 1000 tests.I am not sure this number is correct.
The sanitizer is asan+lsan.
The text was updated successfully, but these errors were encountered: