nickva commented on code in PR #5702:
URL: https://github.com/apache/couchdb/pull/5702#discussion_r2433809207
##########
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:
use_bulk_get should already default to true or is some test leaving it
disabled? in that case we should fix that test
It also doesn't seem to be related to changes_sync PR in general? That's
fine that it's in a separate commit but the PR message should mention both or
indicate why we need it.
--
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]