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

Maybe fix interval logs on Windows #108

Merged
merged 1 commit into from
Mar 20, 2022
Merged

Maybe fix interval logs on Windows #108

merged 1 commit into from
Mar 20, 2022

Conversation

jonhoo
Copy link
Collaborator

@jonhoo jonhoo commented Mar 20, 2022

Seems the checked-in test file has \r\n line endings on Windows, and
since we consider the encoded histogram as being everything up until the
\n, this makes the \r part of the encoded, which then makes it
invalid base64!

Seems the checked-in test file has `\r\n` line endings on Windows, and
since we consider the encoded histogram as being everything up until the
`\n`, this makes the `\r` part of the encoded, which then makes it
invalid base64!
@jonhoo
Copy link
Collaborator Author

jonhoo commented Mar 20, 2022

cc @marshallpierce in case you're curious where this led :)

@codecov
Copy link

codecov bot commented Mar 20, 2022

Codecov Report

Merging #108 (102cd24) into master (c56a44e) will decrease coverage by 0.10%.
The diff coverage is 100.00%.

Impacted Files Coverage Δ
src/serialization/interval_log/mod.rs 81.86% <100.00%> (-1.01%) ⬇️

@jonhoo jonhoo merged commit 5854b2e into master Mar 20, 2022
@marshallpierce
Copy link
Collaborator

marshallpierce commented Mar 21, 2022

sheepishly closes the open tabs that were reminding me to look into this

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.

2 participants