[
https://issues.apache.org/jira/browse/COUCHDB-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14228996#comment-14228996
]
ASF GitHub Bot commented on COUCHDB-2462:
-----------------------------------------
GitHub user robertkowalski opened a pull request:
https://github.com/apache/couchdb-couch/pull/17
Expose and add helper for tests
In order to make them reusable in the chhtpd integration-tests.
Additionally adding a post and delete helper.
COUCHDB-2462
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robertkowalski/couchdb-couch
COUCHDB-2462-bulk-ok-true
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch/pull/17.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 #17
----
commit 16aad4e1c3a2ea3f66838339fa6989e9bb3914f6
Author: Robert Kowalski <[email protected]>
Date: 2014-11-30T02:13:36Z
Expose and add helper for tests
In order to make them reusable in the chhtpd integration-tests.
Additionally adding a post and delete helper.
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)