pgAdmin 4 commit: 1) Fixes parallel test execution failures.

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: 1) Fixes parallel test execution failures.
Дата
Msg-id E1jnH0W-0003CS-9w@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
1) Fixes parallel test execution failures.
2) Added capability to pass browser-name via command line for parallel execution.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=34fbe756e854bc202c53abfa12e7257851415e7c
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
web/pgadmin/feature_tests/file_manager_test.py     |  11 +-
.../feature_tests/query_tool_journey_test.py       |  20 ++-
web/pgadmin/feature_tests/query_tool_tests.py      |   1 +
.../xss_checks_panels_and_query_tool_test.py       |   5 +-
web/regression/python_test_utils/test_utils.py     |  19 ++-
web/regression/runtests.py                         | 178 +++++++++++----------
6 files changed, 134 insertions(+), 100 deletions(-)


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

Предыдущее
От: Paresh More
Дата:
Сообщение: Patch for Redmine Bug 5587
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin] : Patch fixing Feature Test failures.