@@ -39,6 +39,9 @@ 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 ,
42
45
},
43
46
},
44
47
{
@@ -49,6 +52,9 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
49
52
},
50
53
allowedErrors : map [string ]bool {
51
54
"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 ,
52
58
},
53
59
},
54
60
{
@@ -63,6 +69,9 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
63
69
},
64
70
allowedErrors : map [string ]bool {
65
71
"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 ,
66
75
},
67
76
},
68
77
{
@@ -75,6 +84,9 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
75
84
},
76
85
allowedErrors : map [string ]bool {
77
86
"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 ,
78
90
},
79
91
},
80
92
{
@@ -87,6 +99,9 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
87
99
},
88
100
allowedErrors : map [string ]bool {
89
101
"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 ,
90
105
},
91
106
},
92
107
}
0 commit comments