Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3889

Unable to pass smoke tests part of testsuite when specify -Dnode0=<something>

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.1.Final
    • 7.1.1.Final
    • Test Suite
    • None

    Description

      I'm unable to pass smoke tests part of testsuite.

      I hope you get the same result when try:

      ./build.sh clean install [pass]
      ifconfig lo:1 127.0.0.2 [pass]
      ./integration-tests.sh install -Dnode0=127.0.0.2
      

      I got:

      Tests in error: 
        testMessagingClient(org.jboss.as.test.smoke.embedded.demos.client.jms.JmsClientTestCase): java.net.ConnectException: JBAS012144: Could not connect to remote://pjanouse.brq.redhat.com:9999. The connection timed out
        testMessagingClient(org.jboss.as.test.smoke.embedded.demos.client.messaging.MessagingClientTestCase): Cannot connect to server(s). Tried with all available servers.
      

      Also in IPv6 mode like:

      ./integration-tests.sh install -Dnode0=::1 -Dipv6
      

      I got error, but it differs from above:

      Tests in error: 
        org.jboss.as.test.smoke.embedded.demos.jms.JmsTestCase: destination address may not be null
        org.jboss.as.test.smoke.embedded.demos.client.jms.JmsClientTestCase: destination address may not be null
        org.jboss.as.test.smoke.embedded.demos.client.messaging.MessagingClientTestCase: destination address may not be null
        org.jboss.as.test.smoke.embedded.demos.messaging.MessagingTestCase: destination address may not be null
      

      When I specify -Dnode0=127.0.0.1 as binding address, everything works fine...

      PS: This state is after merging O. Zizka's TS-refactor branch (commit d0f1f3cef0ed90d4b655e5aec15be7b00a373f5c).

      Attachments

        Activity

          People

            arubinge@redhat.com Andrew Rubinger (Inactive)
            pjanouse@redhat.com Pavel Janousek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: