Skip to content

Commit

Permalink
Add comment about namespace isolation symphony test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Uvalle committed Apr 30, 2024
1 parent b4290e2 commit 917fd9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/controllers/reconciliation/symphony_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ func TestSymphonyIntegration(t *testing.T) {
symph.Spec.Variations = []apiv1.Variation{{Synthesizer: apiv1.SynthesizerRef{Name: syn.Name}}}
require.NoError(t, upstream.Create(ctx, symph))

// Creating a second symphony with the same name in a separate namespace
// to ensure we handle namespace isolation correctly.
symph2 := &apiv1.Symphony{}
symph2.Name = "test-comp"
symph2.Namespace = "test"
Expand Down

0 comments on commit 917fd9f

Please sign in to comment.