Re: RE-SQL tests patch for packages node

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: navnath gadakh <navnath(dot)gadakh(at)enterprisedb(dot)com>
Cc: Dave Page <dave(dot)page(at)enterprisedb(dot)com>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: RE-SQL tests patch for packages node
Date: 2019-09-02 12:13:21
Message-ID: CANxoLDeZyorRVWAXuk9+qKxwxrXMN-UNhPzbM9N6R0C16=oO-w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Navnath

Following are the review comments:

- GRANT statement is not visible in RE-SQL for create and alter both.
(May be bug in Packages please fix that too)
- Delete packages is missing in json file.
- Add test cases to revoke privileges(delete all the privileges). Check
Languages node for reference.

On Mon, Sep 2, 2019 at 5:03 PM navnath gadakh <
navnath(dot)gadakh(at)enterprisedb(dot)com> wrote:

> Hi Dave,
> Please find the patch for M-SQL test cases for *Packages* module.
>
> Thanks!
>
> On Fri, Jul 12, 2019 at 4:02 PM Dave Page <dave(dot)page(at)enterprisedb(dot)com>
> wrote:
>
>> Thanks, applied.
>>
>> On Fri, Jul 12, 2019 at 11:24 AM navnath gadakh <
>> navnath(dot)gadakh(at)enterprisedb(dot)com> wrote:
>>
>>> Hi Dave,
>>>
>>> Please find the modified patch for packages as test cases were
>>> failing on some servers.
>>> Thanks!
>>>
>>>
>>> On Thu, Jul 11, 2019 at 1:53 PM Dave Page <dave(dot)page(at)enterprisedb(dot)com>
>>> wrote:
>>>
>>>> Thanks, applied.
>>>>
>>>> On Thu, Jul 11, 2019 at 8:07 AM Akshay Joshi <
>>>> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>>>>
>>>>> Hi Navnath
>>>>>
>>>>> I have tested the patch and it is not working for EPAS 9.4, 9.5 and
>>>>> 9.6. Attached is the modified patch which fix the issue.
>>>>> Please work on child node (functions, procedure and variables) of
>>>>> Packages on top of modified patch.
>>>>>
>>>>> On Wed, Jul 10, 2019 at 8:25 PM navnath gadakh <
>>>>> navnath(dot)gadakh(at)enterprisedb(dot)com> wrote:
>>>>>
>>>>>> Hi Dave,
>>>>>>
>>>>>> I have attached the patch for RE-SQL test cases for *Packages*
>>>>>> node.
>>>>>>
>>>>>> Thanks!
>>>>>>
>>>>>> --
>>>>>> *Regards,*
>>>>>> *Navnath Gadakh*
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Thanks & Regards*
>>>>> *Akshay Joshi*
>>>>>
>>>>> *Sr. Software Architect*
>>>>> *EnterpriseDB Software India Private Limited*
>>>>> *Mobile: +91 976-788-8246*
>>>>>
>>>>
>>>>
>>>> --
>>>> Dave Page
>>>> VP, Chief Architect, Tools & Installers
>>>> EnterpriseDB: http://www.enterprisedb.com
>>>> The Enterprise PostgreSQL Company
>>>>
>>>> Blog: http://pgsnake.blogspot.com
>>>> Twitter: @pgsnake
>>>>
>>>
>>>
>>> --
>>> *Regards,*
>>> *Navnath Gadakh*
>>>
>>
>>
>> --
>> Dave Page
>> VP, Chief Architect, Tools & Installers
>> EnterpriseDB: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>>
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>
>
> --
> *Regards,*
> *Navnath Gadakh*
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2019-09-02 12:27:31 [pgAdmin][RM4461] FORCE_NOT_NULL syntax error
Previous Message Shubham Agarwal 2019-09-02 12:00:10 Re: RE-SQL tests patch for FTS parsers node