Skip to content
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

Add CI check for loader changes #6364

Merged
merged 1 commit into from
Nov 30, 2023
Merged

Conversation

jnidzwetzki
Copy link
Contributor

@jnidzwetzki jnidzwetzki commented Nov 30, 2023

Changes in the loader code require a restart of PostgreSQL during upgrades. This check creates awareness of these changes and allows the coordination of the update process early.


Disable-check: force-changelog-file

Copy link

codecov bot commented Nov 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (01a65d8) 86.96% compared to head (6011de1) 82.42%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6364      +/-   ##
==========================================
- Coverage   86.96%   82.42%   -4.54%     
==========================================
  Files         249      249              
  Lines       58006    57960      -46     
  Branches    12918    12899      -19     
==========================================
- Hits        50443    47772    -2671     
- Misses       5172     6780    +1608     
- Partials     2391     3408    +1017     

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

@jnidzwetzki jnidzwetzki force-pushed the loader_check branch 2 times, most recently from 21c7958 to 96c6c5a Compare November 30, 2023 10:25
@jnidzwetzki jnidzwetzki marked this pull request as ready for review November 30, 2023 10:27
Copy link

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

Powered by pull-review

// !!! LOADER CHANGE !!!

/*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove before merging.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, it was just for illustration.

.github/workflows/loader-check.yaml Outdated Show resolved Hide resolved
.github/workflows/loader-check.yaml Outdated Show resolved Hide resolved
Changes in the loader code require a restart of PostgreSQL during
upgrades. This check creates awareness of these changes and allows the
coordination of the update process early.
@jnidzwetzki jnidzwetzki enabled auto-merge (rebase) November 30, 2023 12:47
@jnidzwetzki jnidzwetzki merged commit 4fa8b22 into timescale:main Nov 30, 2023
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants