[jbossts-issues] [JBoss JIRA] (JBTM-2578) Make "junit-jdbc-ncl-testsuite" testsuite of Narayana/qa compatible with IPv6

Daniel Simko (JIRA) issues at jboss.org
Thu Mar 10 05:25:00 EST 2016


    [ https://issues.jboss.org/browse/JBTM-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13174765#comment-13174765 ] 

Daniel Simko commented on JBTM-2578:
------------------------------------

Added workaround to hudson/config_repository/scripts/eap/jbossts/narayana_tests_eap70.sh
which downloads required jdbc drivers and modifies default JDBCProfile file in order to fix this job:   

https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-70-jbossts-qa-test-ipv6/

{code}
junit-jdbc-ncl-testsuite:
    [mkdir] Created dir: /mnt/hudson_workspace/workspace/eap-70-jbossts-qa-test-ipv6/qa/dbdrivers/selected_dbdriver
     [copy] Copying 1 file to /mnt/hudson_workspace/workspace/eap-70-jbossts-qa-test-ipv6/qa/dbdrivers/selected_dbdriver
     [echo] Running junit test group jdbcresources01_oracle_thin_jndi from basedir=/mnt/hudson_workspace/workspace/eap-70-jbossts-qa-test-ipv6/qa
    [junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources01_oracle_thin_jndi
    [junit] Tests run: 30, Failures: 0, Errors: 0, Time elapsed: 2,999.919 sec
     [echo] Running junit test group jdbcresources02_oracle_thin_jndi from basedir=/mnt/hudson_workspace/workspace/eap-70-jbossts-qa-test-ipv6/qa
    [junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources02_oracle_thin_jndi
    [junit] Tests run: 30, Failures: 0, Errors: 0, Time elapsed: 3,046.399 sec
   [delete] Deleting directory /mnt/hudson_workspace/workspace/eap-70-jbossts-qa-test-ipv6/qa/dbdrivers/selected_dbdriver
    [mkdir] Created dir: /mnt/hudson_workspace/workspace/eap-70-jbossts-qa-test-ipv6/qa/dbdrivers/selected_dbdriver
     [copy] Copying 1 file to /mnt/hudson_workspace/workspace/eap-70-jbossts-qa-test-ipv6/qa/dbdrivers/selected_dbdriver
     [echo] Running junit test group jdbcresources01_mysql_jndi from basedir=/mnt/hudson_workspace/workspace/eap-70-jbossts-qa-test-ipv6/qa
    [junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources01_mysql_jndi
    [junit] Tests run: 30, Failures: 0, Errors: 0, Time elapsed: 948.456 sec
     [echo] Running junit test group jdbcresources02_mysql_jndi from basedir=/mnt/hudson_workspace/workspace/eap-70-jbossts-qa-test-ipv6/qa
    [junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources02_mysql_jndi
    [junit] Tests run: 30, Failures: 0, Errors: 0, Time elapsed: 953.564 sec
   [delete] Deleting directory /mnt/hudson_workspace/workspace/eap-70-jbossts-qa-test-ipv6/qa/dbdrivers/selected_dbdriver
    [mkdir] Created dir: /mnt/hudson_workspace/workspace/eap-70-jbossts-qa-test-ipv6/qa/dbdrivers/selected_dbdriver
     [copy] Copying 1 file to /mnt/hudson_workspace/workspace/eap-70-jbossts-qa-test-ipv6/qa/dbdrivers/selected_dbdriver
     [echo] Running junit test group jdbcresources01_pgsql_jndi from basedir=/mnt/hudson_workspace/workspace/eap-70-jbossts-qa-test-ipv6/qa
    [junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources01_pgsql_jndi
    [junit] Tests run: 30, Failures: 0, Errors: 0, Time elapsed: 906.979 sec
     [echo] Running junit test group jdbcresources02_pgsql_jndi from basedir=/mnt/hudson_workspace/workspace/eap-70-jbossts-qa-test-ipv6/qa
    [junit] Running org.jboss.jbossts.qa.junit.testgroup.TestGroup_jdbcresources02_pgsql_jndi
    [junit] Tests run: 30, Failures: 0, Errors: 0, Time elapsed: 909.106 sec
{code}

> Make "junit-jdbc-ncl-testsuite" testsuite of Narayana/qa compatible with IPv6
> -----------------------------------------------------------------------------
>
>                 Key: JBTM-2578
>                 URL: https://issues.jboss.org/browse/JBTM-2578
>             Project: JBoss Transaction Manager
>          Issue Type: Feature Request
>            Reporter: Hayk Hovsepyan
>            Assignee: Daniel Simko
>            Priority: Critical
>
> Currently JDBC tests from "junit-jdbc-ncl-testsuite" testsuite of narayana/qa tsts fail while running on pure IPv6 machine.
> The reason is that it is designed to connect to databases via IPv4 protocol, and there are hostnames of DB's specified in project.
> It needs to be modified to connect to databases via IPv6 addresses protocol and run tests on pure Ipv6 machine.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbossts-issues mailing list