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

Add test for "compressed data is corrupt" in float8 compression #6689

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

akuzm
Copy link
Member

@akuzm akuzm commented Feb 22, 2024

The bug itself is already fixed in the main branch.

Fixes #6681

Disable-check: force-changelog-file

Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (59f50f2) 80.06% compared to head (acc2e4a) 81.50%.
Report is 24 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6689      +/-   ##
==========================================
+ Coverage   80.06%   81.50%   +1.43%     
==========================================
  Files         190      191       +1     
  Lines       37181    36422     -759     
  Branches     9450     9465      +15     
==========================================
- Hits        29770    29684      -86     
+ Misses       2997     2972      -25     
+ Partials     4414     3766     -648     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@jnidzwetzki jnidzwetzki left a comment

Choose a reason for hiding this comment

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

LGTM. Do you know which commit fixes this on main?

@akuzm
Copy link
Member Author

akuzm commented Feb 22, 2024

LGTM. Do you know which commit fixes this on main?

I think the fix is here, but haven't checked tbh: 4f2f658#diff-587fcbff3131f2ebe9b1a17f2bf8dfb532f92653fee332f8b6395ceb61eb0219R92

The bug itself is already fixed in the main branch.
@akuzm
Copy link
Member Author

akuzm commented Feb 22, 2024

LGTM. Do you know which commit fixes this on main?

I think the fix is here, but haven't checked tbh: 4f2f658#diff-587fcbff3131f2ebe9b1a17f2bf8dfb532f92653fee332f8b6395ceb61eb0219R92

For some reason I didn't realize then that this is an actual bug and we have to backport the fix :)

@akuzm akuzm merged commit 94ac2bd into timescale:main Feb 23, 2024
44 checks passed
@akuzm akuzm deleted the corrupt-float8 branch February 23, 2024 10:21
github-actions bot pushed a commit that referenced this pull request Feb 28, 2024
The bug itself is already fixed in the main branch.

(cherry picked from commit 94ac2bd)
jnidzwetzki pushed a commit that referenced this pull request Feb 28, 2024
The bug itself is already fixed in the main branch.

(cherry picked from commit 94ac2bd)
timescale-automation pushed a commit that referenced this pull request Feb 28, 2024
The bug itself is already fixed in the main branch.

(cherry picked from commit 94ac2bd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: "the compressed data is corrupt" error after inserting specific values
4 participants