Skip to content

Commit

Permalink
Fix Kinesis Analytics test (apache#41489)
Browse files Browse the repository at this point in the history
With the default `force=False` the test fails on our CI because the data retention policy is blocking the deletion.
  • Loading branch information
ferruzzi authored and Artuz37 committed Aug 19, 2024
1 parent 06f5af1 commit b218c8f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ def kinesis_analytics_v2_workflow():
)
# [END howto_operator_stop_application]
stop_application.wait_for_completion = False
# With the default `force=False` the test fails because the data retention policy is blocking the deletion.
stop_application.force = True

# [START howto_sensor_stop_application]
await_stop_application = KinesisAnalyticsV2StopApplicationCompletedSensor(
Expand Down

0 comments on commit b218c8f

Please sign in to comment.