You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2022/02/15 20:02:45 UTC

[GitHub] [couchdb] jaydoane commented on a change in pull request #3931: Fix flaky collator auto-upgrade test

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



##########
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:
       Should this setting be deleted after the test has run?




-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org