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 ------ electron2 Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=478406a865b16e3d5eba006348f047be2a480206 Author: Akshay Joshi <akshay.jo...@enterprisedb.com> 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(-)