Even a test case takes over 24 hours in zsh; is this normal?
I'm attempting to run tests for zsh using the following command:
python bugscpp/bugscpp.py test ./zsh/buggy-2 --coverage
However, even after 24 hours, not a single test case has been completed:
- Is it typical for this test to take such a long time?
- Could there be an issue specific to my machine or setup?
I would appreciate any guidance or known issues related to this.
Thank you for reporting this issue.
zsh/buggy-2 is not supposed to take that much time. Additionally, it should work Ubuntu 16.04, 18.04 or 20.4 (I haven’t verified on other environments, so could you please specify your environment?).
I would appreciate it if you could run the test again and let me know the results. Before running the test, please delete the Docker image (hschoe/defects4cpp-ubuntu) and remove the checked-out project.
Currently, I am running the experiment on Ubuntu 22.04.2
I followed your instructions but the test is still taking too long:
-
Removed the docker image:
-
Removed and cloned the project repository again.
-
Built and Ran the Test: