-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Failing test(s): Folder not found issues #10286
Failing test(s): Folder not found issues #10286
Comments
Also
and a whole ton of others. i'll just go delete em myself real quick. |
Hm, easier said than done. I got a few dozen with
but that's not enough, I mostly got "folder not empty". Which would explain why we're having sweeper problems! That's where I'd look next. |
Marking as large because we probably need a bigger solution than we've currently got (and a manual cleanup will probably fix it for a while, but the problem will recur) |
Note: fanout constraints are resolved, but we're seeing issues finding folders in tests
|
There looks to be some sort of latency between a folder being created and a folder being searchable on the API. I've created b/228499462 |
based on the response - It looks like getFolderIamPolicyByParentAndDisplayName uses Folders.Search, which is eventually consistent. Switching to Folders.List might work better since it's strongly consistent. At least for tests that rely on that function. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Failure rate: ???
Impacted tests:
Nightly builds:
PR builds:
Message:
Fanout contraints are documented here: https://cloud.google.com/resource-manager/reference/rest/v3/folders/create
This probably means something is going wrong with sweeping test folders?
The text was updated successfully, but these errors were encountered: