Обсуждение: broken tests

Поиск
Список
Период
Сортировка

broken tests

От
Pavel Stehule
Дата:
Hi

Today I have problem with regress tests on my laptop.

I did fresh clone of git

Is it working elsewhere?

Regards

Pavel


Вложения

Re: broken tests

От
Alvaro Herrera
Дата:
Pavel Stehule wrote:
> Hi
> 
> Today I have problem with regress tests on my laptop.

Maybe this is because of the libxml version?

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



Re: broken tests

От
Pavel Stehule
Дата:


2015-12-02 20:08 GMT+01:00 Alvaro Herrera <alvherre@2ndquadrant.com>:
Pavel Stehule wrote:
> Hi
>
> Today I have problem with regress tests on my laptop.

Maybe this is because of the libxml version? 

100%, same issue is with 9.4.5

After downgrade to 2.9.2 (from 2.9.3) this issue was out

So it is looking like Fedora fault

Regards

Pavel

 

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Re: broken tests

От
Tom Lane
Дата:
Pavel Stehule <pavel.stehule@gmail.com> writes:
> Today I have problem with regress tests on my laptop.

Looks like

https://bugzilla.redhat.com/show_bug.cgi?id=1286692
        regards, tom lane



Re: broken tests

От
Pavel Stehule
Дата:


2015-12-02 23:00 GMT+01:00 Tom Lane <tgl@sss.pgh.pa.us>:
Pavel Stehule <pavel.stehule@gmail.com> writes:
> Today I have problem with regress tests on my laptop.

Looks like

https://bugzilla.redhat.com/show_bug.cgi?id=1286692

sure

Pavel


                        regards, tom lane

Re: broken tests

От
Pavel Raiskup
Дата:
On Wednesday 02 of December 2015 20:26:56 Pavel Stehule wrote:
> 2015-12-02 20:08 GMT+01:00 Alvaro Herrera <alvherre@2ndquadrant.com>:
> 
> > Pavel Stehule wrote:
> > > Hi
> > >
> > > Today I have problem with regress tests on my laptop.
> >
> > Maybe this is because of the libxml version?
> 
> 100%, same issue is with 9.4.5
> 
> After downgrade to 2.9.2 (from 2.9.3) this issue was out

Agreed.

> So it is looking like Fedora fault

Not really.  This has been changed in libxml2 upstream:
https://bugzilla.redhat.com/show_bug.cgi?id=1286692

Pavel




Re: broken tests

От
Pavel Stehule
Дата:


2015-12-03 12:39 GMT+01:00 Pavel Raiskup <praiskup@redhat.com>:
On Wednesday 02 of December 2015 20:26:56 Pavel Stehule wrote:
> 2015-12-02 20:08 GMT+01:00 Alvaro Herrera <alvherre@2ndquadrant.com>:
>
> > Pavel Stehule wrote:
> > > Hi
> > >
> > > Today I have problem with regress tests on my laptop.
> >
> > Maybe this is because of the libxml version?
>
> 100%, same issue is with 9.4.5
>
> After downgrade to 2.9.2 (from 2.9.3) this issue was out

Agreed.

> So it is looking like Fedora fault

Not really.  This has been changed in libxml2 upstream:
https://bugzilla.redhat.com/show_bug.cgi?id=1286692

ok

I would not be offensive

Regards

Pavel
 


Pavel


Re: broken tests

От
Pavel Raiskup
Дата:
On Thursday 03 of December 2015 20:49:09 Pavel Stehule wrote:
> 2015-12-03 12:39 GMT+01:00 Pavel Raiskup <praiskup@redhat.com>:
>
> > On Wednesday 02 of December 2015 20:26:56 Pavel Stehule wrote:
> > > 2015-12-02 20:08 GMT+01:00 Alvaro Herrera <alvherre@2ndquadrant.com>:
> > >
> > > > Pavel Stehule wrote:
> > > > > Hi
> > > > >
> > > > > Today I have problem with regress tests on my laptop.
> > > >
> > > > Maybe this is because of the libxml version?
> > >
> > > 100%, same issue is with 9.4.5
> > >
> > > After downgrade to 2.9.2 (from 2.9.3) this issue was out
> >
> > Agreed.
> >
> > > So it is looking like Fedora fault
> >
> > Not really.  This has been changed in libxml2 upstream:
> > https://bugzilla.redhat.com/show_bug.cgi?id=1286692
>
> ok
>
> I would not be offensive

Sorry if that looked like this :(.  I just wanted to point out that this
is not "just" about Fedora --> but either libxml2 (upstream) needs to be
fixed or PostgreSQL's testsuite.

Pavel




Re: broken tests

От
Pavel Stehule
Дата:


2015-12-03 22:50 GMT+01:00 Pavel Raiskup <praiskup@redhat.com>:
On Thursday 03 of December 2015 20:49:09 Pavel Stehule wrote:
> 2015-12-03 12:39 GMT+01:00 Pavel Raiskup <praiskup@redhat.com>:
>
> > On Wednesday 02 of December 2015 20:26:56 Pavel Stehule wrote:
> > > 2015-12-02 20:08 GMT+01:00 Alvaro Herrera <alvherre@2ndquadrant.com>:
> > >
> > > > Pavel Stehule wrote:
> > > > > Hi
> > > > >
> > > > > Today I have problem with regress tests on my laptop.
> > > >
> > > > Maybe this is because of the libxml version?
> > >
> > > 100%, same issue is with 9.4.5
> > >
> > > After downgrade to 2.9.2 (from 2.9.3) this issue was out
> >
> > Agreed.
> >
> > > So it is looking like Fedora fault
> >
> > Not really.  This has been changed in libxml2 upstream:
> > https://bugzilla.redhat.com/show_bug.cgi?id=1286692
>
> ok
>
> I would not be offensive

Sorry if that looked like this :(.  I just wanted to point out that this
is not "just" about Fedora --> but either libxml2 (upstream) needs to be
fixed or PostgreSQL's testsuite.

juju

Pavel

 

Pavel


Re: broken tests

От
Michael Paquier
Дата:
On Fri, Dec 4, 2015 at 2:59 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> 2015-12-03 22:50 GMT+01:00 Pavel Raiskup <praiskup@redhat.com>:
>> Sorry if that looked like this :(.  I just wanted to point out that this
>> is not "just" about Fedora --> but either libxml2 (upstream) needs to be
>> fixed or PostgreSQL's testsuite.
>
>
> juju

FWIW, I just faced the issue myself with a custom build of libxml2
using 2.9.3... Hopefully this is going to be addressed soon, libxml2
2.9.3 has addressed many CVEs, like CVE-2015-7941, but if it breaks
the xml datatype itself...
-- 
Michael