[infinispan-issues] [JBoss JIRA] (ISPN-1999) Improve stability of testsuite
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Fri May 11 08:03:18 EDT 2012
[ https://issues.jboss.org/browse/ISPN-1999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12692189#comment-12692189 ]
Galder Zamarreño commented on ISPN-1999:
----------------------------------------
Some Hot Rod errors appear when the testsuite is run with: {code}clean install -U -B -PnonParallel{code}
{code}Failed tests: createBeforeClass(org.infinispan.server.hotrod.HotRodReplicationTest): Failed to bind to: /127.0.0.1:12311
createBeforeClass(org.infinispan.server.hotrod.HotRod11DistributionTest): Failed to bind to: /127.0.0.1:12311{code}
I reckon what happens here is that the testsuite runs sequentially and so seems like the same thread executes all tests. In that case, the thread local will only be executed once, to get 12311 port. So, if tests are sequential and same thread executes them, most likely this means that servers are not always stopped. Investigating it...
> Improve stability of testsuite
> ------------------------------
>
> Key: ISPN-1999
> URL: https://issues.jboss.org/browse/ISPN-1999
> Project: Infinispan
> Issue Type: Enhancement
> Components: Test Suite
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 5.2.0.ALPHA1, 5.2.0.FINAL
>
>
> Work related to improving testsuite stability in order to avoid cache managers being left open.
> So far, this particularly affects the Hot Rod testsuite, but might be more changes needed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list