Skip to content
New issue

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

BranchSessionExecuteTest UT failed #6046

Closed
1 task
slievrly opened this issue Nov 17, 2023 · 2 comments · Fixed by #6050
Closed
1 task

BranchSessionExecuteTest UT failed #6046

slievrly opened this issue Nov 17, 2023 · 2 comments · Fixed by #6050

Comments

@slievrly
Copy link
Member

  • I have searched the issues of this repository and believe that this is not a duplicate.

Ⅰ. Issue Description

image
https://github.com/seata/seata/actions/runs/6901645188/job/18776821804?pr=6045

Ⅱ. Describe what happened

If there is an exception, please attach the exception trace:

Just paste your stack trace here!

Ⅲ. Describe what you expected to happen

Ⅳ. How to reproduce it (as minimally and precisely as possible)

  1. xxx
  2. xxx
  3. xxx

Minimal yet complete reproducer code (or URL to code):

Ⅴ. Anything else we need to know?

Ⅵ. Environment:

  • JDK version(e.g. java -version):
  • Seata client/server version:
  • Database version:
  • OS(e.g. uname -a):
  • Others:
@ptyin
Copy link
Member

ptyin commented Nov 17, 2023

Seems this error is raised by RocksDB when the test tried to set up raft server:

image

I will dig into ther reason of it.

@ptyin
Copy link
Member

ptyin commented Nov 17, 2023

It occurs because the shutdown procedure of RaftServer calls RaftGroupService::shutdown. However, RaftGroupService::shutdown is an asynchronized procedure, which causes all test cases related to raft fault-prone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants