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

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

GitHub user robertkowalski opened a pull request:

    https://github.com/apache/couchdb-fauxton/pull/156

    bulkdelete: add basic integration test

    This adds a basic integration test for bulk-deletion of docs
    
    COUCHDB-2462

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

    $ git pull https://github.com/robertkowalski/couchdb-fauxton bulkdeletetest

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

    https://github.com/apache/couchdb-fauxton/pull/156.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 #156
    
----
commit baa448c862ab465e0335308024a5367d32eb93e0
Author: Robert Kowalski <[email protected]>
Date:   2014-11-18T16:17:21Z

    bulkdelete: add basic integration test
    
    This adds a basic integration test for bulk-deletion of docs
    
    COUCHDB-2462

----


> /_bulk_docs API does not return a doc including an ok:true property on 
> success any more
> ---------------------------------------------------------------------------------------
>
>                 Key: COUCHDB-2462
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2462
>             Project: CouchDB
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: BigCouch, Fauxton
>            Reporter: Robert Kowalski
>            Assignee: Robert Kowalski
>
> On Couch 1.6 /_bulk_docs returned ok: true when the request was an success. 
> On 2.0 the ok property is missing
> Example success message on 2.0:
> {code}
> [{"id":"Brocket","rev":"6-b6fa9e703c3eb92aa9c3a49cedf1e8c2"}]
> {code}
> Example error message on 2.0:
> {code}
> [{"id":"Blaggie-System","error":"conflict","reason":"Document update 
> conflict."},{"id":"Bmodule","error":"conflict","reason":"Document update 
> conflict."}]
> {code}



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

Reply via email to