pgAdmin 4 commit: Use different folders for pg vs. ppas RE-SQL tests. F

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Use different folders for pg vs. ppas RE-SQL tests. F
Дата
Msg-id E1hjOSM-0002B2-Qj@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Use different folders for pg vs. ppas RE-SQL tests. Fall back to the tests folder without a subdirectory if neither
exist.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=11a3aa56bee96e044be6fb67b145909b23996373
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
.../{ => pg}/9.3_plus/alter_fdw_change_opt2.sql    |   0
.../tests/{ => pg}/9.3_plus/alter_fdw_comment.sql  |   0
.../tests/{ => pg}/9.3_plus/alter_fdw_opt1.sql     |   0
.../tests/{ => pg}/9.3_plus/alter_fdw_opt2.sql     |   0
.../tests/{ => pg}/9.3_plus/alter_fdw_rename.sql   |   0
.../{ => pg}/9.3_plus/alter_fdw_validator.sql      |   0
.../tests/{ => pg}/9.3_plus/create_fdw.sql         |   0
.../tests/{ => pg}/9.3_plus/test.json              |   5 +-
.../{ => pg}/default/alter_fdw_change_opt2.sql     |   0
.../tests/{ => pg}/default/alter_fdw_comment.sql   |   0
.../tests/{ => pg}/default/alter_fdw_opt1.sql      |   0
.../tests/{ => pg}/default/alter_fdw_opt2.sql      |   0
.../tests/{ => pg}/default/alter_fdw_rename.sql    |   0
.../tests/{ => pg}/default/alter_fdw_validator.sql |   0
.../tests/{ => pg}/default/create_fdw.sql          |   0
.../tests/{ => pg}/default/test.json               |   5 +-
.../9.4_plus}/alter_resource_group_name.sql        |   0
.../9.4_plus}/alter_resource_group_options.sql     |   0
.../9.4_plus}/create_resource_group.sql            |   0
.../tests/{default => ppas/9.4_plus}/test.json     |   5 -
.../sqleditor/static/img/save_data_changes.svg     |  12 +
.../tools/sqleditor/tests/execute_query_utils.py   |  41 +++
.../tests/test_is_query_resultset_updatable.py     | 125 ++++++++
.../sqleditor/tests/test_save_changed_data.py      | 347 +++++++++++++++++++++
.../utils/is_query_resultset_updatable.py          | 120 +++++++
.../tools/sqleditor/utils/save_changed_data.py     | 317 +++++++++++++++++++
web/regression/re_sql/tests/test_resql.py          |  81 +----
27 files changed, 984 insertions(+), 74 deletions(-)


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

Предыдущее
От: Yosry Muhammad
Дата:
Сообщение: Re: [GSoC] Finalized First Patch
Следующее
От: Nagesh Dhope
Дата:
Сообщение: RE-SQL test patch for extension node