-
-
Notifications
You must be signed in to change notification settings - Fork 759
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
e2e testing for gunicorn worker #1079
Conversation
interesting windows only error on an unrelated not-closed socket ;) |
solved in #1080 |
well the exit 3 solved in #1077 is well demonstrated (and solved once that patch is applied) |
only big issue with that e2e approach is that it slows down the testing a lot. |
Can we can run them in parallel? How slow it becomes? |
settings up the docker images is what takes the most time |
…arnings > errors in pyutest
We should try to cache those images then, I guess. 🤔 EDIT: Did you mean the image build or the container startup? 🤔 |
I tried pytest-xdist which blows the test suite, I think mostly because ports used for each run_in_server are the same so maybe something worh looking at, not sure |
I didn't mean on the pytest level, I mean on the CI, creating two jobs in parallel. |
ok I seperated them into 2 jobs using markers in pytest, would like to see once this is merged |
No description provided.