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 flaky reorder regression test take 2 #7538

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fabriziomello
Copy link
Contributor

In #7509 we added manual VACUUM in all involved relations to avoid flaky output tests.

But looks like it is not working very well specially on Windows builds, so now we're removing the output found 0 removable, 0 nonremovable row versions in 0 pages to have a more predictable output test.

https://github.com/timescale/timescaledb/actions/runs/12322325859/job/34395659212?pr=7533#step:17:24

Disable-check: force-changelog-file
Disable-check: approval-count

In timescale#7509 we added manual VACUUM in all involved relations to avoid
flaky output tests.

But looks like it is not working very well specially on Windows builds,
so now we're removing the output `found 0 removable, 0 nonremovable
row versions in 0 pages` to have a more predictable output test.

https://github.com/timescale/timescaledb/actions/runs/12322325859/job/34395659212?pr=7533#step:17:24
@fabriziomello fabriziomello added testing flaky-test Issue about a flaky test labels Dec 13, 2024
@fabriziomello fabriziomello self-assigned this Dec 13, 2024
Copy link

@mkindahl, @antekresic: please review this pull request.

Powered by pull-review

Copy link

codecov bot commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.18%. Comparing base (59f50f2) to head (44ed760).
Report is 652 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7538      +/-   ##
==========================================
+ Coverage   80.06%   82.18%   +2.12%     
==========================================
  Files         190      230      +40     
  Lines       37181    43252    +6071     
  Branches     9450    10875    +1425     
==========================================
+ Hits        29770    35548    +5778     
- Misses       2997     3385     +388     
+ Partials     4414     4319      -95     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Issue about a flaky test testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant