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 isolation test for parallel compression #6535

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

svenklemm
Copy link
Member

The changes for per chunk compression settings got rid of some locking that previously prevented compressing different chunks of the same hypertable. This patch just adds an isolation test for that functionality.

Copy link

@akuzm, @konskov: please review this pull request.

Powered by pull-review

Copy link

codecov bot commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f57d584) 79.69% compared to head (ce5bf44) 79.69%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6535   +/-   ##
=======================================
  Coverage   79.69%   79.69%           
=======================================
  Files         188      188           
  Lines       36781    36735   -46     
  Branches     9310     9293   -17     
=======================================
- Hits        29311    29276   -35     
- Misses       3117     3118    +1     
+ Partials     4353     4341   -12     

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

The changes for per chunk compression settings got rid of some
locking that previously prevented compressing different chunks
of the same hypertable. This patch just adds an isolation test for
that functionality.
@svenklemm svenklemm enabled auto-merge (rebase) January 17, 2024 19:28
@svenklemm svenklemm merged commit d5fa21d into timescale:main Jan 17, 2024
43 of 44 checks passed
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