Skip to content

Commit 038bbac

Browse files
committed
Fix tracing test for list nodes
1 parent 0c0e19b commit 038bbac

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

test/integration/apiserver/tracing/tracing_test.go

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -562,38 +562,6 @@ endpoint: %s`, listener.Addr().String())), os.FileMode(0755)); err != nil {
562562
"Writing http response done",
563563
},
564564
},
565-
{
566-
name: "List(recursive=true) etcd3",
567-
attributes: map[string]func(*commonv1.AnyValue) bool{
568-
"audit-id": func(v *commonv1.AnyValue) bool {
569-
return v.GetStringValue() != ""
570-
},
571-
"key": func(v *commonv1.AnyValue) bool {
572-
return v.GetStringValue() == "/minions"
573-
},
574-
"resourceVersion": func(v *commonv1.AnyValue) bool {
575-
return v.GetStringValue() == ""
576-
},
577-
"resourceVersionMatch": func(v *commonv1.AnyValue) bool {
578-
return v.GetStringValue() == ""
579-
},
580-
"limit": func(v *commonv1.AnyValue) bool {
581-
return v.GetIntValue() == 0
582-
},
583-
"continue": func(v *commonv1.AnyValue) bool {
584-
return v.GetStringValue() == ""
585-
},
586-
},
587-
},
588-
{
589-
name: "etcdserverpb.KV/Range",
590-
attributes: map[string]func(*commonv1.AnyValue) bool{
591-
"rpc.system": func(v *commonv1.AnyValue) bool {
592-
return v.GetStringValue() == "grpc"
593-
},
594-
},
595-
events: []string{"message"},
596-
},
597565
{
598566
name: "SerializeObject",
599567
attributes: map[string]func(*commonv1.AnyValue) bool{

0 commit comments

Comments
 (0)