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 c563e7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</logger>
<logger name="org.terracotta.console" level="INFO">
</logger>
<logger name="com.tc.objectserver.entity.ManagedEntityImpl" level="DEBUG"/>
<include optional="true" resource="logback-ext-test.xml"/>

</configuration>
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ slf4jVersion = 1.7.25
sizeofVersion = 0.4.0

# Terracotta clustered
terracottaPlatformVersion = 5.9.0
terracottaPlatformVersion = 5.9-SNAPSHOT
terracottaApisVersion = 1.8.1
terracottaCoreVersion = 5.9.0
terracottaCoreVersion = 5.9-SNAPSHOT
terracottaPassthroughTestingVersion = 1.8.2
terracottaUtilitiesVersion = 0.0.11

Expand Down

0 comments on commit c563e7f

Please sign in to comment.