| commit | 15fd9454e31e598c04f895d4e9436f3298e94a3a | [log] [tgz] |
|---|---|---|
| author | Jürg Billeter <j@bitron.ch> | Sat Jan 21 08:24:26 2023 +0100 |
| committer | Jürg Billeter <j@bitron.ch> | Sat Jan 21 11:09:42 2023 +0100 |
| tree | 5dc58b6444db3252e2db880aef1e887d303836b4 | |
| parent | 261dcca53e7424068f857c73347bebfcd71ef1dd [diff] |
tests/testutils/artifactshare.py: Use forkserver for server subprocess This fixes segmentation faults with grpcio 1.48+, which no longer shuts down the event engine. Coverage collection in the subprocess seems to be incompatible with forkserver, however, unblocking the grpcio update is currently more important.