Skip to content

Commit

Permalink
Merge pull request #6022 from neondatabase/releases/2023-12-04
Browse files Browse the repository at this point in the history
Release 2023-12-04
  • Loading branch information
shanyp authored Dec 5, 2023
2 parents e65be4c + 45c5122 commit 702c488
Show file tree
Hide file tree
Showing 139 changed files with 5,895 additions and 2,813 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ jobs:
uses: ./.github/actions/save-coverage-data

regress-tests:
needs: [ check-permissions, build-neon ]
needs: [ check-permissions, build-neon, tag ]
runs-on: [ self-hosted, gen3, large ]
container:
image: 369495373322.dkr.ecr.eu-central-1.amazonaws.com/rust:pinned
Expand Down Expand Up @@ -436,6 +436,7 @@ jobs:
env:
TEST_RESULT_CONNSTR: ${{ secrets.REGRESS_TEST_RESULT_CONNSTR_NEW }}
CHECK_ONDISK_DATA_COMPATIBILITY: nonempty
BUILD_TAG: ${{ needs.tag.outputs.build-tag }}

- name: Merge and upload coverage data
if: matrix.build_type == 'debug' && matrix.pg_version == 'v14'
Expand Down
Loading

1 comment on commit 702c488

@github-actions
Copy link

Choose a reason for hiding this comment

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

2436 tests run: 2339 passed, 0 failed, 97 skipped (full report)


Flaky tests (1)

Postgres 16

Code coverage (full report)

  • functions: 54.5% (9286 of 17027 functions)
  • lines: 82.0% (53949 of 65783 lines)

The comment gets automatically updated with the latest test results
702c488 at 2023-12-05T15:56:27.641Z :recycle:

Please sign in to comment.