-
Notifications
You must be signed in to change notification settings - Fork 118
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
Fix: bucket not found but can't be created #2005
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Hi @CristianGM Nice to see this is your first contribution to Flank. 🥳 Is there a corresponding bug ticket related to the issue you are experiencing? It would be great to understand exactly what the issue is. It would greatly help us. Thanks, |
I have read the CLA Document and I hereby sign the CLA |
I've left this PR without tests because I don't see any simple way of writing one. ArgsHelperTest has a test for the method I modified, Any ideas? |
This is a fix for the bug discussed here: https://firebase-community.slack.com/archives/C72V6UW8M/p1622460325013400 Flank always prints a warning I agree a test would be great, not sure how to test this though. |
Oh...nice one, thanks for fixing it! Let's verify with integration tests and we're good to go |
@flank-it |
Integration tests failed ❌ |
Windows failed due to unrelated issue |
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.
Failing IT tests will be investigated in another ticket.
Other than that approved.
Flank was showing:
It didn't find the bucket but it was there, the reason is the list of buckets was never set.
It's been broken since: https://github.com/Flank/flank/pull/531/files#diff-81920894b2478868a06b5f2210f003afaf3ca682d7cb61afe1c8dec2cecdb191R127
Test Plan
Tested manually but looking if on how to write an automated test
Checklist
I have read the CLA Document and I hereby sign the CLA