bugscpp icon indicating copy to clipboard operation
bugscpp copied to clipboard

Even a test case takes over 24 hours in zsh; is this normal?

Open MinseokJGit opened this issue 2 years ago • 2 comments

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: image

  • 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.

MinseokJGit avatar Sep 19 '23 05:09 MinseokJGit

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.

HansolChoe avatar Sep 25 '23 07:09 HansolChoe

Currently, I am running the experiment on Ubuntu 22.04.2

I followed your instructions but the test is still taking too long:

  1. Removed the docker image: image

  2. Removed and cloned the project repository again. image

  3. Built and Ran the Test: image

MinseokJGit avatar Sep 27 '23 02:09 MinseokJGit