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

Fix compress uri #234

Merged
merged 2 commits into from
Dec 13, 2019
Merged

Conversation

zmichaels11
Copy link
Contributor

@zmichaels11 zmichaels11 commented Dec 13, 2019

Issue

  • ZstdCompressor::compress_uri was writing to uri instead of compressed_uri

Changes

  • ZstdCompress::compress_uri now correctly writes to compressed_uri
  • Add check in unit test to verify the compressed file is not empty
  • Add check in unit test to verify that the compressed file exists
  • Add check in unit test to verify that the compressed_uri is not the uri

Signed-off-by: Zachary Michaels zmichaels11@gmail.com

Signed-off-by: Zachary Michaels <zmichaels11@gmail.com>
Signed-off-by: Zachary Michaels <zmichaels11@gmail.com>
@zmichaels11 zmichaels11 merged commit cc6cffb into ros2:master Dec 13, 2019
@zmichaels11 zmichaels11 deleted the zmichaels11/fix-compress-uri branch December 13, 2019 00:27
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.

None yet

3 participants