From 038bbacb41e645c935c6864612d9c3d1434d7f12 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Wed, 28 Feb 2024 10:54:25 +0100 Subject: [PATCH] Fix tracing test for list nodes --- .../apiserver/tracing/tracing_test.go | 32 ------------------- 1 file changed, 32 deletions(-) diff --git a/test/integration/apiserver/tracing/tracing_test.go b/test/integration/apiserver/tracing/tracing_test.go index 60b49c7ed15..b6d8b828a68 100644 --- a/test/integration/apiserver/tracing/tracing_test.go +++ b/test/integration/apiserver/tracing/tracing_test.go @@ -562,38 +562,6 @@ endpoint: %s`, listener.Addr().String())), os.FileMode(0755)); err != nil { "Writing http response done", }, }, - { - name: "List(recursive=true) etcd3", - attributes: map[string]func(*commonv1.AnyValue) bool{ - "audit-id": func(v *commonv1.AnyValue) bool { - return v.GetStringValue() != "" - }, - "key": func(v *commonv1.AnyValue) bool { - return v.GetStringValue() == "/minions" - }, - "resourceVersion": func(v *commonv1.AnyValue) bool { - return v.GetStringValue() == "" - }, - "resourceVersionMatch": func(v *commonv1.AnyValue) bool { - return v.GetStringValue() == "" - }, - "limit": func(v *commonv1.AnyValue) bool { - return v.GetIntValue() == 0 - }, - "continue": func(v *commonv1.AnyValue) bool { - return v.GetStringValue() == "" - }, - }, - }, - { - name: "etcdserverpb.KV/Range", - attributes: map[string]func(*commonv1.AnyValue) bool{ - "rpc.system": func(v *commonv1.AnyValue) bool { - return v.GetStringValue() == "grpc" - }, - }, - events: []string{"message"}, - }, { name: "SerializeObject", attributes: map[string]func(*commonv1.AnyValue) bool{