You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/08/25 02:42:46 UTC

[jira] [Commented] (COUCHDB-2789) Refactor test suite for endpoint testing to skip overriden handlers

    [ https://issues.apache.org/jira/browse/COUCHDB-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14710346#comment-14710346 ] 

ASF GitHub Bot commented on COUCHDB-2789:
-----------------------------------------

GitHub user iilyak opened a pull request:

    https://github.com/apache/couchdb-chttpd/pull/65

    Refactor test suite for httpd endpoints

    Split out common parts into util module so we can reuse test suite.
    The util module could be used for testing:
    - endpoints defined in other applications
    - overridden endpoints
    
    COUCHDB-2789

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-chttpd 2789-httpd_endpoints_testsuite

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-chttpd/pull/65.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #65
    
----
commit 2ecfdab3e89535a519a82f72795b9979c3269a7f
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Date:   2015-08-25T00:16:56Z

    Refactor test suite for httpd endpoints
    
    Split out common parts into util module so we can reuse test suite.
    The util module could be used for testing:
    - endpoints defined in other applications
    - overridden endpoints
    
    COUCHDB-2789

----


> Refactor test suite for endpoint testing to skip overriden handlers
> -------------------------------------------------------------------
>
>                 Key: COUCHDB-2789
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2789
>             Project: CouchDB
>          Issue Type: Test
>      Security Level: public(Regular issues) 
>            Reporter: ILYA
>
> Currently if you override an endpoint handler and try to run couchdb test suite it will fail due to the fact that the test suite expects it's couchdb handler for the endpoint.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)