Skip to content
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

Open
shamefulCake1 opened this issue Dec 22, 2023 · 6 comments
Open

Dynamic Analysis results not displayed #1903

shamefulCake1 opened this issue Dec 22, 2023 · 6 comments

Comments

@shamefulCake1
Copy link

shamefulCake1 commented Dec 22, 2023

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.

@williamjallen
Copy link
Collaborator

Are there any errors in the logs?

@shamefulCake1
Copy link
Author

No. Well, at least not in the docker logs for cdash and cdash_postgres.

@shamefulCake1
Copy link
Author

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, ./resources/js/components/ViewDynamicAnalysis.vue, but I don't seem to find out how that cdash.defecttypes is populated. (What is that "cdash" object? A javascript object? A php object? Do they have a 1-to-1 mapping?

@williamjallen
Copy link
Collaborator

williamjallen commented Dec 25, 2023

No. Well, at least not in the docker logs for cdash and cdash_postgres.

The relevant logs are in /cdash/storage/logs if you're using our default Docker image.

@shamefulCake1
Copy link
Author

This directory is empty on both cdash, and cdash_worker. Yes, I am using the default docker image, rebuilt.

@williamjallen
Copy link
Collaborator

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.

@williamjallen williamjallen changed the title Dynamic Analysis results not displayed on 7b012c26bc3d747827cd6584c8fd1839d46265fa Dynamic Analysis results not displayed Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants