[
https://issues.jboss.org/browse/JBTM-1253?page=com.atlassian.jira.plugin....
]
Paul Robinson commented on JBTM-1253:
-------------------------------------
It looks like it's trying to download the JDBC drivers which I don't believe it
is. The IPV6_OPTS are exported and "will download JDBC drivers" is appearing in
the logs.
I think this is just a bug with the script as it looks like either get.drivers is ran or
the message displayed. So the message should be negated.
{code}
# if IPV6_OPTS is not set get the jdbc drivers (we do not run the jdbc tests in IPv6
mode)
[ -z "${IPV6_OPTS+x}" ] && ant -DisIdlj=$IDLJ
"$QA_BUILD_ARGS" get.drivers dist ||
echo "will download JDBC drivers"
{code}
narayana-ipv6-dualstack: qa/tests/build does not exist.
-------------------------------------------------------
Key: JBTM-1253
URL:
https://issues.jboss.org/browse/JBTM-1253
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Testing
Reporter: Paul Robinson
Assignee: Michael Musgrove
Fix For: 4.17.0, 5.0.0.M2
See:
http://172.17.131.2/view/Narayana+BlackTie/job/narayana-ipv6-dualstack/69...
In particular:
{code}
QA Test Suite orb=idlj
will download JDBC drivers
Buildfile: /home/hudson/workspace/narayana-ipv6-dualstack/qa/run-tests.xml
junit-jts-testsuite:
[echo] Running junit test group currenttests01 from
basedir=/home/hudson/workspace/narayana-ipv6-dualstack/qa
BUILD FAILED
/home/hudson/workspace/narayana-ipv6-dualstack/qa/run-tests.xml:116: The following error
occurred while executing this line:
/home/hudson/workspace/narayana-ipv6-dualstack/qa/run-tests.xml:345:
/home/hudson/workspace/narayana-ipv6-dualstack/qa/tests/build does not exist.
Total time: 0 seconds
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira