Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
safekeeper: correctly handle signals (#7167)
errno is not preserved in the signal handler. This pull request fixes it. Maybe related: #6969, but does not fix the flaky test problem. Signed-off-by: Alex Chi Z <chi@neon.tech>
- Loading branch information
55c4ef4
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.
2786 tests run: 2643 passed, 1 failed, 142 skipped (full report)
Failures on Postgres 14
test_bulk_insert[neon-github-actions-selfhosted]
: releaseFlaky tests (1)
Postgres 16
test_vm_bit_clear_on_heap_lock
: debugCode coverage* (full report)
functions
:28.3% (7136 of 25210 functions)
lines
:46.9% (43724 of 93293 lines)
* collected from Rust tests only
55c4ef4 at 2024-03-20T20:59:10.336Z :recycle: