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

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

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*
>

Attachment Content-Type Size
RM5333_v2.patch application/octet-stream 73.7 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-05-18 07:05:46 pgAdmin 4 commit: Improve code coverage and API test cases for Indexes.
Previous Message Khushboo Vashi 2020-05-18 06:36:21 [pgAdmin4][Patch] - RM 5487 - LDAP Configuration fix