Skip to content

Conversation

@timescale-automation
Copy link
Member

This is an automated backport of #8558: Error out on bad args when processing invalidation.
This PR will be merged automatically after all the relevant CI checks pass. If this fix should not be backported, or will be backported manually, just close this PR. You can use the backport branch to add your changes, it won't be modified automatically anymore.

For more details, please see the documentation

Original description

Error out on bad args when processing invalidation

When calling _timescaledb_functions.process_hypertable_invalidations either directly or indirectly, it is necessary to check that the array contain only hypertables and error out on any elements that are not hypertables.

When calling `_timescaledb_functions.process_hypertable_invalidations`
either directly or indirectly, it is necessary to check that the array
contain only hypertables and error out on any elements that are not
hypertables.

(cherry picked from commit 1e2a8a5)
@codecov
Copy link

codecov bot commented Sep 1, 2025

Codecov Report

❌ Patch coverage is 86.48649% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.44%. Comparing base (813e7f5) to head (d122033).
⚠️ Report is 1 commits behind head on 2.22.x.

Files with missing lines Patch % Lines
tsl/src/continuous_aggs/invalidation.c 80.76% 0 Missing and 5 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           2.22.x    #8566      +/-   ##
==========================================
+ Coverage   82.35%   82.44%   +0.09%     
==========================================
  Files         248      248              
  Lines       47590    47595       +5     
  Branches    12090    12099       +9     
==========================================
+ Hits        39192    39241      +49     
- Misses       3507     3518      +11     
+ Partials     4891     4836      -55     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@timescale-automation timescale-automation merged commit ec41549 into 2.22.x Sep 1, 2025
44 of 45 checks passed
@timescale-automation timescale-automation deleted the backport/2.22.x/8558 branch September 1, 2025 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

is-auto-backport PR created by backport automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants