Skip to content

Commit

Permalink
Adds a wait to prevent a race condition (apache#25967)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruzzi authored Aug 27, 2022
1 parent 1c8cf53 commit 5d5482e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/system/providers/amazon/aws/example_rds_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ def delete_rds_instance(instance_name) -> None:
s3_prefix='rds-test',
iam_role_arn=test_context[ROLE_ARN_KEY],
kms_key_id=test_context[KMS_KEY_ID_KEY],
# Waits by default, set False to test the CancelExportTaskOperator below
wait_for_completion=False,
)
# [END howto_operator_rds_start_export_task]

Expand Down

0 comments on commit 5d5482e

Please sign in to comment.