Skip to content
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

Make output of file based blobstore human readable #3246

Merged

Conversation

andrewjdawson2016
Copy link
Contributor

When a byte array is serialized using json.Marshal it is not human readable. This is an issue for the filestore based implementation of blobstore. In order to fix this two files are written instead of one - one for the body and one for the tags. There are no important performance implications of this because filestore is just used for local testing.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.7%) to 68.113% when pulling 5b21b4b on andrewjdawson2016:HumanReadableBlobOutput into 0209496 on uber:master.

@andrewjdawson2016 andrewjdawson2016 merged commit 2bf7e39 into uber:master May 8, 2020
@andrewjdawson2016 andrewjdawson2016 deleted the HumanReadableBlobOutput branch May 8, 2020 00:41
mkolodezny pushed a commit to mkolodezny/cadence that referenced this pull request May 11, 2020
yux0 pushed a commit to yux0/cadence that referenced this pull request May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants