Re: [pgadmin][patch] Make Feature and Unit tests Green Again

From: Joao De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgadmin][patch] Make Feature and Unit tests Green Again
Date: 2018-01-26 15:54:58
Message-ID: CAE+jja=jWQnWq1XH5qU9ge=oxf0F4E+ODY9qV5xFrPzDgXW2nw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hello,
We changed the name in the JSON and extracted the validation to a function
to make the code more readable.

Thanks
Joao

On Fri, Jan 26, 2018 at 5:47 AM Dave Page <dpage(at)pgadmin(dot)org> wrote:

> Hi
>
> On Thu, Jan 25, 2018 at 7:10 PM, Joao De Almeida Pereira <
> jdealmeidapereira(at)pivotal(dot)io> wrote:
>
>> Hi Hackers,
>>
>> Attached you can find a diff with the correction of Bug 3057.
>> With the latest changes to display some information in GP some Feature
>> Tests stopped working when run against a GP instance.
>> Also we found out that the Feature Test(PGDataType) against 9.2 is
>> failing for some time as well.
>> Some Unit tests were not working when running with Python Version 3.5 due
>> to missing functions in the Mocking Library.
>>
>> This patch solves all the problems above.
>>
>
> I notice that datatype_test.json adds a field for
> "datatypes_minimum_versions" (maybe should be datatype_minimum_versions?),
> whilst the code is checking the server version is greater than that value.
> Should the comparison be >=, or is the name misleading?
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

Attachment Content-Type Size
bug-3057-feature-and-unit-tests-green-again.diff application/octet-stream 18.9 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-01-26 16:01:52 pgAdmin 4 commit: Add a log viewer. stderr is redirected to a per-insta
Previous Message Murtuza Zabuawala 2018-01-26 13:26:36 [pgAdmin4][RM#3063] Add 'pycodestyle ' Python PEP-8 checker module