Skip to content

Commit

Permalink
Merge pull request #19069 from ahrtr/storageversion_error_20241216
Browse files Browse the repository at this point in the history
Update the allowedErrors in TestNoErrorLogsDuringNormalOperations
  • Loading branch information
ahrtr authored Dec 16, 2024
2 parents 66b09ea + 425e5b8 commit e0bbea9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/e2e/logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
},
allowedErrors: map[string]bool{
"setting up serving from embedded etcd failed.": true,
// See https://github.com/etcd-io/etcd/pull/19040#issuecomment-2539173800
// TODO: Remove with etcd 3.7
"cannot detect storage schema version: missing confstate information": true,
},
},
{
Expand All @@ -52,9 +49,6 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
},
allowedErrors: map[string]bool{
"setting up serving from embedded etcd failed.": true,
// See https://github.com/etcd-io/etcd/pull/19040#issuecomment-2539173800
// TODO: Remove with etcd 3.7
"cannot detect storage schema version: missing confstate information": true,
},
},
{
Expand All @@ -69,9 +63,6 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
},
allowedErrors: map[string]bool{
"setting up serving from embedded etcd failed.": true,
// See https://github.com/etcd-io/etcd/pull/19040#issuecomment-2539173800
// TODO: Remove with etcd 3.7
"cannot detect storage schema version: missing confstate information": true,
},
},
{
Expand All @@ -84,9 +75,6 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
},
allowedErrors: map[string]bool{
"setting up serving from embedded etcd failed.": true,
// See https://github.com/etcd-io/etcd/pull/19040#issuecomment-2539173800
// TODO: Remove with etcd 3.7
"cannot detect storage schema version: missing confstate information": true,
},
},
{
Expand All @@ -99,9 +87,6 @@ func TestNoErrorLogsDuringNormalOperations(t *testing.T) {
},
allowedErrors: map[string]bool{
"setting up serving from embedded etcd failed.": true,
// See https://github.com/etcd-io/etcd/pull/19040#issuecomment-2539173800
// TODO: Remove with etcd 3.7
"cannot detect storage schema version: missing confstate information": true,
},
},
}
Expand Down

0 comments on commit e0bbea9

Please sign in to comment.