MOTOR-1087 caused a test regression in asyncio_tests.test_asyncio_basic.ExecutorForkTest.test_executor_reset
[2023/03/16 22:21:32.704] ERROR: module 'os' has no attribute 'fork' (AttributeError) [2023/03/16 22:21:32.704] Traceback (most recent call last): [2023/03/16 22:21:32.704] File "Z:\data\mci\c3a69155e26ce739d2a932c015f0cccd\src\test\asyncio_tests\__init__.py", line 49, in __call__ [2023/03/16 22:21:32.704] result = self.orig_method() [2023/03/16 22:21:32.704] File "Z:\data\mci\c3a69155e26ce739d2a932c015f0cccd\src\test\asyncio_tests\__init__.py", line 211, in wrapped [2023/03/16 22:21:32.704] self.loop.run_until_complete(task) [2023/03/16 22:21:32.704] File "C:\python\Python37\lib\asyncio\base_events.py", line 587, in run_until_complete [2023/03/16 22:21:32.704] return future.result() [2023/03/16 22:21:32.704] File "C:\python\Python37\lib\asyncio\tasks.py", line 442, in wait_for [2023/03/16 22:21:32.704] return fut.result() [2023/03/16 22:21:32.704] File "Z:\data\mci\c3a69155e26ce739d2a932c015f0cccd\src\test\asyncio_tests\test_asyncio_basic.py", line 157, in test_executor_reset [2023/03/16 22:21:32.704] lock_pid = os.fork() [2023/03/16 22:21:32.704] AttributeError: module 'os' has no attribute 'fork' [2023/03/16 22:21:32.704] system-out: [2023/03/16 22:21:32.704] [2023/03/16 22:21:32.704] system-err: [2023/03/16 22:21:32.704]