Re: [pgAdmin4][Patch]: RM #3077 - ERROR: invalid byte sequence for encoding "LATIN1":0x00

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Joao De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: RM #3077 - ERROR: invalid byte sequence for encoding "LATIN1":0x00
Date: 2018-02-22 04:11:03
Message-ID: CAFOhELeJupEeDeQLK_0Zgo97zvWVs5MZYKHDT7QHbY0UWDK2+w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Wed, Feb 21, 2018 at 10:51 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

>
>
> On Wed, Feb 21, 2018 at 3:45 PM, Joao De Almeida Pereira <
> jdealmeidapereira(at)pivotal(dot)io> wrote:
>
>> Hi
>> The patch looks good, do we have any example error that we can test in
>> order to ensure the problem no longer shows up in the future?
>> If they could be Unit Tests instead of Feature tests that would be
>> awesome, because Feature tests are much more expensive then Unit.
>>
>
> I think we need to consider a couple of options here:
>
> 1) Make sure that many/all of our tests use non-ASCII names.
>
> +1

> 2) Consider adding a mechanism to allow running the regression tests with
> overridden GUC values. For example, a parameter in the test config file
> that gives a set of GUCs to change upon connection.
>
> The downside of 2 of course, is that it adds a huge amount of possible
> environment combinations to test.
>
> We should implement this as it would be very helpful in reducing the
testing efforts.
But as you said there will be large set of combinations, so first we need
to come up with the possible combinations which we would like to include
first.

> Thoughts?
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Viper 12XN 2018-02-22 07:10:35 How to decrypt stored psql server password from pgadmin4.db?
Previous Message Joao De Almeida Pereira 2018-02-21 23:17:00 [pgadmin4] PEP-8 on pgadmin/tools