The Versioned API requireApiVersion1 test suite is failing after PYTHON-3186:
[2022/03/31 07:41:10.282] ERROR [13.513s]: test_sigstop_sigcont (test_client.TestClient) [2022/03/31 07:41:10.282] ---------------------------------------------------------------------- [2022/03/31 07:41:10.282] Traceback (most recent call last): [2022/03/31 07:41:10.282] File "/data/mci/6fd0b696e5e4ea6d50c34212900fa4c6/src/test/test_client.py", line 1716, in test_sigstop_sigcont [2022/03/31 07:41:10.282] outs, _ = p.communicate(input=b"q\n", timeout=10) [2022/03/31 07:41:10.282] File "/opt/python/3.10/lib/python3.10/subprocess.py", line 1149, in communicate [2022/03/31 07:41:10.282] stdout, stderr = self._communicate(input, endtime, timeout) [2022/03/31 07:41:10.282] File "/opt/python/3.10/lib/python3.10/subprocess.py", line 2001, in _communicate [2022/03/31 07:41:10.282] self._check_timeout(endtime, orig_timeout, stdout, stderr) [2022/03/31 07:41:10.282] File "/opt/python/3.10/lib/python3.10/subprocess.py", line 1193, in _check_timeout [2022/03/31 07:41:10.282] raise TimeoutExpired( [2022/03/31 07:41:10.282] subprocess.TimeoutExpired: Command '['/opt/python/3.10/bin/python3', '/data/mci/6fd0b696e5e4ea6d50c34212900fa4c6/src/test/sigstop_sigcont.py', 'mongodb://bob:pwd123@localhost:27017/?server_api=%3Cpymongo.server_api.ServerApi+object+at+0x7f96f19e4f10%3E']' timed out after 10 seconds
The problem is that server_api is a kwarg only parameter and can't be set from the URI.
- is caused by
-
PYTHON-3186 AWS Lambda/FaaS pause and resume behavior causes SDAM heartbeats to timeout
- Closed