jaydoane commented on issue #1789: New Feature: Database Partitions
URL: https://github.com/apache/couchdb/pull/1789#issuecomment-446064979
 
 
   After `make clean && git clean -xffd && ./configure --dev && make`, I'm 
seeing numerous setup failures and a couple test failures running `make eunit 
apps=chttpd`:
   ```
   =======================================================
     Failed: 2.  Skipped: 0.  Passed: 184.
   ```
   compared to a successful result when run against the master commit this is 
based against:
   ```
   =======================================================
     All 233 tests passed.
   ```
   The two failures are
   ```
   chttpd_view:123: t_check_include_docs_throw_validation_error...*failed*
   in function 
chttpd_view:'-t_check_include_docs_throw_validation_error/0-fun-0-'/0 
(src/chttpd_view.erl, line 127)
   **error:{assertException,
       [{module,chttpd_view},
        {line,127},
        {expression,
            "multi_query_view ( Req , db , ddoc , << \"v\" >> , [ Query ] )"},
        {pattern,"{ throw , Throw , [...] }"},
        {unexpected_exception,
            {error,function_clause,
                [{couch_db,is_clustered,[db],[{file,...},{...}]},
                 {fabric_util,validate_args,3,[{...}|...]},
                 {lists,map,2,[...]},
                 {chttpd_view,multi_query_view,5,...},
                 {chttpd_view,
                     
'-t_check_include_docs_throw_validation_error/0-fun-0-',...},
                 {eunit_test,...},
                 {...}|...]}}]}
     output:<<"">>
   
   chttpd_view:132: t_check_user_can_override_individual_query_type...*failed*
   in function couch_db:is_clustered/1 (src/couch_db.erl, line 217)
     called as is_clustered(db)
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to