Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert recent AWS SDK update (#10724)
We've been seeing some regressions in staging since the AWS SDK updates: #10695 . We aren't sure the regression was caused by the SDK update, but the issues do involve S3, so it's not unlikely. By reverting the SDK update we find out whether it was really the SDK update, or something else. Reverts the two PRs: * #10588 * #10699 https://neondb.slack.com/archives/C08C2G15M6U/p1738576986047179
- Loading branch information
2656c71
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: 7207 passed, 0 failed, 369 skipped (full report)
Flaky tests (3)
Postgres 17
test_compute_pageserver_connection_stress
: debug-x86-64-without-lfcPostgres 16
test_scrubber_physical_gc_ancestors[2]
: release-arm64-with-lfcPostgres 15
test_scrubber_physical_gc_ancestors[None]
: release-arm64-with-lfcCode coverage* (full report)
functions
:33.2% (8585 of 25822 functions)
lines
:49.1% (72294 of 147231 lines)
* collected from Rust tests only
2656c71 at 2025-02-07T20:34:49.408Z :recycle: