pingidentity / terraform-provider-pingone

Terraform PingOne provider
https://registry.terraform.io/providers/pingidentity/pingone/
Mozilla Public License 2.0
13 stars 5 forks source link

Add wait for KRP delete to fix testing errors #882

Closed patrickcping closed 3 months ago

patrickcping commented 3 months ago

Change Description

Required SDK Upgrades

N/a

Testing Shell Command

TF_ACC=1 go test -v -timeout 1200s -run ^TestAccKeyRotationPolicy_ github.com/pingidentity/terraform-provider-pingone/internal/service/base

Testing Results

Expand Results ```shell === RUN TestAccKeyRotationPolicy_RemovalDrift === PAUSE TestAccKeyRotationPolicy_RemovalDrift === RUN TestAccKeyRotationPolicy_NewEnv === PAUSE TestAccKeyRotationPolicy_NewEnv === RUN TestAccKeyRotationPolicy_All === PAUSE TestAccKeyRotationPolicy_All === RUN TestAccKeyRotationPolicy_BadParameters === PAUSE TestAccKeyRotationPolicy_BadParameters === CONT TestAccKeyRotationPolicy_RemovalDrift === CONT TestAccKeyRotationPolicy_All === CONT TestAccKeyRotationPolicy_NewEnv === CONT TestAccKeyRotationPolicy_BadParameters --- PASS: TestAccKeyRotationPolicy_BadParameters (10.04s) --- PASS: TestAccKeyRotationPolicy_All (19.81s) --- PASS: TestAccKeyRotationPolicy_NewEnv (40.74s) --- PASS: TestAccKeyRotationPolicy_RemovalDrift (44.02s) PASS ok github.com/pingidentity/terraform-provider-pingone/internal/service/base 45.641s ```