From b396c27f92cddcc13184b6d00b1981e923d19c96 Mon Sep 17 00:00:00 2001 From: Slach Date: Sat, 14 Dec 2024 17:57:46 +0400 Subject: [PATCH] test_010_1. -> test_010_1#, test_053. -> test_053# --- tests/e2e/test_operator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/test_operator.py b/tests/e2e/test_operator.py index 8b2859bb9..3ddd72c8a 100644 --- a/tests/e2e/test_operator.py +++ b/tests/e2e/test_operator.py @@ -624,7 +624,7 @@ def test_010(self): delete_test_namespace() @TestScenario -@Name("test_010_1. Test zookeeper initialization AFTER starting a cluster") +@Name("test_010_1# Test zookeeper initialization AFTER starting a cluster") def test_010_1(self): create_shell_namespace_clickhouse_template() chi = "test-010-zkroot" @@ -5087,7 +5087,7 @@ def check_replication(chi, replicas, token, table = ''): assert out == f"{token}", error() @TestScenario -@Name("test_053. Check that stadnard Kubernetes annotations are ignored if set to statefulset externally") +@Name("test_053# Check that stadnard Kubernetes annotations are ignored if set to statefulset externally") @Tags("NO_PARALLEL") def test_053(self): version_from = "0.23.7"