File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
clustered/integration-test/src/test
java/org/ehcache/clustered/replication Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3131import org .junit .After ;
3232import org .junit .Before ;
3333import org .junit .ClassRule ;
34- import org .junit .Ignore ;
3534import org .junit .Test ;
3635import org .terracotta .testing .rules .Cluster ;
3736
5352import static org .hamcrest .Matchers .notNullValue ;
5453import static org .junit .Assume .assumeThat ;
5554
56- @ Ignore ("https://github.com/ehcache/ehcache3/issues/3013" )
5755public class DuplicateTest {
5856
5957 private PersistentCacheManager cacheManager ;
@@ -62,6 +60,7 @@ public class DuplicateTest {
6260 public static Cluster CLUSTER =
6361 newCluster (2 ).in (clusterPath ())
6462 .withServerHeap (512 )
63+ .inline (false )
6564 .withServiceFragment (offheapResource ("primary-server-resource" , 512 )).build ();
6665
6766 @ Before
Original file line number Diff line number Diff line change 2727 </logger >
2828 <logger name =" org.terracotta.console" level =" INFO" >
2929 </logger >
30+ <logger name =" com.tc.objectserver.entity.ManagedEntityImpl" level =" DEBUG" />
31+ <logger name =" com.tc.objectserver.handler.ProcessTransactionHandler" level =" DEBUG" />
3032 <include optional =" true" resource =" logback-ext-test.xml" />
3133
3234</configuration >
You can’t perform that action at this time.
0 commit comments