You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/08/19 19:55:17 UTC

[couchdb] branch disable-ibrowse-tests created (now 20b3a67)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch disable-ibrowse-tests
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 20b3a67  Disable running ibrowse tests

This branch includes the following new commits:

     new 20b3a67  Disable running ibrowse tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[couchdb] 01/01: Disable running ibrowse tests

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch disable-ibrowse-tests
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 20b3a67990eff468adcd96f9e1dd6ab0c2019e79
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Thu Aug 19 15:53:10 2021 -0400

    Disable running ibrowse tests
    
    They used to be disabled before the last major ibrowse upgrade.
    
    On MacOS and FreeBSD the following tests fails periodically:
    
    ```
        ibrowse_tests: running_server_fixture_test_ (Pipeline too small signals retries)...*failed*
    in function ibrowse_tests:'-small_pipeline/0-fun-5-'/1 (test/ibrowse_tests.erl, line 150)
    in call from ibrowse_tests:small_pipeline/0 (test/ibrowse_tests.erl, line 150)
    **error:{assertEqual,[{module,ibrowse_tests},
                  {line,150},
                  {expression,"Counts"},
                  {expected,"\n\n\n\n\n\n\n\n\n\n"},
                  {value,"\t\n\n\n\n\t\t\n\n\t"}]}
      output:<<"Load Balancer Pid     : <0.494.0>
    ```
    
    But seems to pass more reliable on Linux for some reson. It would be nice to
    run the tests of course but having a passing full platsform suite is more
    important.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 61f29c7..daacf1a 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ DESTDIR=
 
 # Rebar options
 apps=
-skip_deps=folsom,meck,mochiweb,triq,proper,snappy,bcrypt,hyper
+skip_deps=folsom,meck,mochiweb,triq,proper,snappy,bcrypt,hyper,ibrowse
 suites=
 tests=