test.test_index_management.TestIndexManagementListSearchIndexes.test_aggregation_cursor_options_are_supported and two related tests are failing:
[2023/09/05 17:38:08.684] FAILURE: AssertionError: Excepted error {'isError': True, 'errorContains': 'Search index commands are only supported with Atlas'} but "listSearchIndexes" succeeded: [] () [2023/09/05 17:38:08.684] self = <test.test_index_management.TestIndexManagementListSearchIndexes testMethod=test_aggregation_cursor_options_are_supported> [2023/09/05 17:38:08.684] def test_case(self): [2023/09/05 17:38:08.684] > self.run_scenario(spec) [2023/09/05 17:38:08.684] test/unified_format.py:1705: [2023/09/05 17:38:08.684] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [2023/09/05 17:38:08.684] test/unified_format.py:1657: in run_scenario [2023/09/05 17:38:08.684] self._run_scenario(spec, uri) [2023/09/05 17:38:08.684] test/unified_format.py:1682: in _run_scenario [2023/09/05 17:38:08.684] self.run_operations(spec["operations"]) [2023/09/05 17:38:08.684] test/unified_format.py:1591: in run_operations [2023/09/05 17:38:08.684] self.run_entity_operation(op) [2023/09/05 17:38:08.684] test/unified_format.py:1345: in run_entity_operation [2023/09/05 17:38:08.684] self.fail(f'Excepted error {expect_error} but "{opname}" succeeded: {result}') [2023/09/05 17:38:08.684] E AssertionError: Excepted error {'isError': True, 'errorContains': 'Search index commands are only supported with Atlas'} but "listSearchIndexes" succeeded: []
- depends on
-
SERVER-81055 $listSearchIndexes does not throw when used outside of atlas in 7.2 alpha releases
- Closed
-
SERVER-83003 $listSearchIndexes should throw on non-existent DB
- Closed