Re: Resource lookup timeout causes Travis IC to fail test. - Mailing list pgsql-jdbc

From Jeremy Whiting
Subject Re: Resource lookup timeout causes Travis IC to fail test.
Date
Msg-id 55492CED.60000@redhat.com
Whole thread Raw
In response to Re: Resource lookup timeout causes Travis IC to fail test.  (Dave Cramer <pg@fastcrypt.com>)
List 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@redhat.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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Resource lookup timeout causes Travis IC to fail test.
Next
From: Deepak Beehyv
Date:
Subject: Regarding inclusion of indexes as tables