@@ -39,9 +39,6 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
39
39
},
40
40
allowedErrors : map [string ]bool {
41
41
"setting up serving from embedded etcd failed." : true ,
42
- // See https://github.com/etcd-io/etcd/pull/19040#issuecomment-2539173800
43
- // TODO: Remove with etcd 3.7
44
- "cannot detect storage schema version: missing confstate information" : true ,
45
42
},
46
43
},
47
44
{
@@ -52,9 +49,6 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
52
49
},
53
50
allowedErrors : map [string ]bool {
54
51
"setting up serving from embedded etcd failed." : true ,
55
- // See https://github.com/etcd-io/etcd/pull/19040#issuecomment-2539173800
56
- // TODO: Remove with etcd 3.7
57
- "cannot detect storage schema version: missing confstate information" : true ,
58
52
},
59
53
},
60
54
{
@@ -69,9 +63,6 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
69
63
},
70
64
allowedErrors : map [string ]bool {
71
65
"setting up serving from embedded etcd failed." : true ,
72
- // See https://github.com/etcd-io/etcd/pull/19040#issuecomment-2539173800
73
- // TODO: Remove with etcd 3.7
74
- "cannot detect storage schema version: missing confstate information" : true ,
75
66
},
76
67
},
77
68
{
@@ -84,9 +75,6 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
84
75
},
85
76
allowedErrors : map [string ]bool {
86
77
"setting up serving from embedded etcd failed." : true ,
87
- // See https://github.com/etcd-io/etcd/pull/19040#issuecomment-2539173800
88
- // TODO: Remove with etcd 3.7
89
- "cannot detect storage schema version: missing confstate information" : true ,
90
78
},
91
79
},
92
80
{
@@ -99,9 +87,6 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
99
87
},
100
88
allowedErrors : map [string ]bool {
101
89
"setting up serving from embedded etcd failed." : true ,
102
- // See https://github.com/etcd-io/etcd/pull/19040#issuecomment-2539173800
103
- // TODO: Remove with etcd 3.7
104
- "cannot detect storage schema version: missing confstate information" : true ,
105
90
},
106
91
},
107
92
}
0 commit comments