Skip to content

Commit

Permalink
LFC fixes + statistics (#5727)
Browse files Browse the repository at this point in the history
## Problem

## Summary of changes

See #5500

## Checklist before requesting a review

- [ ] I have performed a self-review of my code.
- [ ] If it is a core feature, I have added thorough tests.
- [ ] Do we need to implement analytics? if so did you add the relevant
metrics to the dashboard?
- [ ] If this PR requires public announcement, mark it with
/release-notes label and add several sentences in this section.

## Checklist before merging

- [ ] Do not forget to reformat commit message to not include the above
checklist

---------

Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
  • Loading branch information
knizhnik and Konstantin Knizhnik committed Nov 23, 2023
1 parent 2a12e9c commit 6afbadc
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 96 deletions.
2 changes: 1 addition & 1 deletion pgxn/neon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SHLIB_LINK_INTERNAL = $(libpq)
SHLIB_LINK = -lcurl

EXTENSION = neon
DATA = neon--1.0.sql
DATA = neon--1.0.sql neon--1.0--1.1.sql
PGFILEDESC = "neon - cloud storage for PostgreSQL"

EXTRA_CLEAN = \
Expand Down
Loading

1 comment on commit 6afbadc

@github-actions
Copy link

Choose a reason for hiding this comment

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

2462 tests run: 2327 passed, 0 failed, 135 skipped (full report)


Flaky tests (4)

Postgres 16

  • test_crafted_wal_end[last_wal_record_xlog_switch]: debug
  • test_pitr_gc: debug

Postgres 15

  • test_pageserver_restarts_under_worload: debug

Postgres 14

  • test_remote_storage_upload_queue_retries: debug

Code coverage (full report)

  • functions: 54.1% (8942 of 16522 functions)
  • lines: 81.4% (52199 of 64098 lines)

The comment gets automatically updated with the latest test results
6afbadc at 2023-11-23T07:41:32.955Z :recycle:

Please sign in to comment.