-
Notifications
You must be signed in to change notification settings - Fork 93
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
Comments
PTAL @v01dstar |
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 |
@v01dstar I'm sorry, my local code is not up-to-date. After I update it, the error message is as follows: |
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. |
I found that when running with the kMultiBatchWrite parameter, an assertion fails.
Expected behavior
assert ok
Actual behavior
assert fail
Steps to reproduce the behavior
./db_test --gtest_filter=DBTest.GroupCommitTest
The text was updated successfully, but these errors were encountered: