xjlgod commented on code in PR #7536:
URL: https://github.com/apache/incubator-seata/pull/7536#discussion_r2204265299


##########
server/src/test/java/org/apache/seata/server/session/db/DataBaseSessionManagerTest.java:
##########
@@ -69,8 +70,11 @@ public class DataBaseSessionManagerTest {
 
     public static boolean isEnableDruidTest() {
         // Unit test triggered a bug in Druid, see the issue 
https://github.com/alibaba/druid/issues/4936
-        String skipTests = System.getProperty("skip_druid_tests", "true");
-        return Boolean.parseBoolean(skipTests);
+        String enable = System.getenv("ENABLE_DRUID_TEST");

Review Comment:
   I have modified, and my local ci had passed 
   <img width="794" height="794" alt="image" 
src="https://github.com/user-attachments/assets/db1a87cf-0cf4-4c6a-8290-dd20923dd6c6";
 />
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to