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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Modifies the way to execute feature tests in parallel
Дата
Msg-id E1ltpGa-0007BR-JI@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Modifies the way to execute feature tests in parallel and it should be configured in Server Mode.

Branches
--------
React_Porting
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2d58f60a53aadc07bf471102778e1089fd2239a2
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch] - Test cases failure fix
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Updated DEFAULT_BINARY_PATHS for container.