mirror of
https://github.com/talent-plan/tinykv.git
synced 2024-12-25 20:30:30 +08:00
fix (#373)
This commit is contained in:
parent
6cf55ec3a4
commit
4a2f3995e5
@ -523,7 +523,7 @@ func TestCommitConflictRollback4B(t *testing.T) {
|
||||
})
|
||||
resp := builder.runOneRequest(cmd).(*kvrpcpb.CommitResponse)
|
||||
|
||||
assert.Nil(t, resp.Error)
|
||||
assert.NotNil(t, resp.Error)
|
||||
assert.Nil(t, resp.RegionError)
|
||||
builder.assertLens(0, 0, 1)
|
||||
builder.assert([]kv{
|
||||
|
Loading…
Reference in New Issue
Block a user