You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/07/06 15:47:46 UTC

[GitHub] nickva commented on a change in pull request #650: Remove some sleeps from change feed test.

nickva commented on a change in pull request #650: Remove some sleeps from change feed test.
URL: https://github.com/apache/couchdb/pull/650#discussion_r125939300
 
 

 ##########
 File path: src/couch/test/couch_changes_tests.erl
 ##########
 @@ -281,9 +281,10 @@ should_filter_continuous_feed_by_specific_doc_ids({DbName, Revs}) ->
             },
             DocIds = [<<"doc3">>, <<"doc4">>, <<"doc9999">>],
             Req = {json_req, {[{<<"doc_ids">>, DocIds}]}},
+            reset_row_notifications(),
             Consumer = spawn_consumer(DbName, ChangesArgs, Req),
+            ok = wait_row_notifications(2),
             ok = pause(Consumer),
-
 
 Review comment:
   oops
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services