-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.
Description
From https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/155830290#L813-L830:
======================================================================
FAIL: test_list_files (storage.TestStorageListFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/storage.py", line 238, in test_list_files
sorted(self.FILENAMES))
AssertionError: Lists differ: [u'CloudLogo1', u'CloudLogo2'] != ['CloudLogo1', 'CloudLogo2', '...
Second list contains 1 additional elements.
First extra element 2:
CloudLogo3
- [u'CloudLogo1', u'CloudLogo2']
? - -
+ ['CloudLogo1', 'CloudLogo2', 'CloudLogo3']
? ++++++++++++++Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.