YvCeung commented on PR #7506: URL: https://github.com/apache/incubator-seata/pull/7506#issuecomment-3043391048
 `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]
