mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Fix tracing test for list nodes
This commit is contained in:
parent
0c0e19b343
commit
038bbacb41
@ -562,38 +562,6 @@ endpoint: %s`, listener.Addr().String())), os.FileMode(0755)); err != nil {
|
|||||||
"Writing http response done",
|
"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",
|
name: "SerializeObject",
|
||||||
attributes: map[string]func(*commonv1.AnyValue) bool{
|
attributes: map[string]func(*commonv1.AnyValue) bool{
|
||||||
|
Loading…
Reference in New Issue
Block a user