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

Remove backward direction for ABI tests #7495

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

Conversation

mkindahl
Copy link
Contributor

@mkindahl mkindahl commented Nov 27, 2024

Versions of the extension cannot be expected to always work in the backwards direction so we cannot reliably test that builds against later versions of PostgreSQL (e.g., 17.3) work with earlier versions (e.g., 17.0) if new functions are introduced in the later version.

Disable-check: force-changelog-file

Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.15%. Comparing base (59f50f2) to head (49f31fb).
Report is 628 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7495      +/-   ##
==========================================
+ Coverage   80.06%   82.15%   +2.08%     
==========================================
  Files         190      230      +40     
  Lines       37181    43188    +6007     
  Branches     9450    10867    +1417     
==========================================
+ Hits        29770    35480    +5710     
- Misses       2997     3383     +386     
+ Partials     4414     4325      -89     

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

@mkindahl mkindahl self-assigned this Nov 27, 2024
@mkindahl mkindahl marked this pull request as ready for review November 27, 2024 15:24
@kpan2034 kpan2034 self-requested a review November 27, 2024 15:48
Copy link
Contributor

@kpan2034 kpan2034 left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@fabriziomello
Copy link
Contributor

@mkindahl can u please point to related CI failures?

@mkindahl
Copy link
Contributor Author

@mkindahl can u please point to related CI failures?

Sure. An example is our nightly runs the last few days: https://github.com/timescale/timescaledb/actions/runs/12038215739/job/33563401918

Versions of the extension cannot be expected to always work in the
backwards direction so we cannot reliably test that builds against
later versions of PostgreSQL (e.g., 17.3) work with earlier versions
(e.g., 17.0) if new functions are introduced in the later version.
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.

3 participants