From 425e5b8176e8662279e10967d92f99eb2f175b0d Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Mon, 16 Dec 2024 14:01:42 +0000 Subject: [PATCH] Update the allowedErrors in TestNoErrorLogsDuringNormalOperations Signed-off-by: Benjamin Wang --- tests/e2e/logging_test.go | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tests/e2e/logging_test.go b/tests/e2e/logging_test.go index d391e2f1b5d..3c9b13b9250 100644 --- a/tests/e2e/logging_test.go +++ b/tests/e2e/logging_test.go @@ -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, }, }, { @@ -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, }, }, { @@ -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, }, }, { @@ -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, }, }, { @@ -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, }, }, }