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

From: Joao De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgadmin][patch] Make Feature and Unit tests Green Again
Date: 2018-01-25 19:10:21
Message-ID: CAE+jja=i1CJv=YAp89CuOVUyh36KmTy-Bq_2_HVhY=8pt0DGdQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

Thanks
Joao

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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-01-26 10:47:21 Re: [pgadmin][patch] Make Feature and Unit tests Green Again
Previous Message Dave Page 2018-01-25 17:07:38 pgAdmin 4 commit: Pause before checking for startup errors. Hacky, but