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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Use different folders for pg vs. ppas RE-SQL tests. F
Date: 2019-07-05 13:40:54
Message-ID: E1hjOSM-0002B2-Qj@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)joshi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nagesh Dhope 2019-07-05 14:14:56 RE-SQL test patch for extension node
Previous Message Yosry Muhammad 2019-07-05 11:10:13 Re: [GSoC] Finalized First Patch