Re: Fixes for pgAdmin feature tests

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Shubham Agarwal <shubham(dot)agarwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Fixes for pgAdmin feature tests
Date: 2019-11-21 11:52:09
Message-ID: CANxoLDeZG6CCBPbypEBFETAChocqPLiODmo9gUAD1ckYcho=DA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Thu, Nov 21, 2019 at 3:40 PM Shubham Agarwal <
shubham(dot)agarwal(at)enterprisedb(dot)com> wrote:

> Hi Team,
> Attach is the patch for feature test fix containing the following:
> 1. Handled click event in query tool due to intermediate clicking issue.
> 2. Observed that the database is not getting created in a test case, so
> failed the test case there only.
>
> On Wed, Nov 20, 2019 at 1:09 PM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Thanks, patch applied.
>>
>> On Wed, Nov 20, 2019 at 12:34 PM Shubham Agarwal <
>> shubham(dot)agarwal(at)enterprisedb(dot)com> wrote:
>>
>>> Hi Team,
>>> PFA feature test fixture patch containing the following things:
>>>
>>> 1. Added an attribute 'data-click-counter' in query execute button which
>>> gets incremented once query button is clicked up to 9 and then reset to 0.
>>> This is added just to support automation.
>>> 2. Locator for login_group_role is added and used to expand tree.
>>> 3. Functions for enabling and disable auto_commit and auto_rollback are
>>> made more precise.
>>> 4. Some scrolling problem is addressed in view_data_dml_query test.
>>> 5. Handled the stale element reference exception in
>>> query_tool_journey_test
>>>
>>> Regards,
>>> Shubham Agarwal
>>>
>>> On Fri, Nov 15, 2019 at 6:03 PM Akshay Joshi <
>>> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>>>
>>>> Thanks, patch applied
>>>>
>>>> On Fri, Nov 15, 2019 at 5:59 PM Shubham Agarwal <
>>>> shubham(dot)agarwal(at)enterprisedb(dot)com> wrote:
>>>>
>>>>> Hi Team,
>>>>>
>>>>> PFA feature test fixture patch containing the following fixes:
>>>>> 1. Process watcher loading logs fix
>>>>> 2. Auto commit/rollback issue in query_tool_tests
>>>>> 3. Fixed the scrolling issue while verifying values in a table.
>>>>> 4. Modified some functions in pgadmin_page.py
>>>>>
>>>>> On Wed, Nov 13, 2019 at 11:19 AM Akshay Joshi <
>>>>> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>>>>>
>>>>>> Thanks, patch applied.
>>>>>>
>>>>>> On Tue, Nov 12, 2019 at 6:27 PM Shubham Agarwal <
>>>>>> shubham(dot)agarwal(at)enterprisedb(dot)com> wrote:
>>>>>>
>>>>>>> Hi Team,
>>>>>>> PFA patch containing some more fixes for random feature test
>>>>>>> failures.
>>>>>>>
>>>>>>> Thanks and regards,
>>>>>>> Shubham Agarwal
>>>>>>>
>>>>>>> On Mon, Nov 11, 2019 at 10:55 AM Akshay Joshi <
>>>>>>> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>>>>>>>
>>>>>>>> Thanks, patch applied with a minor change. Menu for 'Delete Drop'
>>>>>>>> server has been changed to 'Remove Server' which causes all the test cases
>>>>>>>> failing on my machine.
>>>>>>>>
>>>>>>>> On Mon, Nov 11, 2019 at 10:18 AM Shubham Agarwal <
>>>>>>>> shubham(dot)agarwal(at)enterprisedb(dot)com> wrote:
>>>>>>>>
>>>>>>>>> Hi Team,
>>>>>>>>>
>>>>>>>>> Attached is the patch containing fixes for the failed feature test
>>>>>>>>> cases.
>>>>>>>>> This patch contains-
>>>>>>>>> 1. Newly created function for traversing the browser tree.
>>>>>>>>> 2. Some synchronization issue fixes.
>>>>>>>>> 3. Modified locators.
>>>>>>>>> 4. Test cases fix for the recent commits.
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Thanks & Regards,
>>>>>>>>> Shubham Agarwal
>>>>>>>>> EnterpriseDB Corporation
>>>>>>>>>
>>>>>>>>> The Postgres Database Company
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> *Thanks & Regards*
>>>>>>>> *Akshay Joshi*
>>>>>>>>
>>>>>>>> *Sr. Software Architect*
>>>>>>>> *EnterpriseDB Software India Private Limited*
>>>>>>>> *Mobile: +91 976-788-8246*
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Thanks & Regards,
>>>>>>> Shubham Agarwal
>>>>>>> EnterpriseDB Corporation
>>>>>>>
>>>>>>> The Postgres Database Company
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> *Thanks & Regards*
>>>>>> *Akshay Joshi*
>>>>>>
>>>>>> *Sr. Software Architect*
>>>>>> *EnterpriseDB Software India Private Limited*
>>>>>> *Mobile: +91 976-788-8246*
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thanks & Regards,
>>>>> Shubham Agarwal
>>>>> EnterpriseDB Corporation
>>>>>
>>>>> The Postgres Database Company
>>>>>
>>>>
>>>>
>>>> --
>>>> *Thanks & Regards*
>>>> *Akshay Joshi*
>>>>
>>>> *Sr. Software Architect*
>>>> *EnterpriseDB Software India Private Limited*
>>>> *Mobile: +91 976-788-8246*
>>>>
>>>
>>>
>>> --
>>> Thanks & Regards,
>>> Shubham Agarwal
>>> EnterpriseDB Corporation
>>>
>>> The Postgres Database Company
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>>
>> *Sr. Software Architect*
>> *EnterpriseDB Software India Private Limited*
>> *Mobile: +91 976-788-8246*
>>
>
>
> --
> Thanks & Regards,
> Shubham Agarwal
> EnterpriseDB Corporation
>
> The Postgres Database Company
>

--
*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 Abhilasha Narendra 2019-11-22 09:20:42 [pgAdmin][RM4836] Wrong default value in Container Deployment section of documentation
Previous Message Akshay Joshi 2019-11-21 11:51:36 pgAdmin 4 commit: Fixed following feature tests: