Re: Feature Test Fix

2021-04-13 Thread Akshay Joshi
Thanks, patch applied. On Tue, Apr 13, 2021 at 7:36 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch which handles the long time taken to launch > pgAdmin in debug mode. > Feature tests were failing as pgAdmin was tried to reach before it > comp

Re: [pgAdmin][RM6385]: Backup on a shared server doesn't seem to work

2021-04-13 Thread Akshay Joshi
Thanks, patch applied. On Tue, Apr 13, 2021 at 10:35 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for #6385 Backup on a shared server doesn't > seem to work. > > > > -- > Thanks & Regards, > Pradip Parkale > Software Engineer | Enter

pgAdmin 4 commit: Fixed an issue where a long time is taken to launch p

2021-04-13 Thread Akshay Joshi
Fixed an issue where a long time is taken to launch pgAdmin in debug mode for feature tests. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4ee40e348c5779b476069c07080f0100e7a161d5 Author: Yogesh Mahajan Modified Files -- web/re

pgAdmin 4 commit: Ensure that Backup and Restore should work on shared

2021-04-13 Thread Akshay Joshi
Ensure that Backup and Restore should work on shared servers. Fixes #6385 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cb7bcaf939d7d67fd164b03b581d16bc573c1576 Author: Pradip Parkale Modified Files -- docs/en_US/release_notes_5

[pgAdmin][RM6385]: Backup on a shared server doesn't seem to work

2021-04-13 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #6385 Backup on a shared server doesn't seem to work. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6385.patch Description: Binary data

Feature Test Fix

2021-04-13 Thread Yogesh Mahajan
Hi, Please find the attached patch which handles the long time taken to launch pgAdmin in debug mode. Feature tests were failing as pgAdmin was tried to reach before it completed initialization.Currently if pgAdmin is launched with Debug=True, then on jenkins job its taking 70+ seconds for complet