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

Hardcode PG14-15 versions for chocolatey #5496

Merged
merged 1 commit into from Mar 27, 2023
Merged

Conversation

akuzm
Copy link
Member

@akuzm akuzm commented Mar 27, 2023

Backport of 736c20f #5467

@akuzm akuzm enabled auto-merge (rebase) March 27, 2023 11:05
@github-actions
Copy link

@mkindahl, @jnidzwetzki: please review this pull request.

Powered by pull-review

Comment on lines -68 to +73
pkg_version: ${{ fromJson(needs.config.outputs.pg14_latest) }}
# pkg_version: ${{ fromJson(needs.config.outputs.pg14_latest) }}
pkg_version: 14.5.1 # hardcoded due to issues with PG14.6 on chocolatey
tsl_skips_version: dist_partial_agg-14 dist_grant-14
- pg: 15
pkg_version: ${{ fromJson(needs.config.outputs.pg15_latest) }}
# pkg_version: ${{ fromJson(needs.config.outputs.pg15_latest) }}
pkg_version: 15.0.1 # hardcoded due to issues with PG15.1 on chocolatey
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't there a risk that we will forget fixing the issue and enabling the test again?

An alternative approach is to make the hardcoded version required but keep the existing test, but make it non-required. Then it will show up read in each push as a reminder that it's not done.

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not sure about these details myself, just trying to backport the fix Konstantina did for main branch into the 2.10.x branch, so that I can release 2.10.2 this week.

@codecov
Copy link

codecov bot commented Mar 27, 2023

Codecov Report

❗ No coverage uploaded for pull request base (2.10.x@863cc10). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             2.10.x    #5496   +/-   ##
=========================================
  Coverage          ?   90.69%           
=========================================
  Files             ?      226           
  Lines             ?    52070           
  Branches          ?        0           
=========================================
  Hits              ?    47225           
  Misses            ?     4845           
  Partials          ?        0           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@mkindahl mkindahl left a comment

Choose a reason for hiding this comment

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

We should make sure to not forget to enable this again. Do we have an issue for this in the backlog?

Copy link
Contributor

@mkindahl mkindahl left a comment

Choose a reason for hiding this comment

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

We should make sure to not forget to enable this again. Do we have an issue for this in the backlog?

@akuzm akuzm merged commit 2ce0ea2 into timescale:2.10.x Mar 27, 2023
38 checks passed
@akuzm akuzm deleted the backport-5467 branch March 27, 2023 15:01
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.

None yet

2 participants