Skip to content

Conversation

@efiop
Copy link
Contributor

@efiop efiop commented Sep 29, 2020

We still need this hack, as Upload doesn't support callbacks yet and wrapping an empty content into our own progress bar results in errors.

Fixes #4593

Thank you for the contribution - we'll try to review it as soon as possible. 🙏

@efiop efiop changed the title WIP cloud: test empty files gdrive: revert back to the hack for uploading empty files Sep 29, 2020
@efiop efiop changed the title gdrive: revert back to the hack for uploading empty files [WIP] gdrive: revert back to the hack for uploading empty files Sep 29, 2020
@efiop efiop force-pushed the fix-4593 branch 2 times, most recently from 7b1e00d to 0e496d4 Compare September 29, 2020 03:47
@efiop efiop changed the title [WIP] gdrive: revert back to the hack for uploading empty files gdrive: revert back to the hack for uploading empty files Sep 29, 2020
from .test_api import all_clouds
all_clouds = [
pytest.lazy_fixture(cloud)
for cloud in ["s3", "gs", "azure", "gdrive", "ssh", "http"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately gdrive is not setup yet on the GHA, we have it on our todo.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, forgot hdfs 🤦‍♂️ It is broken though on gha.

@efiop efiop merged commit 7b590e7 into treeverse:master Sep 29, 2020
@efiop efiop added the bugfix fixes bug label Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix fixes bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gdrive: failed to push data to the cloud - Expecting value: line 1 column 1 (char 0) with empty file

1 participant