[jboss-jira] [JBoss JIRA] (WFLY-2507) InflowFlatTestCase and InflowJarTestCase are failing on Windows

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Nov 13 22:58:05 EST 2013


Brian Stansberry created WFLY-2507:
--------------------------------------

             Summary: InflowFlatTestCase and InflowJarTestCase are failing on Windows
                 Key: WFLY-2507
                 URL: https://issues.jboss.org/browse/WFLY-2507
             Project: WildFly
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: JCA
            Reporter: Brian Stansberry
            Assignee: Jesper Pedersen
             Fix For: 8.0.0.CR1


Tests are consisently failing on Windows but not on Linux:

http://brontes.lab.eng.brq.redhat.com/project.html?projectId=WF&testNameId=-4393166542338832492&tab=testDetails

Typically that would indicate a problem that manifests when tests are run in a different order; i.e. one test leaving behind something that impacts another.

I suspect what's happening here is an RA is getting left behind and these tests are finding the wrong one and making assertions against it.

Note this in the test is used to find the RA id:

Set<String> ids = repository.getResourceAdapters();

{code}
		assertNotNull(ids);
		System.out.println("////RA" + ids.toString());
		String piId = getElementContaining(ids,        "MultipleResourceAdapter");
{code}

The test logging shows there are two RAs that would match:

03:45:54,709 INFO  [stdout] (pool-1-thread-4) ////RA[org.jboss.as.test.integration.jca.rar.MultipleResourceAdapter#27, org.jboss.as.test.integration.jca.rar.MultipleResourceAdapter#28]


--
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


More information about the jboss-jira mailing list