Skip to content

Commit

Permalink
Merge pull request #19146 from AwesomePatrol/revert-19069-to-reduce-f…
Browse files Browse the repository at this point in the history
…lakiness

Revert "Update the allowedErrors" to reduce e2e test flakiness
  • Loading branch information
serathius authored Jan 8, 2025
2 parents 00e5b65 + d5231c7 commit 3388e2b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/e2e/logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ 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 @@ -49,6 +52,9 @@ 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 @@ -63,6 +69,9 @@ 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 @@ -75,6 +84,9 @@ 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 @@ -87,6 +99,9 @@ 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 3388e2b

Please sign in to comment.