maple525866 commented on code in PR #7482: URL: https://github.com/apache/incubator-seata/pull/7482#discussion_r2178132556
########## spring/src/test/java/org/apache/seata/spring/kt/TransactionScopeTest.kt: ########## @@ -49,16 +56,19 @@ class TransactionScopeTest { name: String, timeout: Int ): String { + println("Mock TransactionManager.begin() called, returning: $DEFAULT_XID") Review Comment: This was just to make it easier for me to test the refactored method and observe if there are any vulnerabilities. It has now been removed.❤️ -- 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