Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

safekeeper: add wal_last_modified to debug_dump. #8994

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

arssher
Copy link
Contributor

@arssher arssher commented Sep 12, 2024

Adds to debug_dump option to include highest modified time among all WAL segments. In passing replace some str with OsStr to have less unwraps.

ref #8758

Copy link

@orca-security-us orca-security-us bot left a comment

Choose a reason for hiding this comment

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

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

Copy link

github-actions bot commented Sep 12, 2024

4994 tests run: 4830 passed, 0 failed, 164 skipped (full report)


Flaky tests (4)

Postgres 17

Postgres 16

Postgres 14

Code coverage* (full report)

  • functions: 31.8% (7411 of 23295 functions)
  • lines: 49.9% (59571 of 119414 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
e98dbe9 at 2024-09-13T18:36:01.592Z :recycle:

libs/postgres_ffi/src/xlog_utils.rs Outdated Show resolved Hide resolved
libs/postgres_ffi/src/xlog_utils.rs Outdated Show resolved Hide resolved
Adds to debug_dump option to include highest modified time among all WAL
segments. In passing replace some str with OsStr to have less unwraps.
@arssher arssher force-pushed the sk-debug-dump-wal-last-modified branch from 179c3ac to e98dbe9 Compare September 13, 2024 09:56
@arssher arssher enabled auto-merge (rebase) September 13, 2024 18:46
@arssher arssher merged commit 32a0e75 into main Sep 19, 2024
79 checks passed
@arssher arssher deleted the sk-debug-dump-wal-last-modified branch September 19, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants