[pgAdmin4][RM3136] Stabilise feature tests for continuous running on CI sytems

2018-08-20 Thread Usman Muzaffar
90 seconds. - Change the logic for reset layout funciton. Last successful execution on all platfroms can be seen on following link http://pgabf-jenkins.ox.uk.enterprisedb.com:8080/view/FeatureTest%20(Adhoc) -- Thanks, Usman Muzaffar QA Team EnterpriseDB Corporation RM3136.patch Description: Binary data

Re: [pgAdmin4][RM3136] Stabilise feature tests for continuous running on CI sytems

2018-09-07 Thread Usman Muzaffar
y. >- Fix pep8 issues. >- Remove unnecessary blank lines. >- Change function name from "setTestDbName" to "setTestDatabaseName". >- Modify some comments and strings. > > > On Mon, Aug 20, 2018 at 6:18 PM, Usman Muzaffar < > usman.muzaf.

Re: [pgAdmin4][RM3136] Stabilise feature tests for continuous running on CI sytems

2018-10-02 Thread Usman Muzaffar
windows. Please review the patch and commit. On Mon, Sep 10, 2018 at 5:18 PM, Dave Page wrote: > Thanks, patch applied (I've removed a screenshot call that seemed to be > left there by mistake). > > On Fri, Sep 7, 2018 at 5:47 PM, Usman Muzaffar < > usman.muzaf...@

Patch for setting preferences with user id

2018-10-08 Thread Usman Muzaffar
tch shared by Murtaza with subject line "[pgAdmin4][Patch]: Code refactoring" -- Thanks, Usman Muzaffar QA Team EnterpriseDB Corporation preferences_v1_code_refactoring.patch Description: Binary data

Fix for query_tool_tests.py

2018-10-10 Thread Usman Muzaffar
one of following message in the output text box i) canceling statement due to user request ii) Execution cancelled! -- Thanks, Usman Muzaffar QA Team EnterpriseDB Corporation querytool_ExecutionCancelled_v1.patch Description: Binary data

process_executor.py error

2018-10-11 Thread Usman Muzaffar
, not 'str' == so changed the file opening mode to 'a'. The API test cases are again run without this error with following versions i) Python 2.7 ii) Python 3.4 iii) Python 3.5 ) Python 3.6 Please review the patch and commit. -- Thanks, Usman Muzaffar QA

Re: process_executor.py error

2018-10-11 Thread Usman Muzaffar
e Python 3.6 virtual environment ii) move to web/regression folder iii) trigger following command python runtests.py --exclude feature_tests iv) The terminal will show the error while any test case throws exception and that is caught. On Thu, Oct 11, 2018 at 3:46 PM, Usman Muzaffar < usman.mu

fixes for browser.tests api test cases

2018-10-16 Thread Usman Muzaffar
as the relevant post function accepts value in boolean. Currently due to this the test case was failing. Please review the patch and commit. Note: I have verified it on Python2.7 & Python3.6. -- Thanks, Usman Muzaffar QA Team EnterpriseDB Corporation browser_tests_api_test_cases_v1.patch Description: Binary data

Re: fixes for browser.tests api test cases

2018-10-17 Thread Usman Muzaffar
On Wed, Oct 17, 2018 at 4:02 PM, Dave Page wrote: > Hi > > On Tue, Oct 16, 2018 at 1:35 PM Usman Muzaffar < > usman.muzaf...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find here attached patch for the following test cases,(in package >&

Re: fixes for browser.tests api test cases

2018-10-18 Thread Usman Muzaffar
now onward I will work on that and will update you accordingly. On Wed, Oct 17, 2018 at 6:00 PM, Dave Page wrote: > > > On Wed, Oct 17, 2018 at 1:56 PM Usman Muzaffar < > usman.muzaf...@enterprisedb.com> wrote: > >> >> >> On Wed, Oct 17, 2018 at 4:02 PM, D

[pgAdmin4][RM3936] - Fixes for feature test due to changes in pgadmin4

2019-02-25 Thread Usman Muzaffar
issue was not reproducible manually). iii) New locator file is created to store locators/xpaths. iv) Changes in pgadmin_page file related to js. Patch by : Usman & Aditya(aditya.toshni...@enterprisedb.com) -- Thanks, Usman Muzaffar QA Team EnterpriseDB Corporation R

