[
https://issues.jboss.org/browse/ISPN-1123?page=com.atlassian.jira.plugin....
]
Galder Zamarreño commented on ISPN-1123:
----------------------------------------
HotRodReplicationTest sometimes fails as shown in
https://infinispan.ci.cloudbees.com/job/Infinispan-master-JDK6-tcp/org.in...
As part of ISPN-1182, I've tried to reduce lock timeouts during stop, but I forgot to
remove the old code in the HotRodServer! (doh!)
{code}
topologyCache.getAdvancedCache.withFlags(
Flag.FAIL_SILENTLY, Flag.ZERO_LOCK_ACQUISITION_TIMEOUT)
.replace("view", currentView, newView)
val replaced = topologyCache.replace("view", currentView, newView)
{code}
The last line needs to be removed clearly.
Stabilise test suite
--------------------
Key: ISPN-1123
URL:
https://issues.jboss.org/browse/ISPN-1123
Project: Infinispan
Issue Type: Task
Components: Core API
Affects Versions: 5.0.0.CR2
Reporter: Manik Surtani
Assignee: Dan Berindei
Priority: Blocker
Labels: ci, test
Fix For: 5.0.0.FINAL
The current test suite on
http://hudson.infinispan.org is pretty unstable. Some tests
have been disabled to allow it to run with 100% pass rate. Please investigate these
disabled tests.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira