-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix #7204. neondatabase/postgres#400 neondatabase/postgres#401 neondatabase/postgres#402 These commits never go into prod. Detailed investigation will be posted in another issue. Reverting the commits so that things can keep running in prod. This pull request adds the test to start two replicas. It fails on the current main #7210 but passes in this pull request. --------- Signed-off-by: Alex Chi Z <[email protected]>
- Loading branch information
Showing
6 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule postgres-v15
updated
2 files
+0 −18 | src/backend/access/transam/xlog.c | |
+1 −32 | src/backend/access/transam/xlogrecovery.c |
Submodule postgres-v16
updated
2 files
+0 −18 | src/backend/access/transam/xlog.c | |
+1 −32 | src/backend/access/transam/xlogrecovery.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"postgres-v16": "111e82c45d79728fdd3a4816605378c3cc5cfe84", | ||
"postgres-v15": "af9ab67bc80afd94e4eb11c34f50c0a29c37eb1b", | ||
"postgres-v14": "c5d920a7d9e9cbeb62b6c46f292db08162763f68" | ||
"postgres-v16": "3946b2e2ea71d07af092099cb5bcae76a69b90d6", | ||
"postgres-v15": "e7651e79c0c27fbddc3c724f5b9553222c28e395", | ||
"postgres-v14": "748643b4683e9fe3b105011a6ba8a687d032cd65" | ||
} |
643683f
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.
2798 tests run: 2650 passed, 1 failed, 147 skipped (full report)
Failures on Postgres 14
test_bulk_insert[neon-github-actions-selfhosted]
: releaseFlaky tests (2)
Postgres 16
test_vm_bit_clear_on_heap_lock
: debugPostgres 15
test_vm_bit_clear_on_heap_lock
: debugCode coverage* (full report)
functions
:28.1% (6280 of 22336 functions)
lines
:46.9% (44138 of 94137 lines)
* collected from Rust tests only
643683f at 2024-03-23T02:14:58.172Z :recycle: