You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "big-r81 (via GitHub)" <gi...@apache.org> on 2023/01/24 07:53:45 UTC

[GitHub] [couchdb] big-r81 commented on pull request #4401: Enforce docs ids _changes filter optimization limit

big-r81 commented on PR #4401:
URL: https://github.com/apache/couchdb/pull/4401#issuecomment-1401511199

   Hi,
   
   seeing this errors from `build-report` under Windows:
   
   ```
   Errors
   ======
   
   chttpd_changes_test:97 with (t_design_filter)
   ---------------------------------------------
   
   ::in function chttpd_changes_test:t_design_filter/1 (test/eunit/chttpd_changes_test.erl, line 373)
   in call from eunit_test:run_testfun/1 (eunit_test.erl, line 71)
   in call from eunit_proc:run_test/1 (eunit_proc.erl, line 531)
   in call from eunit_proc:with_timeout/3 (eunit_proc.erl, line 356)
   in call from eunit_proc:handle_test/2 (eunit_proc.erl, line 514)
   in call from eunit_proc:tests_inorder/3 (eunit_proc.erl, line 456)
   in call from eunit_proc:with_timeout/3 (eunit_proc.erl, line 346)
   in call from eunit_proc:run_group/2 (eunit_proc.erl, line 570)
   **error:{assertEqual,[{module,chttpd_changes_test},
                 {line,373},
                 {expression,"Pending"},
                 {expected,2},
                 {value,0}]}
   
   chttpd_changes_test:97 with (t_docs_id_filter_over_limit)
   ---------------------------------------------------------
   
   ::in function chttpd_changes_test:t_docs_id_filter_over_limit/1 (test/eunit/chttpd_changes_test.erl, line 409)
   in call from eunit_test:run_testfun/1 (eunit_test.erl, line 71)
   in call from eunit_proc:run_test/1 (eunit_proc.erl, line 531)
   in call from eunit_proc:with_timeout/3 (eunit_proc.erl, line 356)
   in call from eunit_proc:handle_test/2 (eunit_proc.erl, line 514)
   in call from eunit_proc:tests_inorder/3 (eunit_proc.erl, line 456)
   in call from eunit_proc:with_timeout/3 (eunit_proc.erl, line 346)
   in call from eunit_proc:run_group/2 (eunit_proc.erl, line 570)
   **error:{assertEqual,[{module,chttpd_changes_test},
                 {line,409},
                 {expression,"meck : num_calls ( couch_changes , send_changes_doc_ids , 6 )"},
                 {expected,0},
                 {value,1}]}
   
   chttpd_changes_test:97 with (t_design_filter)
   ---------------------------------------------
   
   ::in function chttpd_changes_test:t_design_filter/1 (test/eunit/chttpd_changes_test.erl, line 373)
   in call from eunit_test:run_testfun/1 (eunit_test.erl, line 71)
   in call from eunit_proc:run_test/1 (eunit_proc.erl, line 531)
   in call from eunit_proc:with_timeout/3 (eunit_proc.erl, line 356)
   in call from eunit_proc:handle_test/2 (eunit_proc.erl, line 514)
   in call from eunit_proc:tests_inorder/3 (eunit_proc.erl, line 456)
   in call from eunit_proc:with_timeout/3 (eunit_proc.erl, line 346)
   in call from eunit_proc:run_group/2 (eunit_proc.erl, line 570)
   **error:{assertEqual,[{module,chttpd_changes_test},
                 {line,373},
                 {expression,"Pending"},
                 {expected,2},
                 {value,0}]}
   
   chttpd_db_test:329 should_return_409_for_put_att_nonexistent_rev
   ----------------------------------------------------------------
   
   ::in function chttpd_db_test:'-should_return_409_for_put_att_nonexistent_rev/1-fun-2-'/1 (test/eunit/chttpd_db_test.erl, line 330)
   in call from eunit_test:run_testfun/1 (eunit_test.erl, line 71)
   in call from eunit_proc:run_test/1 (eunit_proc.erl, line 531)
   in call from eunit_proc:with_timeout/3 (eunit_proc.erl, line 356)
   in call from eunit_proc:handle_test/2 (eunit_proc.erl, line 514)
   in call from eunit_proc:tests_inorder/3 (eunit_proc.erl, line 456)
   in call from eunit_proc:with_timeout/3 (eunit_proc.erl, line 346)
   in call from eunit_proc:run_group/2 (eunit_proc.erl, line 570)
   **error:{badmatch,{error,connection_closed}}
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org