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

Use fixed alpine version for upgrade/downgrade tests #5043

Merged
merged 1 commit into from Dec 5, 2022

Conversation

SachinSetiya
Copy link
Contributor

Updating alpine version causes libssl version to change, which in turn cause error in downgrade tests.

@codecov
Copy link

codecov bot commented Dec 1, 2022

Codecov Report

Merging #5043 (a60565d) into main (1a806e2) will decrease coverage by 0.04%.
The diff coverage is n/a.

❗ Current head a60565d differs from pull request most recent head 7c1929d. Consider uploading reports for the commit 7c1929d to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5043      +/-   ##
==========================================
- Coverage   89.64%   89.59%   -0.05%     
==========================================
  Files         227      227              
  Lines       51616    51593      -23     
==========================================
- Hits        46270    46225      -45     
- Misses       5346     5368      +22     
Impacted Files Coverage Δ
src/loader/bgw_message_queue.c 86.36% <0.00%> (-2.85%) ⬇️
src/loader/bgw_launcher.c 89.51% <0.00%> (-2.55%) ⬇️
src/bgw/scheduler.c 83.63% <0.00%> (-1.80%) ⬇️
src/bgw/job_stat.c 91.87% <0.00%> (-0.32%) ⬇️
tsl/src/nodes/data_node_dispatch.c 93.03% <0.00%> (-0.22%) ⬇️
src/nodes/chunk_append/planner.c 93.08% <0.00%> (-0.22%) ⬇️
tsl/src/bgw_policy/job.c 88.31% <0.00%> (-0.05%) ⬇️
tsl/src/data_node.c 96.13% <0.00%> (-0.03%) ⬇️
src/planner/planner.c 95.81% <0.00%> (-0.02%) ⬇️
tsl/src/fdw/data_node_scan_plan.c 97.98% <0.00%> (-0.02%) ⬇️
... and 2 more

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 1a806e2...7c1929d. Read the comment docs.

@SachinSetiya SachinSetiya force-pushed the downgrade-fix branch 7 times, most recently from 8ad5b81 to 838f2fb Compare December 1, 2022 16:50
@SachinSetiya SachinSetiya marked this pull request as ready for review December 1, 2022 16:50
Copy link
Contributor

@jnidzwetzki jnidzwetzki left a comment

Choose a reason for hiding this comment

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

Overall, it looks good to me. I just had a small note on the comments.

.github/workflows/abi.yaml Outdated Show resolved Hide resolved
.github/workflows/update-test.yaml Outdated Show resolved Hide resolved
.github/workflows/abi.yaml Outdated Show resolved Hide resolved
Not specifying alpine version causes libssl version
to change, which in turn cause error in downgrade tests
as well as ABI tests.
This commit also fixes shellcheck failures.
Some failing windows tests are addd to ignore list.

Co-authored-by: Lakshmi Narayanan Sreethar <lakshmi@timescale.com>
Co-authored-by: Alexander Kuzmenkov <akuzmenkov@timescale.com>
Signed-off-by: Sachin <sachin@timescale.com>
@akuzm akuzm mentioned this pull request Dec 6, 2022
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