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
Default storage class is now MULTI_REGIONAL, not STANDARD, which breaks assertions in almost all the upload tests. No longer true: the default is STANDARD again.
os.environ
intests/system/requests/test_download.py
is not 2.7-compatible. (PR Fix systest bitrot. #77)tests/system/requests/test_download.test_corrupt_download
shows a mismash on the actual hash. (Issue Systest Failure: 'test_corrupt_download'. #76, xfailed in PR Fix systest bitrot. #77)test_chunked_download
is getting an all-in-one response (inital response has noLocation
header, payload in body). (Issue Systest Failure: 'test_chunked_download'. #56, xfailed in PR Fix systest bitrot. #77)Default storage class is nowNo longer true: the default isMULTI_REGIONAL
, notSTANDARD
, which breaks assertions in almost all the upload tests.STANDARD
again.The text was updated successfully, but these errors were encountered: