We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1664f commit 009578bCopy full SHA for 009578b
internal/informer/informer_test.go
@@ -310,6 +310,7 @@ func Test_handleEvent(t *testing.T) {
310
"if job is for partition, return job on DELETE": {
311
ev: &clientv3.Event{
312
Type: clientv3.EventTypeDelete,
313
+ Kv: &mvccpb.KeyValue{Value: jobUID2, Key: []byte("abc/jobs/3")},
314
PrevKv: &mvccpb.KeyValue{Value: jobUID2},
315
},
316
expEvent: &Event{
0 commit comments