Skip to content

Commit

Permalink
Close #3013 - re-enable test with upgrade of core libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Myron Scott committed Apr 28, 2022
1 parent e90aec0 commit ca95bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import org.junit.After;
import org.junit.Before;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.terracotta.testing.rules.Cluster;

Expand All @@ -53,7 +52,6 @@
import static org.hamcrest.Matchers.notNullValue;
import static org.junit.Assume.assumeThat;

@Ignore("https://github.com/ehcache/ehcache3/issues/3013")
public class DuplicateTest {

private PersistentCacheManager cacheManager;
Expand All @@ -62,6 +60,7 @@ public class DuplicateTest {
public static Cluster CLUSTER =
newCluster(2).in(clusterPath())
.withServerHeap(512)
.inline(false)
.withServiceFragment(offheapResource("primary-server-resource", 512)).build();

@Before
Expand Down
2 changes: 2 additions & 0 deletions clustered/integration-test/src/test/resources/tc-logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
</logger>
<logger name="org.terracotta.console" level="INFO">
</logger>
<logger name="com.tc.objectserver.entity.ManagedEntityImpl" level="DEBUG"/>
<logger name="com.tc.objectserver.handler.ProcessTransactionHandler" level="DEBUG"/>
<include optional="true" resource="logback-ext-test.xml"/>

</configuration>

0 comments on commit ca95bd5

Please sign in to comment.