Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust diesel schema check for build with sanitizers (#10711)
We need to disable the detection of memory leaks when running ``neon_local init` for build with sanitizers to avoid an error thrown by AddressSanitizer.
- Loading branch information
de05258
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.
7576 tests run: 7211 passed, 0 failed, 365 skipped (full report)
Flaky tests (2)
Postgres 17
test_scrubber_physical_gc_ancestors[2]
: release-arm64-without-lfcPostgres 14
test_scrubber_physical_gc_ancestors[None]
: release-arm64-with-lfcCode coverage* (full report)
functions
:33.3% (8592 of 25823 functions)
lines
:49.1% (72338 of 147256 lines)
* collected from Rust tests only
de05258 at 2025-02-07T11:28:13.084Z :recycle: