jiahuili430 commented on code in PR #5702:
URL: https://github.com/apache/couchdb/pull/5702#discussion_r2436772089
##########
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:
If we had set different settings in the default.ini file, these tests would
fail.
So just trying to set it to `true` explicitly in tests.
--
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]