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

Use the proper error code for corrupt compressed array #6943

Merged
merged 3 commits into from
May 22, 2024

Conversation

akuzm
Copy link
Member

@akuzm akuzm commented May 22, 2024

Currently we use elog() which has a wrong error code XX000.

Disable-check: force-changelog-file

akuzm added 2 commits May 22, 2024 09:26
Currently we use elog() which has a wrong error code XX000.
Copy link

codecov bot commented May 22, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 81.67%. Comparing base (59f50f2) to head (39ee4c2).
Report is 170 commits behind head on main.

Files Patch % Lines
tsl/src/compression/array.c 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6943      +/-   ##
==========================================
+ Coverage   80.06%   81.67%   +1.60%     
==========================================
  Files         190      198       +8     
  Lines       37181    36850     -331     
  Branches     9450     9636     +186     
==========================================
+ Hits        29770    30098     +328     
+ Misses       2997     2872     -125     
+ Partials     4414     3880     -534     

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

@akuzm akuzm enabled auto-merge (squash) May 22, 2024 13:28
@akuzm akuzm merged commit 1d7bd07 into timescale:main May 22, 2024
46 of 50 checks passed
@akuzm akuzm deleted the corrupt-array branch May 22, 2024 13:28
@fabriziomello fabriziomello added the force-auto-backport Automatically backport this PR or fix of this issue, even if it's not marked as "bug" label May 22, 2024
github-actions bot pushed a commit that referenced this pull request May 22, 2024
Currently we use elog() which has a wrong error code XX000.

(cherry picked from commit 1d7bd07)
timescale-automation pushed a commit that referenced this pull request May 22, 2024
Currently we use elog() which has a wrong error code XX000.

(cherry picked from commit 1d7bd07)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported-2.15.x force-auto-backport Automatically backport this PR or fix of this issue, even if it's not marked as "bug"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants