This is an automated email from the ASF dual-hosted git repository. jianbin pushed a commit to branch 0407 in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
commit e91db631d4e7662d2f0c15d39d296ce4735b4d1f Author: jianbin <jian...@apache.org> AuthorDate: Mon Apr 15 09:28:16 2024 +0800 test: support Redis integration testing --- .../apache/seata/server/session/redis/RedisDistributedLockerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/test/java/org/apache/seata/server/session/redis/RedisDistributedLockerTest.java b/server/src/test/java/org/apache/seata/server/session/redis/RedisDistributedLockerTest.java index e1e1fc199c..b571a9a40d 100644 --- a/server/src/test/java/org/apache/seata/server/session/redis/RedisDistributedLockerTest.java +++ b/server/src/test/java/org/apache/seata/server/session/redis/RedisDistributedLockerTest.java @@ -41,7 +41,7 @@ import static org.apache.seata.server.store.StoreConfig.StoreMode; * */ @SpringBootTest -@EnabledIfSystemProperty(named = "redisCaseEnabled", matches = "false") +@EnabledIfSystemProperty(named = "redisCaseEnabled", matches = "true") public class RedisDistributedLockerTest { private String retryRollbacking = "RetryRollbacking"; --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org