Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Close #3013 - re-enable test with upgrade of core libraries #3023

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>