pgAdmin 4 commit: Modifies the way to execute feature tests in parallel

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Modifies the way to execute feature tests in parallel
Date: 2021-05-27 05:31:51
Message-ID: E1lm8cZ-0003rt-FO@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Modifies the way to execute feature tests in parallel and it should be configured in Server Mode.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2d58f60a53aadc07bf471102778e1089fd2239a2
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/feature_tests/browser_tool_bar_test.py | 2 +
web/pgadmin/feature_tests/file_manager_test.py | 26 +-
.../feature_tests/table_ddl_feature_test.py | 4 +-
web/pgadmin/utils/route.py | 3 +
web/regression/README | 3 +-
web/regression/feature_utils/base_feature_test.py | 4 +-
web/regression/feature_utils/pgadmin_page.py | 23 +-
web/regression/python_test_utils/test_utils.py | 28 ++-
web/regression/runtests.py | 272 +++++++++++----------
9 files changed, 219 insertions(+), 146 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-05-27 05:32:52 Re: [pgAdmin][Patch] - Feature Test failures fix
Previous Message Yogesh Mahajan 2021-05-26 16:53:12 [pgAdmin][Patch] - Feature Test failures fix