-
Notifications
You must be signed in to change notification settings - Fork 234
pytest parallel process failing with INTERNALERROR in azure machine #1194
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
Comments
More context needed Execnet doesn't call into urllib |
Any repro? |
I just tool note that thr error is intermixed The real issue seems to be the crashitem data length |
There's need for a investigation on why the report has more than 2gb of data |
We are using |
where is --json-report from ? |
https://github.com/mattcl/pytest-json - this one is unmaintainedand by a 3rd party the officail plugin with a json-lines report is https://github.com/pytest-dev/pytest-reportlog |
pytest parallel processes are failing with
INTERNALERROR
Verisons using:
pytest==8.3.1
pytest-xdist==3.6.1
azure-cli==2.70.0
Python (Linux) 3.9.21
Command ran:
pytest
-v
-n 4
-m 'sit'
--cache-clear
--json-report
......
......
But the same command with
-n 1
works fineThe text was updated successfully, but these errors were encountered: