-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[test] When I run run_tests.py on my Windows, I always get errors. #4897
Comments
Hi, I can reproduce this problem It happens on Windows tests, concrete error in log is:
This seems relate to Out of memory during CPU virtual memory allocation. I am looking into it. |
Failed and error test summary
|
@qiao-bo I guess one possibility is that the Paddle's develop package on GPU is too large. Therefore it is likely to affect other tests after |
In addition to this problem, another problem is that it may cause CI to get stuck at CleanUp process. |
@0xzhang Thanks for the input. I am playing with some test settings at #4910. Lets see if relaxing Taichi's memory limitation helps.
This is also mysteries to me at the moment. I do notice that the CI clean-up is stuck is because some python packages cannot be deleted on windows. (probably installed by Paddle ;/). |
This should be fixed by #4910. Closed. |
When I run
run_tests.py
on my WSL's Ubuntu, it works fine in most cases. But on Windows, I always get errors. Only works in rare cases and I already set thread_num to 1 to avoid strange problem. I'm very confused right nowThe text was updated successfully, but these errors were encountered: