[pgadmin4][patch] Unit test fail on GreenPlum (#3190) - Mailing list pgadmin-hackers

From Joao De Almeida Pereira
Subject [pgadmin4][patch] Unit test fail on GreenPlum (#3190)
Date
Msg-id CAE+jjak_FQKTrBj0cOi6Whaz1k_iseZu697v_-x2Rn8K7U49QQ@mail.gmail.com
Whole thread Raw
Responses Re: [pgadmin4][patch] Unit test fail on GreenPlum (#3190)  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hello Hackers,

Attached you can find the patch that skip some tests and correct issues on SQL that are failing when trying to connect to a GreenPlum database.

We did this by adding a attribute to to test_json called "db_type" that will carry the type of database we are running tests against.

When we run tests against a GreenPlum instance the configuration would look like this:
{
"name": "GreenPlum",
"comment": "GreenPlum DB",
"db_username": "gp",
"host": "localhost",
"db_password": "",
"db_port": 5433,
"maintenance_db": "postgres",
"sslmode": "prefer",
"tablespace_path": "",
"enabled": true,
"db_type": "gpdb"
}



Thanks
Joao
Attachment

pgadmin-hackers by date:

Previous
From: Joao De Almeida Pereira
Date:
Subject: Re: ACI Tree
Next
From: Murtuza Zabuawala
Date:
Subject: Re: ACI Tree