-
Notifications
You must be signed in to change notification settings - Fork 910
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 useless function from regression tests #7750
base: main
Are you sure you want to change the base?
Remove useless function from regression tests #7750
Conversation
8e5f08d
to
bd5e4e6
Compare
@svenklemm, @gayyappan: please review this pull request.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7750 +/- ##
==========================================
+ Coverage 80.06% 81.94% +1.87%
==========================================
Files 190 246 +56
Lines 37181 45258 +8077
Branches 9450 11305 +1855
==========================================
+ Hits 29770 37087 +7317
- Misses 2997 3715 +718
- Partials 4414 4456 +42 ☔ View full report in Codecov by Sentry. |
4e22a2d
to
810a951
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
linking to C functions is problematic especially when this are removed as that will create a dependency on .so file
9548d4c
to
7a1e2e7
Compare
7a1e2e7
to
0d1e769
Compare
The temporary function `cagg_get_bucket_function` was created to be used in the update script for 2.14.2 to 2.15.0 and for some regression tests, but in 2.16.0 (timescale#7042) we added a new persistent function `cagg_get_bucket_function_info` as a replacement so used it instead. Leftover from timescale#7042 refactoring PR.
0d1e769
to
a45ebd0
Compare
The temporary function
cagg_get_bucket_function
was created to be used in the update script for 2.14.2 to 2.15.0 and for some regression tests, but in 2.16.0 (#7042) we added a new persistent functioncagg_get_bucket_function_info
as a replacement so used it instead.Leftover from #7042 refactoring PR.
Disable-check: force-changelog-file