Re: Resource lookup timeout causes Travis IC to fail test.

From: Jeremy Whiting <jwhiting(at)redhat(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Resource lookup timeout causes Travis IC to fail test.
Date: 2015-05-05 20:49:49
Message-ID: 55492CED.60000@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I see there is xml catalog configuration in the build for generating the
docs. Not exactly working but I did not get distracted attempting to
fix/complete it.

To solve the problem of travis CI failures the simple thing is to bundle
the catalog file and DTDs in the testjar. Along with a properties
configuration file. The same files added can be configured subsequently
to be used with the 'docbook-catalog' task.

PR 284 has been created to pull in the changes.

Jeremy

On 01/05/15 10:51, Dave Cramer wrote:
> If you can fix it yes.
>
> Many of the Travis CI failures are false
>
> Dave Cramer
>
> dave.cramer(at)credativ(dot)ca
> http://www.credativ.ca
>
> On 1 May 2015 at 09:38, Jeremy Whiting <jwhiting(at)redhat(dot)com
> <mailto:jwhiting(at)redhat(dot)com>> wrote:
>
> Hi,
> Today the Travic CI system failed a test. It looks like the DTD
> lookup
> failed. You can see the failed test for 307.12
>
> https://travis-ci.org/pgjdbc/pgjdbc/builds/60815064
>
> Will it be useful if I created a PR with an XML catalog
> containing the
> resource to enable local resolution ? It would mean false positives of
> this nature do not crop up again.
>
> Regards,
> Jeremy
>
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org
> <mailto:pgsql-jdbc(at)postgresql(dot)org>)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Deepak Beehyv 2015-05-08 11:40:06 Regarding inclusion of indexes as tables
Previous Message Dave Cramer 2015-05-01 14:51:44 Re: Resource lookup timeout causes Travis IC to fail test.