nickva commented on a change in pull request #3931:
URL: https://github.com/apache/couchdb/pull/3931#discussion_r807275197



##########
File path: src/couch/test/eunit/couchdb_views_tests.erl
##########
@@ -474,6 +475,7 @@ can_update_views_with_old_collators({_, {DbName, Files}}) ->
 view_collator_auto_upgrade_on_open({_, {DbName, Files}}) ->
     ?_test(begin
         [_NewDbFilePath, ViewFilePath, ViewFilePath] = Files,
+        ok = config:set("query_server_config", "commit_freq", "0", false),

Review comment:
       For this particular set of tests technically not as important as it's 
set in memory only (doesn't get written) and on every test we restart all the 
couch apps including couch config since they run in a `foreach` test group 
https://github.com/apache/couchdb/blob/4bcbf1fd649f6e556fab069487aa96fad1c031e9/src/couch/test/eunit/couchdb_views_tests.erl#L250-L258




-- 
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]


Reply via email to