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

Fix windows CI PG13 failure #3127

Merged
merged 1 commit into from Apr 19, 2021
Merged

Conversation

svenklemm
Copy link
Member

No description provided.

Installing the postgres13 windows package pulled in an install
of vcredist140 which requires a reboot making chocolatey return
with a non-zero exit code to signal the required reboot. This
patch changes chocolatey to no longer give individual packages
control over chocolatey exit code. This patch also changes
chocolatey to longer show package download progress information
to make the CI log less spammy.
@svenklemm svenklemm requested a review from a team as a code owner April 17, 2021 01:08
@svenklemm svenklemm requested review from erimatnor, mfundul and gayyappan and removed request for a team April 17, 2021 01:08
@svenklemm svenklemm self-assigned this Apr 17, 2021
@codecov
Copy link

codecov bot commented Apr 17, 2021

Codecov Report

Merging #3127 (d34af2a) into master (d26c744) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3127      +/-   ##
==========================================
- Coverage   90.33%   90.33%   -0.01%     
==========================================
  Files         215      215              
  Lines       35254    35254              
==========================================
- Hits        31848    31846       -2     
- Misses       3406     3408       +2     
Impacted Files Coverage Δ
tsl/src/reorder.c 81.84% <0.00%> (-0.27%) ⬇️
tsl/src/nodes/data_node_dispatch.c 97.07% <0.00%> (-0.25%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d26c744...d34af2a. Read the comment docs.

@svenklemm svenklemm requested a review from pmwkaa April 17, 2021 10:33
@svenklemm svenklemm merged commit c8535f9 into timescale:master Apr 19, 2021
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

4 participants