-
Notifications
You must be signed in to change notification settings - Fork 28
Revert #420 for aws
#453
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
Revert #420 for aws
#453
Conversation
Merging this opens a follow–up technical debt issue to fix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interesting... could you reproduce #452 consistently and does this PR fix it consistently? Trying to understand how flaky is "flaky"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
repeated testing seems to show this PR (partially reverting) works, but yes please do open a follow-up issue :)
I've opened an I2 (irking issue) to investigate why |
Because of reasons yet unknown to me,
rclone
recursive deletion code introduced with #420 is flaky:terraform-provider-iterative/task/common/machine/storage.go
Lines 126 to 151 in d5c4d1e
This pull request restores the old cloud–specific code that goes through all the objects and deletes them as part of the
destroy
operation.Closes #452.