Skip to content

Commit

Permalink
Merge pull request #7119 from neondatabase/rc/proxy/2024-03-14
Browse files Browse the repository at this point in the history
Proxy release 2024-03-14
  • Loading branch information
khanova committed Mar 14, 2024
2 parents e1b60f3 + 192b49c commit 27bc242
Show file tree
Hide file tree
Showing 138 changed files with 5,583 additions and 2,438 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ jobs:
TEST_RESULT_CONNSTR: ${{ secrets.REGRESS_TEST_RESULT_CONNSTR_NEW }}
CHECK_ONDISK_DATA_COMPATIBILITY: nonempty
BUILD_TAG: ${{ needs.tag.outputs.build-tag }}
PAGESERVER_VIRTUAL_FILE_IO_ENGINE: std-fs
PAGESERVER_VIRTUAL_FILE_IO_ENGINE: tokio-epoll-uring
PAGESERVER_GET_VECTORED_IMPL: vectored

# Temporary disable this step until we figure out why it's so flaky
Expand Down Expand Up @@ -554,7 +554,7 @@ jobs:
VIP_VAP_ACCESS_TOKEN: "${{ secrets.VIP_VAP_ACCESS_TOKEN }}"
PERF_TEST_RESULT_CONNSTR: "${{ secrets.PERF_TEST_RESULT_CONNSTR }}"
TEST_RESULT_CONNSTR: "${{ secrets.REGRESS_TEST_RESULT_CONNSTR_NEW }}"
PAGESERVER_VIRTUAL_FILE_IO_ENGINE: std-fs
PAGESERVER_VIRTUAL_FILE_IO_ENGINE: tokio-epoll-uring
# XXX: no coverage data handling here, since benchmarks are run on release builds,
# while coverage is currently collected for the debug ones

Expand Down

1 comment on commit 27bc242

@github-actions
Copy link

Choose a reason for hiding this comment

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

2652 tests run: 2527 passed, 0 failed, 125 skipped (full report)


Flaky tests (2)

Postgres 15

  • test_crafted_wal_end[wal_record_crossing_segment_followed_by_small_one]: release

Postgres 14

  • test_empty_branch_remote_storage_upload: debug

Code coverage* (full report)

  • functions: 28.4% (7031 of 24721 functions)
  • lines: 47.2% (43457 of 92101 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
27bc242 at 2024-03-14T11:03:05.800Z :recycle:

Please sign in to comment.