[pgAdmin] - RM-3936 -Feature tests patch

2019-03-21 Thread Usman Muzaffar
to fix of RM 4062, did the required workaround which broke the test case. -- Thanks, Usman Muzaffar QA Team EnterpriseDB Corporation RM3936_v2.patch Description: Binary data

Re: [pgAdmin] - RM-3936 -Feature tests patch

2019-03-25 Thread Usman Muzaffar
t; okay > > It may seem trivial, but having neat, consistent output will make the test > results much easier for us to read. > In my next patch, I will focus and implement these things. > > Thanks! > > > On Thu, Mar 21, 2019 at 11:14 AM Usman Muzaffar < >

Feature Tests query tool: unnecessary print statement removal

2019-03-29 Thread Usman Muzaffar
Hi Hackers, Please find here attached patch for feature tests. It contains following fix - removal of unnecessary print statement from Query_tool_test -- Thanks, Usman Muzaffar QA Team EnterpriseDB Corporation query_tool_test_v1.patch Description: Binary data

Some fixes for api and features tests

2019-04-02 Thread Usman Muzaffar
the information. - Correction in comment for toggle_open_tables_node function Please review the patch and apply. -- Thanks, Usman Muzaffar QA Team EnterpriseDB Corporation pgadmin_tests_v1.patch Description: Binary data

Feature test intermittent failure fixes

2019-05-13 Thread Usman Muzaffar
Hi Hackers, Please find here attached patch for feature test fixes, there fixes are related to intermittent test case failures. Please review the patch and commit. -- Thanks, Usman Muzaffar QA Team EnterpriseDB Corporation feature_tests_v2.patch Description: Binary data

feature tests fix

2019-06-27 Thread Usman Muzaffar
, would work in both cases(if element is visible or not). - The tab name handles XSS characters due to which table name is shown modified accordingly in the tab name. Kindly review the patch and commit. -- Thanks, Usman Muzaffar QA Team EnterpriseDB Corporation feature_tests_v8

RESQL test cases for view node

2019-07-19 Thread Usman Muzaffar
Hi Hackers, Please find here attached patch for reverse engineering test cases for view node. Please review it and give your feedback. -- Thanks, Usman Muzaffar QA Team EnterpriseDB Corporation view_node_reverse_sql_testcase_v1.patch Description: Binary data

Resql test cases for views and fix for bug: 4650

2019-08-26 Thread Usman Muzaffar
cases. Following are verified before sending the patch - yarn run pep8 - verified test cases on all pg/ppas server e.g. pg 9.4 to 11 and ppas 9.4 to 11. -- Thanks, Usman Muzaffar QA Team EnterpriseDB Corporation view_re_sql_testcases_v2.patch Description: Binary data

Re: Resql test cases for views and fix for bug: 4650

2019-08-26 Thread Usman Muzaffar
Just a correction, bug reference in above mail should be *4486* instead of *4650*. On Mon, Aug 26, 2019 at 7:50 PM Usman Muzaffar < usman.muzaf...@enterprisedb.com> wrote: > Hi Hackers, > > Please find here attached patch for sql re engineering test cases for > views node. As

Re: Resql test cases for views and fix for bug: 4650

2019-08-27 Thread Usman Muzaffar
ivileges at all. >- We should add alter test cases for check_option, security_barrier >and privileges. > > Attached is the modified patch, please continue your work on it. > > On Tue, Aug 27, 2019 at 12:12 PM Usman Muzaffar < > usman.muzaf...@enterprisedb.com> wrote: >

feature tests fix

2019-10-17 Thread Usman Muzaffar
Hi Hackers, Please find here attached patch for a small fix for feature test 'retry_click' function. -- Thanks, Usman Muzaffar QA Team EnterpriseDB Corporation feature_test_v1.patch Description: Binary data