We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/seata/seata-samples/tree/drt_1.6/xa-rm
新建一个账户表,添加增删改查 4个case即可 测试内容: 1.curd简单测试 2.启动多个xa-rm进程,二阶段下发前shutdown registry的rm节点,查看是否另一个rm节点是否可正常执行二阶段 3.启动多个xa-rm进程,二阶段下发前,hang住 registry的rm节点,使其不能正常处理和响应tc的下发,并保证这个rm节点与tc的channel断开(可直接用断点方式使进程hang住),再查看是否另一个rm节点可正常执行二阶段 测试mysql版本 5.7.33 和 mysql 8.0.29
The text was updated successfully, but these errors were encountered:
please assign it to me
Sorry, something went wrong.
renliangyu857
No branches or pull requests
https://github.com/seata/seata-samples/tree/drt_1.6/xa-rm
新建一个账户表,添加增删改查 4个case即可
测试内容:
1.curd简单测试
2.启动多个xa-rm进程,二阶段下发前shutdown registry的rm节点,查看是否另一个rm节点是否可正常执行二阶段
3.启动多个xa-rm进程,二阶段下发前,hang住 registry的rm节点,使其不能正常处理和响应tc的下发,并保证这个rm节点与tc的channel断开(可直接用断点方式使进程hang住),再查看是否另一个rm节点可正常执行二阶段
测试mysql版本 5.7.33 和 mysql 8.0.29
The text was updated successfully, but these errors were encountered: