forked from goodboy/tractor
Forkserver just can't seem to cut it...
parent
5fd38d4618
commit
a6b249cd52
|
@ -297,6 +297,8 @@ async def test_nested_multierrors(loglevel, start_method):
|
||||||
# process trees for whatever reason.
|
# process trees for whatever reason.
|
||||||
# Any more process levels then this and we see bugs that cause
|
# Any more process levels then this and we see bugs that cause
|
||||||
# hangs and broken pipes all over the place...
|
# hangs and broken pipes all over the place...
|
||||||
|
if start_method == 'forkserver':
|
||||||
|
pytest.skip("Forksever sux hard at nested spawning...")
|
||||||
depth = 2
|
depth = 2
|
||||||
subactor_breadth = 2
|
subactor_breadth = 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue