pulumi / pulumi-aws

An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS
Apache License 2.0
465 stars 157 forks source link

TestAccDefaultTags flake #4729

Open t0yv0 opened 2 weeks ago

t0yv0 commented 2 weeks ago

Got a new flake in TestAccDefaultTags affecting a release:

--- FAIL: TestAccDefaultTags (87.84s)
    --- FAIL: TestAccDefaultTags/pf (4.83s)

https://github.com/pulumi/pulumi-aws/actions/runs/11712435690/job/32624995536

+  aws:appconfig:Application app creating (0s) error:
    sdk-v2/provider2.go:520: sdk.helper_schema:
    creating AppConfig Application (pf-tags-test-app):
    operation error AppConfig: CreateApplication, https response error StatusCode: 400,
    RequestID: 6972cbac-f4d8-4760-9806-e01235f86542, BadRequestException:
    Application with name pf-tags-test-app already exists with id cm1nty6 in account 894850187425: provider=aws@6.58.0
 +  aws:appconfig:Application app creating (0s) error: 1 error occurred:
 +  aws:appconfig:Application app **creating failed** error: 1 error occurred:

Possibly we are missing an autoname name randomization on the app to isolate the test runs.