Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Silence clippy warning with nightly (#9157)
The warning: warning: first doc comment paragraph is too long --> pageserver/src/tenant/checks.rs:7:1 | 7 | / /// Checks whether a layer map is valid (i.e., is a valid result of the current compaction algorithm if no... 8 | | /// The function checks if we can split the LSN range of a delta layer only at the LSNs of the delta layer... 9 | | /// 10 | | /// ```plain | |_ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph = note: `#[warn(clippy::too_long_first_doc_paragraph)]` on by default help: add an empty line | 7 ~ /// Checks whether a layer map is valid (i.e., is a valid result of the current compaction algorithm if nothing goes wrong). 8 + /// | Fix by applying the suggestion.
- Loading branch information
7e560dd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5101 tests run: 4926 passed, 1 failed, 174 skipped (full report)
Failures on Postgres 16
test_gc_feedback_with_snapshots[github-actions-selfhosted]
: release-x86-64Flaky tests (3)
Postgres 17
test_scrubber_physical_gc_ancestors_split
: debug-x86-64Postgres 16
test_multi_attach
: release-x86-64test_branch_creation_heavy_write[github-actions-selfhosted-20]
: release-x86-64Code coverage* (full report)
functions
:32.0% (7490 of 23396 functions)
lines
:50.0% (60465 of 120856 lines)
* collected from Rust tests only
7e560dd at 2024-09-25T23:58:52.837Z :recycle: