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

Fix broken CI build matrix #6982

Closed fabriziomello closed 1 month ago

fabriziomello commented 1 month ago

When building the CI matrix we create a list of ignored tests that are known to be flaky but the logic was wrong leading to an empty IGNORES variable when running the regression.

https://github.com/timescale/timescaledb/actions/runs/9310783691

Disable-check: force-changelog-file

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 81.71%. Comparing base (59f50f2) to head (4e05941). Report is 199 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6982 +/- ## ========================================== + Coverage 80.06% 81.71% +1.64% ========================================== Files 190 199 +9 Lines 37181 37015 -166 Branches 9450 9673 +223 ========================================== + Hits 29770 30245 +475 + Misses 2997 2874 -123 + Partials 4414 3896 -518 ```

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

timescale-automation commented 1 month ago

Automated backport to 2.15.x not done: cherry-pick failed.

Git status

HEAD detached at origin/2.15.x
You are currently cherry-picking commit bd0a3ccdb.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add <file>..." to mark resolution)
    both modified:   .github/gh_matrix_builder.py

no changes added to commit (use "git add" and/or "git commit -a")

Job log