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 the flaky merge_append_partially_compressed test #6891

Merged
merged 5 commits into from
May 23, 2024

Conversation

akuzm
Copy link
Member

@akuzm akuzm commented May 7, 2024

Add ANALYZE. To keep the desired MergeAppend plans, we also have to add a LIMIT everywhere so that the MergeAppend is chosen based on its lower startup cost. Otherwise the plain Sort over Append will be chosen because for small tables its cost is less.

Disable-check: force-changelog-file

akuzm added 4 commits May 7, 2024 14:15
Add ANALYZE. To keep the desired MergeAppend plans, we also have to add
a LIMIT everywhere so that the MergeAppend is chosen based on its lower
startup cost. Otherwise the plain Sort over Append will be chosen
because for small tables its cost is less.
Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.68%. Comparing base (59f50f2) to head (a45c7b5).
Report is 172 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6891      +/-   ##
==========================================
+ Coverage   80.06%   81.68%   +1.62%     
==========================================
  Files         190      198       +8     
  Lines       37181    36850     -331     
  Branches     9450     9635     +185     
==========================================
+ Hits        29770    30102     +332     
+ Misses       2997     2872     -125     
+ Partials     4414     3876     -538     

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

@akuzm akuzm enabled auto-merge (squash) May 23, 2024 08:02
@akuzm akuzm merged commit b4a1710 into timescale:main May 23, 2024
36 of 37 checks passed
@akuzm akuzm deleted the flaky-merge branch May 23, 2024 08:19
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