pgAdmin 4 commit: Add support for pre-condition SQL in RE-SQL testsuite

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add support for pre-condition SQL in RE-SQL testsuite
Date: 2019-07-22 08:44:20
Message-ID: E1hpTvg-0002xS-B7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add support for pre-condition SQL in RE-SQL testsuite,
and use it to ensure that the right extensions are installed for the
extension tests.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1813eca1ca0942b1a7e334c6017a9e10d906ae97
Author: Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>

Modified Files
--------------
.../databases/extensions/tests/9.4_plus/tests.json | 18 ++++++++++------
.../databases/extensions/tests/9.5_plus/tests.json | 9 +++++---
.../databases/extensions/tests/9.6_plus/tests.json | 18 ++++++++++------
web/regression/re_sql/tests/test_resql.py | 25 ++++++++++++++++++++++
4 files changed, 55 insertions(+), 15 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-07-22 08:44:31 Re: Skip a RE-SQL test on the bases of precondition
Previous Message Dave Page 2019-07-22 08:37:00 Re: [pgAdmin4][Patch] - RM #4333 - Add support for function selectivity.