pgAdmin 4 commit: Fixed and improve API test cases for the schema diff

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed and improve API test cases for the schema diff
Date: 2020-09-17 14:51:17
Message-ID: E1kIvFl-00052b-Qx@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed and improve API test cases for the schema diff tool. Fixes #5417

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_4_27.rst | 20 +
.../servers/databases/event_triggers/__init__.py | 2 +-
.../tests/event_triggers_test_data.json | 2 +-
.../foreign_servers/sql/default/update.sql | 12 +-
.../foreign_data_wrappers/sql/9.3_plus/update.sql | 3 +-
.../servers/databases/languages/__init__.py | 25 +-
web/pgadmin/tools/schema_diff/directory_compare.py | 14 +
.../tools/schema_diff/tests/pg/10_plus/source.sql | 677 ++++++++++++------
.../tools/schema_diff/tests/pg/10_plus/target.sql | 625 +++++++++++-----
.../tools/schema_diff/tests/pg/11_plus/source.sql | 677 ++++++++++++------
.../tools/schema_diff/tests/pg/11_plus/target.sql | 627 +++++++++++-----
.../tools/schema_diff/tests/pg/12_plus/source.sql | 687 ++++++++++++------
.../tools/schema_diff/tests/pg/12_plus/target.sql | 633 +++++++++++------
.../tools/schema_diff/tests/pg/9.2_plus/source.sql | 682 +++++++++++++-----
.../tools/schema_diff/tests/pg/9.2_plus/target.sql | 661 ++++++++++++-----
.../schema_diff/tests/ppas/10_plus/source.sql | 784 ++++++++++++++-------
.../schema_diff/tests/ppas/10_plus/target.sql | 738 +++++++++++++------
.../schema_diff/tests/ppas/9.2_plus/source.sql | 744 +++++++++++++------
.../schema_diff/tests/ppas/9.2_plus/target.sql | 725 +++++++++++++------
.../schema_diff/tests/test_schema_diff_comp.py | 57 +-
web/pgadmin/tools/schema_diff/tests/utils.py | 68 +-
22 files changed, 5896 insertions(+), 2568 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-17 14:53:14 Re: pgAdmin 4 commit: 1) Added email id validation on the login page.
Previous Message Akshay Joshi 2020-09-17 12:09:44 pgAdmin 4 v4.26 released