pgAdmin 4 commit: 1) Ensure re_sql tests should not abort at the first

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Ensure re_sql tests should not abort at the first
Date: 2019-07-09 10:08:51
Message-ID: E1hkn3L-00011Z-14@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Ensure re_sql tests should not abort at the first failure, it should run all the test cases.
2) Added place holder for owner, so we won't need to create separate pg/ppas folder just because of change in the owner name.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a9d8f01aa49a92612be11b6589220186bb55645

Modified Files
--------------
.../{pg => }/9.3_plus/alter_fdw_change_opt2.sql | 2 +-
.../tests/{pg => }/9.3_plus/alter_fdw_comment.sql | 2 +-
.../{pg/default => 9.3_plus}/alter_fdw_opt1.sql | 2 +-
.../{pg/default => 9.3_plus}/alter_fdw_opt2.sql | 2 +-
.../tests/{pg => }/9.3_plus/alter_fdw_rename.sql | 2 +-
.../{pg => }/9.3_plus/alter_fdw_validator.sql | 2 +-
.../tests/{pg => }/9.3_plus/create_fdw.sql | 2 +-
.../tests/{pg => }/9.3_plus/test.json | 1 -
.../{pg => }/default/alter_fdw_change_opt2.sql | 2 +-
.../tests/{pg => }/default/alter_fdw_comment.sql | 2 +-
.../{pg/9.3_plus => default}/alter_fdw_opt1.sql | 2 +-
.../{pg/9.3_plus => default}/alter_fdw_opt2.sql | 2 +-
.../tests/{pg => }/default/alter_fdw_rename.sql | 2 +-
.../tests/{pg => }/default/alter_fdw_validator.sql | 2 +-
.../tests/{pg => }/default/create_fdw.sql | 2 +-
.../tests/{pg => }/default/test.json | 1 -
.../tests/9.3_plus/create_trusted_language.sql | 11 +++
.../tests/9.3_plus/create_untrusted_language.sql | 11 +++
.../databases/languages/tests/9.3_plus/test.json | 43 +++++++++
web/regression/re_sql/tests/test_resql.py | 105 ++++++++++++++++++---
20 files changed, 170 insertions(+), 30 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-07-09 11:17:34 pgAdmin 4 commit: Remove some files which was committed by mistake.
Previous Message Akshay Joshi 2019-07-09 07:39:45 pgAdmin 4 commit: Modified the creation logic of custom schema and adde