Skip to content

Commit d3f1194

Browse files
committed
Reduce length of test cluster name to prevent hostname failure
Signed-off-by: Marvin Rösch <[email protected]>
1 parent d28f91f commit d3f1194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/fluentd-aggregator/fluentd_aggregator_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ func TestFluentdAggregator_ConfigChecks_DryRunWhenReadOnlyRootFilesystemIsConfig
465465
releaseNameOverride := "e2e"
466466
outputName := "test-output"
467467
flowName := "test-flow"
468-
common.WithCluster("fluentd-configcheck-dry-run-readonly-root-filesystem", t, func(t *testing.T, c common.Cluster) {
468+
common.WithCluster("fluentd-configcheck-dry-run-readonly-rootfs", t, func(t *testing.T, c common.Cluster) {
469469
setup.LoggingOperator(t, c, setup.LoggingOperatorOptionFunc(func(options *setup.LoggingOperatorOptions) {
470470
options.Namespace = ns
471471
options.NameOverride = releaseNameOverride
@@ -652,7 +652,7 @@ func TestFluentdAggregator_ConfigChecks_StartWithTimeoutWhenReadOnlyRootFilesyst
652652
releaseNameOverride := "e2e"
653653
outputName := "test-output"
654654
flowName := "test-flow"
655-
common.WithCluster("fluentd-configcheck-start-timeout-readonly-root-filesystem", t, func(t *testing.T, c common.Cluster) {
655+
common.WithCluster("fluentd-configcheck-start-timeout-readonly-rootfs", t, func(t *testing.T, c common.Cluster) {
656656
setup.LoggingOperator(t, c, setup.LoggingOperatorOptionFunc(func(options *setup.LoggingOperatorOptions) {
657657
options.Namespace = ns
658658
options.NameOverride = releaseNameOverride

0 commit comments

Comments
 (0)