You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2020/04/29 18:02:28 UTC

[couchdb] 01/01: Fix list_dbs_info_tx_too_old flaky test

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch fix-flaky-db-crud-test
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 474d0df268b64e64ecfe037bfd4f663620431674
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Wed Apr 29 14:01:32 2020 -0400

    Fix list_dbs_info_tx_too_old flaky test
    
    On CI creating a 100 dbs in a row was too much to do in 5 seconds so bump it to
    15.
    
     # Please enter the commit message for your changes. Lines starting # with
    '#' will be ignored, and an empty message aborts the commit. # # On branch
    fix-flaky-db-crud-test # Changes to be committed: # modified:
    src/fabric/test/fabric2_db_crud_tests.erl #
---
 src/fabric/test/fabric2_db_crud_tests.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fabric/test/fabric2_db_crud_tests.erl b/src/fabric/test/fabric2_db_crud_tests.erl
index d5025b9..9deb8dd 100644
--- a/src/fabric/test/fabric2_db_crud_tests.erl
+++ b/src/fabric/test/fabric2_db_crud_tests.erl
@@ -46,7 +46,7 @@ crud_test_() ->
                     ?TDEF_FE(list_dbs_info),
                     ?TDEF_FE(list_dbs_info_partial),
                     ?TDEF_FE(list_dbs_tx_too_old),
-                    ?TDEF_FE(list_dbs_info_tx_too_old),
+                    ?TDEF_FE(list_dbs_info_tx_too_old, 15),
                     ?TDEF_FE(list_deleted_dbs_info),
                     ?TDEF_FE(list_deleted_dbs_info_user_fun),
                     ?TDEF_FE(list_deleted_dbs_info_user_fun_partial),