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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]