Skip to content

Commit

Permalink
Bump vm-builder v0.17.12 -> v0.18.1 (#5583)
Browse files Browse the repository at this point in the history
Only applicable change was neondatabase/autoscaling#566, updating
pgbouncer to 1.21.0 and enabling support for prepared statements.
  • Loading branch information
sharnoff authored Oct 18, 2023
1 parent 9fe5cc6 commit 16c87b5
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.12
VM_BUILDER_VERSION: v0.18.1

steps:
- name: Checkout
Expand Down

1 comment on commit 16c87b5

@github-actions
Copy link

Choose a reason for hiding this comment

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

2372 tests run: 2256 passed, 0 failed, 116 skipped (full report)


Flaky tests (2)

Postgres 16

  • test_crafted_wal_end[last_wal_record_crossing_segment]: debug
  • test_pageserver_recovery: release

Code coverage (full report)

  • functions: 52.9% (8284 of 15672 functions)
  • lines: 80.5% (48317 of 59987 lines)

The comment gets automatically updated with the latest test results
16c87b5 at 2023-10-18T09:53:24.022Z :recycle:

Please sign in to comment.