Resql test cases for views and fix for bug: 4650

From: Usman Muzaffar <usman(dot)muzaffar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Resql test cases for views and fix for bug: 4650
Date: 2019-08-26 14:50:00
Message-ID: CAOiUKEPnxuFeqQb0CO9p4PoJQN2MRWsreHW1Kk-F8mN65fGM8A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Please find here attached patch for sql re engineering test cases for views
node. As part of this patch I have also incorported followings

- Fix for bug # 4650
- Also modified views/template/create.sql due to which, apparently same
output and input was not matching for test cases.

Following are verified before sending the patch

- yarn run pep8
- verified test cases on all pg/ppas server e.g. pg 9.4 to 11 and ppas
9.4 to 11.

--

Thanks,

Usman Muzaffar
QA Team
EnterpriseDB Corporation

Attachment Content-Type Size
view_re_sql_testcases_v2.patch application/octet-stream 23.4 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Usman Muzaffar 2019-08-27 06:10:25 Re: Resql test cases for views and fix for bug: 4650
Previous Message Akshay Joshi 2019-08-26 12:55:57 pgAdmin 4 commit: Modified RE-SQL test to cover Password, Account Expir