Thread: Resource lookup timeout causes Travis IC to fail test.
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
If you can fix it yes.
Many of the Travis CI failures are false
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
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:
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 falseOn 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
Hi Dave,
This has been fixed.
https://github.com/pgjdbc/pgjdbc/pull/284
Jeremy
On 01/05/15 15:51, Dave Cramer wrote:
This has been fixed.
https://github.com/pgjdbc/pgjdbc/pull/284
Jeremy
On 01/05/15 15:51, Dave Cramer wrote:
If you can fix it yes.Many of the Travis CI failures are falseOn 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
-- Jeremy Whiting Senior Software Engineer, JBoss Performance Team Red Hat ------------------------------------------------------------ Registered Address: RED HAT UK LIMITED, 64 Baker Street, 4th Floor, Paddington. London. United Kingdom W1U 7DF Registered in UK and Wales under Company Registration No. 3798903 Directors: Michael Cunningham (US), Charles Peters (US), Matt Parson (US) and Michael O'Neill(Ireland)
Thanks!
On 13 May 2015 at 04:01, Jeremy Whiting <jwhiting@redhat.com> wrote:
Hi Dave,
This has been fixed.
https://github.com/pgjdbc/pgjdbc/pull/284
Jeremy
On 01/05/15 15:51, Dave Cramer wrote:If you can fix it yes.Many of the Travis CI failures are falseOn 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-- Jeremy Whiting Senior Software Engineer, JBoss Performance Team Red Hat ------------------------------------------------------------ Registered Address: RED HAT UK LIMITED, 64 Baker Street, 4th Floor, Paddington. London. United Kingdom W1U 7DF Registered in UK and Wales under Company Registration No. 3798903 Directors: Michael Cunningham (US), Charles Peters (US), Matt Parson (US) and Michael O'Neill(Ireland)