Re: Fixes for pgAdmin feature tests

2019-12-03 Thread Akshay Joshi
Thanks, patch applied. On Tue, Dec 3, 2019 at 6:09 PM Shubham Agarwal < shubham.agar...@enterprisedb.com> wrote: > Hi Team, > > PFA patch for feature tests containing following fixes- > > 1. Modified the get_chromedriver utility for supporting python version > below 3.5. > 2. Handled some excepti

Re: Fixes for pgAdmin feature tests

2019-12-03 Thread Shubham Agarwal
Hi Team, PFA patch for feature tests containing following fixes- 1. Modified the get_chromedriver utility for supporting python version below 3.5. 2. Handled some exceptions getting intermittently on some databases. 3. Generalized some functions with additional parameters. 4. Disabled the auto-ex

Re: Fixes for pgAdmin feature tests

2019-11-21 Thread Akshay Joshi
Thanks, patch applied. On Thu, Nov 21, 2019 at 3:40 PM Shubham Agarwal < shubham.agar...@enterprisedb.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 datab

Re: Fixes for pgAdmin feature tests

2019-11-21 Thread Shubham Agarwal
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

Re: Fixes for pgAdmin feature tests

2019-11-19 Thread Akshay Joshi
Thanks, patch applied. On Wed, Nov 20, 2019 at 12:34 PM Shubham Agarwal < shubham.agar...@enterprisedb.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 quer

Re: Fixes for pgAdmin feature tests

2019-11-19 Thread Shubham Agarwal
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

Re: Fixes for pgAdmin feature tests

2019-11-15 Thread Akshay Joshi
Thanks, patch applied On Fri, Nov 15, 2019 at 5:59 PM Shubham Agarwal < shubham.agar...@enterprisedb.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 s

Re: Fixes for pgAdmin feature tests

2019-11-15 Thread Shubham Agarwal
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

Re: Fixes for pgAdmin feature tests

2019-11-12 Thread Akshay Joshi
Thanks, patch applied. On Tue, Nov 12, 2019 at 6:27 PM Shubham Agarwal < shubham.agar...@enterprisedb.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 < > aks

Re: Fixes for pgAdmin feature tests

2019-11-12 Thread Shubham Agarwal
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 wrote: > Thanks, patch applied with a minor change. Menu for 'Delete Drop' server > has been changed to 'Remove Server' which causes

Re: Fixes for pgAdmin feature tests

2019-11-10 Thread Akshay Joshi
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.agar...@enterprisedb.com> wrote: > Hi Team, > > Attached is the patch cont