timescale / timescaledb

An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
https://www.timescale.com/
Other
17.94k stars 883 forks source link

Add hypercore chunk tests for triggers #7483

Open mkindahl opened 3 days ago

mkindahl commented 3 days ago

Add tests for statement and row triggers on hypercore chunks. We test INSERT, UPDATE, DELETE, and TRUNCATE triggers, where applicable. We check that the OLD and NEW values are correct as well as that the statement and row triggers are executed the correct number of times.

Disable-check: force-changelog-file

codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.12%. Comparing base (59f50f2) to head (1510ded). Report is 619 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7483 +/- ## ========================================== + Coverage 80.06% 82.12% +2.06% ========================================== Files 190 230 +40 Lines 37181 43129 +5948 Branches 9450 10846 +1396 ========================================== + Hits 29770 35421 +5651 - Misses 2997 3388 +391 + Partials 4414 4320 -94 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

github-actions[bot] commented 3 days ago

@gayyappan, @erimatnor: please review this pull request.

Powered by pull-review