psxjoy opened a new pull request, #6943: URL: https://github.com/apache/incubator-seata/pull/6943
<!-- Please make sure you have read and understood the contributing guidelines --> - [ ] I have registered the PR [changes](../changes). - [x] I have added test cases and all cases have passed. ### Ⅰ. Describe what this PR did - fix `ConcurrentModificationException` in `SessionConverter.convertBranchSession(List<BranchSession> branchSessions)`. - fix a typo in `README.md`. ### Ⅱ. Does this pull request fix one issue? <!-- If that, add "fixes #xxx" below in the next line, for example, fixes #97. --> fix #6895 ### Ⅲ. Why don't you add test cases (unit test/integration test)? I have added test cases and all cases have passed,not applicable. 已添加相关测试用例并且用例通过,不适用该选项。 ### Ⅳ. Describe how to verify it Run `SessionConverterTest` ### Ⅴ. Special notes for reviews Since the issue cannot be consistently reproduced in a multithreaded environment, I configured the test cases to run 100 times. However, this method is too resource-intensive and time-consuming. I decided to comment out those test cases and will reevaluate their necessity later. 多线程问题无法100%复现,因此测试用例设置为重复运行100次。但是这样的测试用例太过于消耗运行资源和时间。我暂时将对应的测试用例注释掉,待评估后再正常使用。 -- 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]
