From d5231c7498e39459a99f4a8a479010742fc32bc8 Mon Sep 17 00:00:00 2001 From: Aleksander Mistewicz Date: Wed, 8 Jan 2025 15:17:29 +0100 Subject: [PATCH] Revert "Update the allowedErrors in TestNoErrorLogsDuringNormalOperations" This reverts commit 425e5b8176e8662279e10967d92f99eb2f175b0d. Signed-off-by: Aleksander Mistewicz --- tests/e2e/logging_test.go | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tests/e2e/logging_test.go b/tests/e2e/logging_test.go index 3c9b13b9250..d391e2f1b5d 100644 --- a/tests/e2e/logging_test.go +++ b/tests/e2e/logging_test.go @@ -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, }, }, { @@ -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, }, }, { @@ -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, }, }, { @@ -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, }, }, { @@ -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, }, }, }