Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resource/aws_db_event_subscription: Handle SubscriptionNotFound errors during Read and Deletion #9371

Merged
merged 1 commit into from
Jul 18, 2019

Commits on Jul 16, 2019

  1. resource/aws_db_event_subscription: Handle SubscriptionNotFound error…

    …s during Read and Deletion
    
    Reference: #9368
    
    Previously (in us-gov-west-1 and us-east-1):
    
    ```
    --- FAIL: TestAccAWSDBEventSubscription_basicUpdate (1228.44s)
        testing.go:629: Error destroying resource! WARNING: Dangling resources
            may exist. The full state and error is shown below.
    
            Error: errors during apply: error waiting for RDS Event Subscription (tf-acc-test-rds-event-subs-2201031712637090321) deletion: SubscriptionNotFound: Event Subscription tf-acc-test-rds-event-subs-2201031712637090321 not found.
    ```
    
    Output from acceptance testing in AWS Commercial:
    
    ```
    --- PASS: TestAccAWSDBEventSubscription_withPrefix (535.76s)
    --- PASS: TestAccAWSDBEventSubscription_importBasic (537.39s)
    --- PASS: TestAccAWSDBEventSubscription_withSourceIds (539.77s)
    --- PASS: TestAccAWSDBEventSubscription_disappears (543.52s)
    --- PASS: TestAccAWSDBEventSubscription_categoryUpdate (944.42s)
    --- PASS: TestAccAWSDBEventSubscription_basicUpdate (945.75s)
    ```
    
    Output from acceptance testing in AWS GovCloud (US):
    
    ```
    --- PASS: TestAccAWSDBEventSubscription_withPrefix (622.68s)
    --- PASS: TestAccAWSDBEventSubscription_importBasic (623.98s)
    --- PASS: TestAccAWSDBEventSubscription_withSourceIds (628.56s)
    --- PASS: TestAccAWSDBEventSubscription_disappears (631.20s)
    --- PASS: TestAccAWSDBEventSubscription_basicUpdate (978.81s)
    --- PASS: TestAccAWSDBEventSubscription_categoryUpdate (978.91s)
    ```
    bflad committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    6977e9e View commit details
    Browse the repository at this point in the history