We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e364e8a commit 87a3225Copy full SHA for 87a3225
tests/e2e/test_operator.py
@@ -2584,6 +2584,7 @@ def test_021(self, step=1):
2584
@TestScenario
2585
@Name("test_010021_1. Test rescaling storage. Provisioner: StatefulSet")
2586
@Requirements(RQ_SRS_026_ClickHouseOperator_StorageProvisioning("1.0"))
2587
+@Tags("NO_PARALLEL")
2588
def test_010021_1(self):
2589
create_shell_namespace_clickhouse_template()
2590
@@ -2593,6 +2594,7 @@ def test_010021_1(self):
2593
2594
2595
@Name("test_010021_2. Test rescaling storage. Provisioner: Operator")
2596
2597
2598
def test_010021_2(self):
2599
2600
0 commit comments