[jboss-jira] [JBoss JIRA] (WFLY-2398) org.jboss.as.test.smoke.deployment.rar.tests.inflow.InflowTestCase fails
Jeff Zhang (JIRA)
jira-events at lists.jboss.org
Sun Dec 1 22:47:05 EST 2013
[ https://issues.jboss.org/browse/WFLY-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12927720#comment-12927720 ]
Jeff Zhang commented on WFLY-2398:
----------------------------------
I insert some log information into:
Set<String> ids = repository.getResourceAdapters(javax.jms.MessageListener.class);
assertNotNull(ids);
assertEquals(1, ids.size());
11:36:54,559 INFO [stdout] (pool-2-thread-1) $$$[org.jboss.as.test.smoke.deployment.rar.inflow.PureInflowResourceAdapter#1, org.hornetq.ra.HornetQResourceAdapter#1]
For full profile, the ids size should be 2 since it includes "HornetQResourceAdapter" also.
I think we need to modify the testcase to check if it is "web-profile" or "full-profile".
If you think this approach is fine, I will submit patch.
> org.jboss.as.test.smoke.deployment.rar.tests.inflow.InflowTestCase fails
> ------------------------------------------------------------------------
>
> Key: WFLY-2398
> URL: https://issues.jboss.org/browse/WFLY-2398
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JCA, Test Suite
> Affects Versions: 8.0.0.Beta1
> Environment: Solaris SPARC 10, Oracle Java 1.7.0_45
> Reporter: Frank Langelage
> Assignee: Jeff Zhang
> Attachments: org.jboss.as.test.smoke.deployment.rar.tests.inflow.InflowTestCase-output.txt, org.jboss.as.test.smoke.deployment.rar.tests.inflow.InflowTestCase.txt
>
>
> Running a build of current sources with complete testsuite this test is failing with
> testRegistryConfiguration(org.jboss.as.test.smoke.deployment.rar.tests.inflow.InflowTestCase): expected:<1> but was:<2>
--
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