Skip to content

Commit

Permalink
Explain name collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhaley committed May 13, 2024
1 parent 544e52c commit 060917d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/alternat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ import (
"github.com/stretchr/testify/require"
)

// Maintainer's note: This test will currently cause name collisions if multiple tests run in parallel
// in the same account. This is because the test uses a fixed name prefix for resources. This could be fixed
// by using GetRandomStableRegion and updating some resources (such as IAM role and CloudWatch event name)
// to use a random suffix.

func TestAlternat(t *testing.T) {
// Uncomment any of the following lines to skip that part of the test.
// This is useful for iterating during test development.
Expand Down

0 comments on commit 060917d

Please sign in to comment.