Re: PATCH: To fix the issue in Database node (pgAdmin4)

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: George Gelashvili <ggelashvili(at)pivotal(dot)io>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: To fix the issue in Database node (pgAdmin4)
Date: 2017-01-23 05:15:36
Message-ID: CAKKotZSZRQ-nT2q=na-yBOPyR-rP-LMU2YDTr01UqMQ3fT9FqQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave,

PFA updated patch for the same.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

On Fri, Jan 20, 2017 at 6:59 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

> FYI, I've reverted this patch for now, as I found it was causing other
> problems.
>
> On Fri, Jan 20, 2017 at 5:40 AM, Murtuza Zabuawala
> <murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
> > Let me check
> >
> > --
> > Regards,
> > Murtuza Zabuawala
> > EnterpriseDB: http://www.enterprisedb.com
> > The Enterprise PostgreSQL Company
> >
> > On Fri, Jan 20, 2017 at 2:16 AM, George Gelashvili <
> ggelashvili(at)pivotal(dot)io>
> > wrote:
> >>
> >> Hi Dave and Murtuza,
> >>
> >> FYI - on our machines, running the DatabasesUpdateTestCase fails with an
> >> error after e431eb9d8ecc28572b39d26c9effcf66f70f6ae1:
> >>
> >> Traceback (most recent call last):
> >> File
> >> "/Users/pivotal/workspace/pgadmin4/web/pgadmin/browser/
> server_groups/servers/databases/tests/test_db_put.py",
> >> line 58, in runTest
> >> self.db_id)
> >> File
> >> "/Users/pivotal/workspace/pgadmin4/web/pgadmin/browser/
> server_groups/servers/databases/tests/utils.py",
> >> line 149, in disconnect_database
> >> assert db_con.status_code == 200
> >> AssertionError
> >>
> >> - Tira & George
> >>
> >>
> >> On Mon, Jan 16, 2017 at 10:43 AM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> >>>
> >>> Hi
> >>>
> >>> On Fri, Jan 13, 2017 at 10:00 AM, Murtuza Zabuawala
> >>> <murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
> >>> > Hi Dave,
> >>> >
> >>> > I am not able to re-produce it, I reviewed reconnect to database
> logic
> >>> > and
> >>> > it is not affected by this patch, Would you please provide me exact
> >>> > steps?
> >>>
> >>> Weird, neither can I now. I guess something was messed up in my
> >>> environment then.
> >>>
> >>> Patch applied - sorry for the noise!
> >>>
> >>> --
> >>> Dave Page
> >>> Blog: http://pgsnake.blogspot.com
> >>> Twitter: @pgsnake
> >>>
> >>> EnterpriseDB UK: http://www.enterprisedb.com
> >>> The Enterprise PostgreSQL Company
> >>>
> >>>
> >>> --
> >>> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> >>> To make changes to your subscription:
> >>> http://www.postgresql.org/mailpref/pgadmin-hackers
> >>
> >>
> >
>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

Attachment Content-Type Size
RM_2024_v2.patch application/octet-stream 11.3 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2017-01-23 05:15:42 [Patch] Fix the Reset Statistic for a table pop up message
Previous Message Murtuza Zabuawala 2017-01-23 05:07:23 Re: Re: PATCH: RM# 1679 - Background process for "restore" not reporting status back to pgAdmin