test_pooling.TestPooling.test_maxConnecting is failing quite often on MongoDB-latest:
[2022/02/22 19:10:23.019] db version v6.0.0-alpha-97-gb6485b1
.....
[2022/02/22 19:15:23.465] FAIL: test_maxConnecting (test_pooling.TestPooling)
[2022/02/22 19:15:23.465] ----------------------------------------------------------------------
[2022/02/22 19:15:23.465] Traceback (most recent call last):
[2022/02/22 19:15:23.465] File "/data/mci/4ab5eab5c4b1b744acbca423d859d49b/src/test/test_pooling.py", line 401, in test_maxConnecting
[2022/02/22 19:15:23.465] self.assertLessEqual(len(pool.sockets), 30)
[2022/02/22 19:15:23.465] AssertionError: 36 not less than or equal to 30
- is caused by
-
SERVER-61083 Start caching plans that only have a single QuerySolution
- Closed