Skip to content

Commit

Permalink
sqs/queue upgrade test now permits Updates
Browse files Browse the repository at this point in the history
The test will still fail if a Replace plan is generated for any of the resources. However Update
plans are now tolerated. This helps pass on a new bridge update that creates an Update plan to
compensate for schema changes in EventSourceMapping. See #3122 and #3092.
  • Loading branch information
t0yv0 committed Dec 11, 2023
1 parent f22d56c commit 16ace7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion provider/provider_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ func TestLogGroup(t *testing.T) {
}

func TestQueue(t *testing.T) {
nodeTest(t, filepath.Join("..", "examples", "queue"))
nodeTest(t, filepath.Join("..", "examples", "queue"),
providertest.WithSkippedUpgradeTestMode(providertest.UpgradeTestMode_Quick, "Prefer PreviewOnly"),
providertest.WithDiffValidation(providertest.NoReplacements()))
}

func TestRoute53(t *testing.T) {
Expand Down

0 comments on commit 16ace7c

Please sign in to comment.