[pgAdmin4][RM2586] Cleanup feature test - Mailing list pgadmin-hackers

From Harshal Dhumal
Subject [pgAdmin4][RM2586] Cleanup feature test
Date
Msg-id CAFiP3vw3E7ZbNQ2DK85+Bsbeh5w23bQWib7iu1b4beG1dXstKQ@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][RM2586] Cleanup feature test  (Sarah McAlear <smcalear@pivotal.io>)
List pgadmin-hackers
Hi,

Please find attached patch to improve feature test execution time.
Now on my machine overall execution time is cut down to 280 seconds from 400+ seconds

Changes:

1. Removed fixed python time.sleeps where ever possible.
2. Removed connect to server test cases.
3. Query tool test cases:
     i. Merged 3 test cases On demand result on scroll, grid select all and column select all.
     ii. Merged 3 test cases Explain query, Explain query with verbose and Explain query with cost.
     iii. Merged 3 test cases Explain analyze query, Explain analyze with buffers and Explain analyze             with timing.
4. Improved debugger XSS test case execution time.

-- 
Harshal Dhumal
Sr. Software Engineer

EnterpriseDB India: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Attachment

pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: [pgAdmin4][Patch]: RM_ 2620 - Getting error "Violates checkconstraint" while creating pgAgent job
Next
From: Surinder Kumar
Date:
Subject: [pgAdmin4[Patch][Webpacking]: Enable source maps in pgAdmin4 for development environment