Re: [pgAdmin][RM5333] : [Code Coverage] Improve API test cases for Indexes

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM5333] : [Code Coverage] Improve API test cases for Indexes
Date: 2020-05-18 07:06:17
Message-ID: CANxoLDf0gNmYuz3xb7a9HceUtq1FppBdzKMTBw+5STTSbJf6FA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Mon, May 18, 2020 at 12:07 PM Yogesh Mahajan <
yogesh(dot)mahajan(at)enterprisedb(dot)com> wrote:

> Hi Akshay,
>
> Please find modified patch fixing above issue.
>
> Command to run the test cases -
> - python runtests.py --pkg
> browser.server_groups.servers.databases.schemas.tables.indexes.tests
>
> Thanks,
> Yogesh Mahajan
> QA - Team
> EnterpriseDB Corporation
>
> Phone: +91-9741705709
>
>
> On Mon, May 18, 2020 at 10:53 AM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Hi Yogesh
>>
>> "Create index: With valid data while the server is down-2" test cases are
>> failing for all the database servers (PG/EPAS).
>> Please fix and resend the patch.
>>
>> On Fri, May 15, 2020 at 1:04 PM Yogesh Mahajan <
>> yogesh(dot)mahajan(at)enterprisedb(dot)com> wrote:
>>
>>> Hi,
>>>
>>> Please find the attached patch to improve index node code coverage.
>>>
>>> Command to run the test cases -
>>> - python runtests.py --pkg
>>> browser.server_groups.servers.databases.schemas.tables.indexes.tests
>>>
>>> Thanks,
>>> Yogesh Mahajan
>>> QA - Team
>>> EnterpriseDB Corporation
>>>
>>> Phone: +91-9741705709
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>>
>> *Sr. Software Architect*
>> *EnterpriseDB Software India Private Limited*
>> *Mobile: +91 976-788-8246*
>>
>

--
*Thanks & Regards*
*Akshay Joshi*

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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-05-18 09:22:31 pgAdmin 4 commit: Allow the base directory for the repo to be overridde
Previous Message Akshay Joshi 2020-05-18 07:06:08 Re: [pgAdmin4][Patch] - RM 5487 - LDAP Configuration fix