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
16.82k stars 852 forks source link

Reduce bgw_job_stat_history test flakiness #7030

Closed fabriziomello closed 2 weeks ago

fabriziomello commented 2 weeks ago

Removed the unecessary start/stop background workers during the test execution to avoid canceling any ongoing job execution leading to non-deterministic status checks.

https://github.com/timescale/timescaledb/actions/runs/9491560936/job/26157244186

Disable-check: force-changelog-file

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 81.69%. Comparing base (59f50f2) to head (0ea36a5). Report is 210 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7030 +/- ## ========================================== + Coverage 80.06% 81.69% +1.62% ========================================== Files 190 199 +9 Lines 37181 36998 -183 Branches 9450 9672 +222 ========================================== + Hits 29770 30224 +454 + Misses 2997 2880 -117 + Partials 4414 3894 -520 ```

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