LockedAction
This commit is contained in:
@@ -8,6 +8,7 @@ import java.util.concurrent.CountDownLatch;
|
||||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.redkale.boot.LoggingBaseHandler;
|
||||
import org.redkale.cached.CachedManager;
|
||||
import org.redkale.cached.spi.CachedAsmMethodBoost;
|
||||
import org.redkale.cached.spi.CachedManagerService;
|
||||
@@ -33,6 +34,7 @@ public class CachedInstanceTest {
|
||||
private static CachedManagerService manager2;
|
||||
|
||||
public static void main(String[] args) throws Throwable {
|
||||
LoggingBaseHandler.initDebugLogConfig();
|
||||
CachedInstanceTest test = new CachedInstanceTest();
|
||||
init();
|
||||
test.run1();
|
||||
|
||||
@@ -7,6 +7,7 @@ import java.time.Duration;
|
||||
import java.util.concurrent.CountDownLatch;
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
import org.junit.jupiter.api.*;
|
||||
import org.redkale.boot.LoggingBaseHandler;
|
||||
import org.redkale.cached.spi.CachedManagerService;
|
||||
import org.redkale.convert.json.JsonConvert;
|
||||
import org.redkale.source.CacheMemorySource;
|
||||
@@ -18,6 +19,7 @@ public class CachedManagerTest {
|
||||
private static CachedManagerService manager;
|
||||
|
||||
public static void main(String[] args) throws Throwable {
|
||||
LoggingBaseHandler.initDebugLogConfig();
|
||||
CachedManagerTest test = new CachedManagerTest();
|
||||
init();
|
||||
test.run1();
|
||||
|
||||
Reference in New Issue
Block a user