[pgAdmin4][Patch] - Fix Jenkins Failure

2020-11-19 Thread Khushboo Vashi
Hi,

Please find the attached patch to fix the Jenkins failure.
Also, note that I couldn't reproduce this issue at my end, so provided the
fix on the basis of Jenkins logs.

Thanks,
Khushboo


jenkins_fix.patch
Description: Binary data


pgAdmin 4 commit: Fixed BatchProcessTest cases failing on Jenkins.

2020-11-19 Thread Akshay Joshi
Fixed BatchProcessTest cases failing on Jenkins.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=29c3c0cf7fe1d7532c54104f57cd2a9b5d2b9c9e
Author: Khushboo Vashi 

Modified Files
--
.../tools/maintenance/tests/test_batch_process_maintenance.py  | 7 +--
web/pgadmin/tools/restore/tests/test_batch_process.py  | 7 +--
2 files changed, 10 insertions(+), 4 deletions(-)



Re: [pgAdmin4][Patch] - Fix Jenkins Failure

2020-11-19 Thread Akshay Joshi
Thanks, patch applied.

On Thu, Nov 19, 2020 at 2:10 PM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:

> Hi,
>
> Please find the attached patch to fix the Jenkins failure.
> Also, note that I couldn't reproduce this issue at my end, so provided the
> fix on the basis of Jenkins logs.
>
> Thanks,
> Khushboo
>
>

-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


pgAdmin 4 commit: Improve code coverage and API test cases for Views an

2020-11-19 Thread Akshay Joshi
Improve code coverage and API test cases for Views and Materialized Views. 
Fixes #5337

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ce146961654e71d2d90c2b6f9ab4f5e7c7e7c3a0
Author: Yogesh Mahajan 

Modified Files
--
docs/en_US/release_notes_4_29.rst  |1 +
.../tests/test_compound_triggers_add.py|9 +-
.../tables/compound_triggers/tests/utils.py|   43 +
.../schemas/views/tests/test_mviews_parameters.py  |  188 ---
.../schemas/views/tests/test_mviews_refresh.py |  138 +-
.../schemas/views/tests/test_views_add.py  |  105 +-
.../schemas/views/tests/test_views_delete.py   |  100 +-
.../views/tests/test_views_delete_multiple.py  |  104 --
.../schemas/views/tests/test_views_get.py  |  103 +-
.../test_views_get_dependencies_dependents.py  |   82 ++
.../schemas/views/tests/test_views_get_msql.py |   90 ++
.../schemas/views/tests/test_views_get_nodes.py|   99 ++
.../schemas/views/tests/test_views_put.py  |   74 +-
.../schemas/views/tests/test_views_sql.py  |  119 ++
.../servers/databases/schemas/views/tests/utils.py |  144 +-
.../schemas/views/tests/view_test_data.json| 1537 
16 files changed, 2371 insertions(+), 565 deletions(-)



Re: [pgAdmin][Patch] RM5337 - [Code Coverage] Improve API test cases for Views

2020-11-19 Thread Akshay Joshi
Thanks, patch applied.

On Thu, Nov 19, 2020 at 9:07 PM Yogesh Mahajan <
yogesh.maha...@enterprisedb.com> wrote:

> Hi,
>
> Please find the attached patch which contains new tests for views & mview.
> Total code coverage increased to 73%
> Thanks,
> Yogesh Mahajan
> EnterpriseDB
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*