YvCeung commented on PR #7506:
URL: https://github.com/apache/incubator-seata/pull/7506#issuecomment-3043391048

   
![image](https://github.com/user-attachments/assets/52315507-5a7d-4b28-b659-1f08d70a1e5a)
   `private static final CommonFenceStore COMMON_FENCE_DAO = 
CommonFenceStoreDataBaseDAO.getInstance();`
   
   This static member variable cannot modify access restrictions through 
reflection in jdk17 or later versions, making it impossible to mock. Moreover, 
there is no need to change the source code structure for coverage, so turn off 
this pr


-- 
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]

Reply via email to