mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-04-06 01:20:51 +08:00
Add missing test data for server_test TestRawDelete1 (#163)
This commit is contained in:
parent
a5c29fcf07
commit
08a4067af7
@ -173,6 +173,7 @@ func TestRawDelete1(t *testing.T) {
|
|||||||
defer cleanUpTestData(conf)
|
defer cleanUpTestData(conf)
|
||||||
|
|
||||||
cf := engine_util.CfDefault
|
cf := engine_util.CfDefault
|
||||||
|
assert.Nil(t, Set(s, cf, []byte{99}, []byte{42}))
|
||||||
|
|
||||||
req := &kvrpcpb.RawDeleteRequest{
|
req := &kvrpcpb.RawDeleteRequest{
|
||||||
Key: []byte{99},
|
Key: []byte{99},
|
||||||
|
Loading…
Reference in New Issue
Block a user