[pgAdmin4] [PATCH] Skip CheckForViewDataTest test based on the DB version

From: Joao Pedro De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Cc: Shruti B Iyer <siyer(at)pivotal(dot)io>
Subject: [pgAdmin4] [PATCH] Skip CheckForViewDataTest test based on the DB version
Date: 2017-06-12 19:08:12
Message-ID: CAE+jjamNRjcaELAG+XWEP=ZtkecWAsCWiRP7gQ7rz2chtzyKpw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

We were trying to run the feature tests against GreenPlum and one of the
tests was failing (CheckForViewDataTest). In this test, we are creating a
table using COLLATE, and the COLLATE command is only available starting in
version 9.1 of Postgres, per the documentation. We decided to skip this
test for now for all PG Versions below 9.1

Thanks
Shruti & Joao

Attachment Content-Type Size
skip-collate-test.patch application/octet-stream 768 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Joao Pedro De Almeida Pereira 2017-06-12 19:14:17 Re: [pgAdmin4] [PATCH] Skip CheckForViewDataTest test based on the DB version
Previous Message Shruti B Iyer 2017-06-12 18:22:25 Re: [pgAdmin4] [PATCH] History Tab rewrite in React