[GitHub] wohali commented on issue #1231: Replace resource expensive bcrypt test with shorter version

2018-03-23 Thread GitBox
wohali commented on issue #1231: Replace resource expensive bcrypt test with shorter version URL: https://github.com/apache/couchdb/pull/1231#issuecomment-375840362 @eiri we got a random failure in Jenkins related to encryption after this hit master, can you investigate please?

[GitHub] wohali commented on issue #1231: Remove resource expensive bcrypt test

2018-03-23 Thread GitBox
wohali commented on issue #1231: Remove resource expensive bcrypt test URL: https://github.com/apache/couchdb/pull/1231#issuecomment-375759036 Good catch! +1 and go for it. This is an automated message from the Apache Git

[Jenkins] FAILURE: CouchDB » master #222

2018-03-23 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/222/

[GitHub] eiri closed pull request #1231: Replace resource expensive bcrypt test with shorter version

2018-03-23 Thread GitBox
eiri closed pull request #1231: Replace resource expensive bcrypt test with shorter version URL: https://github.com/apache/couchdb/pull/1231 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] eiri closed pull request #1230: Validate password_scheme in user doc

2018-03-23 Thread GitBox
eiri closed pull request #1230: Validate password_scheme in user doc URL: https://github.com/apache/couchdb/pull/1230 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[GitHub] eiri opened a new issue #1232: Extend tests utility belt

2018-03-23 Thread GitBox
eiri opened a new issue #1232: Extend tests utility belt URL: https://github.com/apache/couchdb/issues/1232 It's be nice to have some standard test wrapper with 'retry until' or 'pass if any of N' functionality to deal with things like: ``` Compact after lowering attachment size

[GitHub] wohali opened a new issue #1233: Unstable compaction test; failed due to timeout

2018-03-23 Thread GitBox
wohali opened a new issue #1233: Unstable compaction test; failed due to timeout URL: https://github.com/apache/couchdb/issues/1233 Jenkins failure, https://builds.apache.org/job/CouchDB/job/master/222/ ``` Compact after lowering attachment size limit

[GitHub] eiri commented on issue #1233: Unstable compaction test; failed due to timeout

2018-03-23 Thread GitBox
eiri commented on issue #1233: Unstable compaction test; failed due to timeout URL: https://github.com/apache/couchdb/issues/1233#issuecomment-375797054 For reference apache/couchdb#1232 This is an automated message from the

[GitHub] nickva opened a new pull request #1234: Fix 413 response handling and re-enable related couch replicator test

2018-03-23 Thread GitBox
nickva opened a new pull request #1234: Fix 413 response handling and re-enable related couch replicator test URL: https://github.com/apache/couchdb/pull/1234 Previously, when the server decided too much data sent with the client's request, it would immediately send a 413 response and

[GitHub] rnewson commented on issue #1234: Fix 413 response handling and re-enable related couch replicator test

2018-03-23 Thread GitBox
rnewson commented on issue #1234: Fix 413 response handling and re-enable related couch replicator test URL: https://github.com/apache/couchdb/pull/1234#issuecomment-375818638 You described the previous behaviour in the pr description but not the new behaviour. Sent from my iPhone

[Jenkins] FAILURE: CouchDB » master #223

2018-03-23 Thread Apache Jenkins Server
Boo, we failed. https://builds.apache.org/job/CouchDB/job/master/223/

[GitHub] iilyak commented on issue #1147: Add _all_docs_view_query endpoint

2018-03-23 Thread GitBox
iilyak commented on issue #1147: Add _all_docs_view_query endpoint URL: https://github.com/apache/couchdb/pull/1147#issuecomment-375717948 > @iilyak This got superseded by apache/couchdb#1222 I guess? correct This

[GitHub] iilyak closed pull request #1147: Add _all_docs_view_query endpoint

2018-03-23 Thread GitBox
iilyak closed pull request #1147: Add _all_docs_view_query endpoint URL: https://github.com/apache/couchdb/pull/1147 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[GitHub] eiri commented on issue #1231: Remove resource expensive bcrypt test

2018-03-23 Thread GitBox
eiri commented on issue #1231: Remove resource expensive bcrypt test URL: https://github.com/apache/couchdb/pull/1231#issuecomment-375700690 @wohali I've added `bcrypt_logRounds_5` and (surprise!) found that the tests were actually broken - generators been returning test objects instead