This test fails on latest:
[2021/07/12 21:02:21.125] http://downloads.10gen.com/linux/mongodb-linux-x86_64-enterprise-amzn64-latest.tgz [2021/07/12 21:02:26.841] db version v5.0.0-alpha0-1558-g6e8da1a [2021/07/12 21:02:26.841] Build Info: { [2021/07/12 21:02:26.841] "version": "5.0.0-alpha0-1558-g6e8da1a", [2021/07/12 21:02:26.841] "gitVersion": "6e8da1a86ac74d16dcabf12b96b743a142fa2c9a", [2021/07/12 21:02:26.841] "openSSLVersion": "OpenSSL 1.0.2k-fips 26 Jan 2017", [2021/07/12 21:02:26.841] "modules": [ [2021/07/12 21:02:26.841] "enterprise" [2021/07/12 21:02:26.841] ], [2021/07/12 21:02:26.841] "allocator": "tcmalloc", [2021/07/12 21:02:26.841] "environment": { [2021/07/12 21:02:26.841] "distmod": "amzn64", [2021/07/12 21:02:26.841] "distarch": "x86_64", [2021/07/12 21:02:26.841] "target_arch": "x86_64" [2021/07/12 21:02:26.841] } [2021/07/12 21:02:26.841] } ... [2021/07/12 21:06:29.313] FAIL [12.040s]: test_kill_cursors_with_tuple (test_legacy_api.TestLegacy) [2021/07/12 21:06:29.313] ---------------------------------------------------------------------- [2021/07/12 21:06:29.313] Traceback (most recent call last): [2021/07/12 21:06:29.313] File "/data/mci/486bf40022f40882a30aa6da2844e73e/src/test/test_legacy_api.py", line 1407, in test_kill_cursors_with_tuple [2021/07/12 21:06:29.313] wait_until(raises_cursor_not_found, 'close cursor') [2021/07/12 21:06:29.313] File "/data/mci/486bf40022f40882a30aa6da2844e73e/src/test/utils.py", line 729, in wait_until [2021/07/12 21:06:29.313] raise AssertionError("Didn't ever %s" % success_description) [2021/07/12 21:06:29.313] AssertionError: Didn't ever close cursor
I think this is caused by SERVER-57457 (DRIVERS-1826).
- is duplicated by
-
PYTHON-2826 Ensure tests on new servers aren't relying on OP_KILL_CURSORS, OP_INSERT, OP_UPDATE, and OP_DELETE
- Closed