issues Search Results · repo:pytest-dev/pytest-xdist language:Python
Filter by
642 results
(78 ms)642 results
inpytest-dev/pytest-xdist (press backspace or delete to remove)Hello!
I ve started seeing a weird error on some of my test runs, where I get a RuntimeError: Unexpectedly no active workers
available raised in pytest-xdist, after a in TypeError: unsupported operand ...
mikicz
- 5
- Opened 5 days ago
- #1196
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 ...
shashankmotruri
- 7
- Opened 8 days ago
- #1194
I don t exactly have a minimal reproducer right now, but when tests improperly terminate (e.g. call sys.exit(1)) we find
that the replacing worker will try to access registered_collections while it is ...
orlp
- Opened on Mar 21
- #1189
test suite:
import time
import multiprocessing
class TestWhatever:
def test_thing(self):
def go():
time.sleep(2)
ctx = multiprocessing.get_context( fork )
proc ...
bug
zzzeek
- 13
- Opened on Mar 6
- #1186
Greetings!
It would be very useful to see new distribution mode: each test spawns it s own worker. Currently workers are reused
when free. Problem: complex initialization mechanics which heavely-utilize ...
baterflyrity
- 1
- Opened on Feb 25
- #1182
OS: ubuntu
requirements:
Package Version
--------------------------------- ------------------
aiobotocore 2.12.3
aiohappyeyeballs 2.4.0 ...
lupanlpb
- 5
- Opened on Feb 12
- #1178
I am using pytest-xdist for parallel test execution, and I have grouped my test classes into two groups using the
@pytest.mark.xdist_group( group1 ) and @pytest.mark.xdist_group( group2 ) decorators.
...
pppppino
- Opened on Feb 8
- #1176
I have a remote server, and I would like to run tests on its cores in parallel. This is simple enough using SSH, where I
can pass n*ssh=.... For socket I would expect it would work with n*socket=.... However, ...
Alon-L
- 6
- Opened on Jan 8
- #1170
pytest-xdist currently doesn t handle a StrEnum obj as str when it is serialized, which causes a
execnet.gateway_base.DumpError error. The issue is seen when a StrEnum obj is passed as pytest-subtests ...
yugokato
- Opened on Dec 4, 2024
- #1161
On the https://pytest-xdist.readthedocs.io/en/stable/how-to.html#xdist.is_xdist_master url, for me the description is:
Return True if this is the xdist controller, False otherwise. image
Based on the ...
TB-HunBoka
- Opened on Nov 25, 2024
- #1159

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.