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

DBTest::GroupCommitTest can not pass #398

Open
happy-v587 opened this issue Nov 11, 2024 · 4 comments
Open

DBTest::GroupCommitTest can not pass #398

happy-v587 opened this issue Nov 11, 2024 · 4 comments

Comments

@happy-v587
Copy link

I found that when running with the kMultiBatchWrite parameter, an assertion fails.

Expected behavior

assert ok

Actual behavior

assert fail
image

Steps to reproduce the behavior

./db_test --gtest_filter=DBTest.GroupCommitTest

@Connor1996
Copy link
Member

PTAL @v01dstar

@v01dstar
Copy link

v01dstar commented Nov 12, 2024

https://github.com/tikv/rocksdb/blob/8.10.tikv/db/db_test.cc#L2983 This seems to be the line reported the panic in 8.10.tikv branch. However, in your screenshot, it shows line 2816. Is this expected?

I can't reproduce the error on my laptop. Would you please share the whole cmds you run that can trigger db_test panic? e.g. the build cmd?

@happy-v587
Copy link
Author

@v01dstar I'm sorry, my local code is not up-to-date. After I update it, the error message is as follows:

image

@v01dstar
Copy link

I can't reproduce it. Could you please share your setup? Are you running this in a container. How many cores you are running with? If you are running with only one core, I guess it is expected for it to fail.

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

No branches or pull requests

3 participants