Skip to content

Commit e0bbea9

Browse files
authored
Merge pull request #19069 from ahrtr/storageversion_error_20241216
Update the allowedErrors in TestNoErrorLogsDuringNormalOperations
2 parents 66b09ea + 425e5b8 commit e0bbea9

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tests/e2e/logging_test.go

-15
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
3939
},
4040
allowedErrors: map[string]bool{
4141
"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,
4542
},
4643
},
4744
{
@@ -52,9 +49,6 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
5249
},
5350
allowedErrors: map[string]bool{
5451
"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,
5852
},
5953
},
6054
{
@@ -69,9 +63,6 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
6963
},
7064
allowedErrors: map[string]bool{
7165
"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,
7566
},
7667
},
7768
{
@@ -84,9 +75,6 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
8475
},
8576
allowedErrors: map[string]bool{
8677
"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,
9078
},
9179
},
9280
{
@@ -99,9 +87,6 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
9987
},
10088
allowedErrors: map[string]bool{
10189
"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,
10590
},
10691
},
10792
}

0 commit comments

Comments
 (0)