You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retry entire test_paginate_files() storage system test.
This is not just "taking the easy way out", it's really
the most appropriate fix since there are so many
assertions that can fail due to eventual consistency. (For
example, asking for 2 blobs should have a next page when 3
are in the bucket, but this may break down due to eventual
consistency.)
Fixesgoogleapis#2217.
Also
- restoring test_second_level() to pre-googleapis#2252 (by retrying
the entire test case)
- restoring test_list_files() to pre-googleapis#2181 (by retrying
the entire test case)
- adding retries around remaining test cases that call
list_blobs(): test_root_level_w_delimiter(),
test_first_level() and test_third_level()
- adding a helper to empty a bucket in setUpClass() helper
(which also uses list_blobs()) in both TestStoragePseudoHierarchy
and TestStorageListFiles
0 commit comments