willholley commented on a change in pull request #951: Do not always return 
partial_filter_selector
URL: https://github.com/apache/couchdb/pull/951#discussion_r148256899
 
 

 ##########
 File path: src/mango/test/16-index-selectors-test.py
 ##########
 @@ -264,4 +270,11 @@ def test_text_old_selector_still_supported(self):
         resp = self.db.find(selector, explain=True, use_index='oldschooltext')
         self.assertEqual(resp["index"]["name"], "oldschooltext")
         docs = self.db.find(selector, use_index='oldschooltext')
-        self.assertEqual(len(docs), 3)
\ No newline at end of file
+        self.assertEqual(len(docs), 3)
+
+    @unittest.skipUnless(mango.has_text_service(), "requires text service")
+    def test_text_partial_filter_only_in_return_if_not_default(self):
 
 Review comment:
   same as above - do we test the opposite situation?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to