-
Notifications
You must be signed in to change notification settings - Fork 28
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
Empty buckets during Delete() #420
Empty buckets during Delete() #420
Conversation
befe5ac
to
125440f
Compare
876f569
to
06f8c4a
Compare
Weird. For me takes close to 10min almost constantly. I have to sync 20 files of 1KB each, but aside that... |
🥶 Only on Azure? |
@0x2b3bfa0 K8 test is failing |
❄️ Flaky, not related to this pull request. willfix |
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.
👍
Tested it does not totally fix #388 but the biggest issue is working right now perfectly or I was not able to reproduce it 🎉
@DavidGOrtega, please always run |
@DavidGOrtega: all green in 3, 2, 1, ... 🚀 |
Would fix #388
az
consistency issue and adds debug output to diagnose further status inconsistencies. Additionally, simplifies all the bucket emptying logic by usingrclone
instead of provider–specific code.Side note: these changes are also a small step towards #299.