You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to use pynguing to run on the arrow project, but it doesn't seem to work. Could you tell me if I'm doing something wrong or is it a bug in Pynguin?
To Reproduce
I used docker for reproducibility:
1. run docker
docker run -it --rm python:3.10.14-slim-bullseye bash
2. install git
apt update && apt install -y git
3. clone the repo
git clone --depth=1 https://github.com/arrow-py/arrow
cd arrow
Please excuse my late reply, I've totally missed the notification for your issue.
First, thank you for your interest in Pynguin and the report.
I have good and bad news: the bad news is that we see this issue in the execution every now and then. The problem is that the execution of a generated test is isolated in a separate thread, which for some reason could not be terminated correctly. Worse, it did not even return an execution result. We still have not fully understood why this happens and what the underlying module's properties cause it. Thus, we unfortunately have no real solution for this.
With this approach I was able to generate tests. But there's a caveat of the approach: it is slower than Pynguin's thread-based execution, which means that you have to wait longer for a result. I am discussing this with @BergLucas , what we can do about speed and also about integrating the approach into Pynguin's main repository. For now, you could try it out such that you can continue with your work.
Describe the bug
Im trying to use pynguing to run on the arrow project, but it doesn't seem to work. Could you tell me if I'm doing something wrong or is it a bug in Pynguin?
To Reproduce
I used docker for reproducibility:
1. run docker
2. install git
apt update && apt install -y git
3. clone the repo
git clone --depth=1 https://github.com/arrow-py/arrow cd arrow
4. install the dependencies
5. run the test generator
Screenshots
Software Version:
additional information
I plan to use Pynguin to create tests in several repositories that I am studying
The text was updated successfully, but these errors were encountered: