test_collection.TestCollection.test_index_haystack started failing on MongoDB latest recently:
[2020/11/05 22:57:00.642] ====================================================================== [2020/11/05 22:57:00.642] ERROR [0.026s]: test_index_haystack (test_collection.TestCollection) [2020/11/05 22:57:00.642] ---------------------------------------------------------------------- [2020/11/05 22:57:00.642] Traceback (most recent call last): [2020/11/05 22:57:00.642] File "/data/mci/b4483b131c0209e78fca4e1538010e9c/src/test/__init__.py", line 444, in wrap [2020/11/05 22:57:00.642] return f(*args, **kwargs) [2020/11/05 22:57:00.642] File "/data/mci/b4483b131c0209e78fca4e1538010e9c/src/test/test_collection.py", line 472, in test_index_haystack [2020/11/05 22:57:00.642] results = db.command(SON([ [2020/11/05 22:57:00.642] File "/data/mci/b4483b131c0209e78fca4e1538010e9c/src/pymongo/database.py", line 738, in command [2020/11/05 22:57:00.643] return self._command(sock_info, command, slave_ok, value, [2020/11/05 22:57:00.643] File "/data/mci/b4483b131c0209e78fca4e1538010e9c/src/pymongo/database.py", line 626, in _command [2020/11/05 22:57:00.643] return sock_info.command( [2020/11/05 22:57:00.643] File "/data/mci/b4483b131c0209e78fca4e1538010e9c/src/pymongo/pool.py", line 706, in command [2020/11/05 22:57:00.643] return command(self, dbname, spec, slave_ok, [2020/11/05 22:57:00.643] File "/data/mci/b4483b131c0209e78fca4e1538010e9c/src/pymongo/network.py", line 159, in command [2020/11/05 22:57:00.643] helpers._check_command_response( [2020/11/05 22:57:00.643] File "/data/mci/b4483b131c0209e78fca4e1538010e9c/src/pymongo/helpers.py", line 160, in _check_command_response [2020/11/05 22:57:00.643] raise OperationFailure(errmsg, code, response, max_wire_version) [2020/11/05 22:57:00.643] pymongo.errors.OperationFailure: no such command: 'geoSearch', full error: {'ok': 0.0, 'errmsg': "no such command: 'geoSearch'", 'code': 59, 'codeName': 'CommandNotFound'}
- related to
-
DRIVERS-1239 Remove geoSearch and geoHaystack
- Development Complete
-
PYTHON-2185 Deprecate geoHaystack and geoSearch
- Closed