Skip to content

Commit

Permalink
Bump vm-builder v0.17.5 -> v0.17.10 (#5334)
Browse files Browse the repository at this point in the history
Only notable change is including neondatabase/autoscaling#523, which we
hope will help with making sure that TCP connections are properly
terminated before shutdown (which hopefully fixes a leak in the
pageserver).
  • Loading branch information
sharnoff committed Sep 18, 2023
1 parent 70b1798 commit 18f3a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ jobs:
run:
shell: sh -eu {0}
env:
VM_BUILDER_VERSION: v0.17.5
VM_BUILDER_VERSION: v0.17.10

steps:
- name: Checkout
Expand Down

1 comment on commit 18f3a70

@github-actions
Copy link

Choose a reason for hiding this comment

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

2552 tests run: 2429 passed, 0 failed, 123 skipped (full report)


Flaky tests (5)

Postgres 16

Postgres 14

  • test_get_tenant_size_with_multiple_branches: release, debug

Code coverage (full report)

  • functions: 53.0% (7745 of 14615 functions)
  • lines: 81.0% (45217 of 55832 lines)

The comment gets automatically updated with the latest test results
18f3a70 at 2023-09-18T18:26:40.906Z :recycle:

Please sign in to comment.