From: | Dave Page <dave(dot)page(at)enterprisedb(dot)com> |
---|---|
To: | Navnath Gadakh <navnath(dot)gadakh(at)enterprisedb(dot)com> |
Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, Kanchan Mohitey <kanchan(dot)mohitey(at)enterprisedb(dot)com> |
Subject: | Re: pgAdmin IV : Unittest modular patch |
Date: | 2016-08-04 10:34:10 |
Message-ID: | CA+OCxozcDPW47_FMgfpqrTyVN4=Ldu7dqkFWRR_bvMkxBEQvWA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hi
On Thu, Aug 4, 2016 at 10:27 AM, Navnath Gadakh
<navnath(dot)gadakh(at)enterprisedb(dot)com> wrote:
>> Oh - does the per-server config override the main config? That's
>> useful. So anything that's in test_advanced_config.py can be
>> overridden on a per-server basis in test_config.py?
>
> No.
> per-server i.e advance config(test_advanced_config.json.in) and main
> config(test_config.json) both are different files. In main config we just
> mention the server’s credentials.(We can also mention per server
> credentails) and in test_advanced_config.json.in(here we say per-server
> config)
> we mention the advanced configurations i.e. test data for each node.
OK.
> So, let's summarize the discussion:
> - Let user specify the tablespace path in test_advanced_config.json.in
No - test_config.py. It should be per-server.
> - If path not specified in the test_advanced_config.json.in skip the
> test cases for tablespace.
Yes (but, test_config.py), for that server only.
> - Output a notice saying the test was skipped, and note it in the
> summary.
Yes.
> - No need to check the address.(Unix domain socket). It seems correct
> way.
Right.
Thanks!
--
Dave Page
VP, Chief Architect, Tools & Installers
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2016-08-04 10:54:39 | pgAdmin 4 commit: Fix View Data options for tables with columns that ne |
Previous Message | Dave Page | 2016-08-04 10:31:37 | Re: PATCH: To handle numeric type display (pgAdmin4) |