nickva commented on code in PR #5702:
URL: https://github.com/apache/couchdb/pull/5702#discussion_r2441001318
##########
src/couch_replicator/test/eunit/couch_replicator_test_helper.erl:
##########
@@ -206,6 +206,7 @@ test_setup() ->
Hashed = couch_passwords:hash_admin_password(?PASSWORD),
Persist = false,
ok = config:set("admins", ?USERNAME, ?b2l(Hashed), Persist),
+ ok = config:set("replicator", "use_bulk_get", "true", Persist),
Review Comment:
> I mean the `default.ini` in Cloudant not CouchDB.
Ah, no worries, that makes sense. For Ronny's info we're trying to make the
tests use the same default ini and reduce the amount of differences :-)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]