Skip to content

Commit

Permalink
Revert recent AWS SDK update (#10724)
Browse files Browse the repository at this point in the history
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
arpad-m authored Feb 7, 2025
1 parent 5e95860 commit 2656c71
Showing 1 changed file with 48 additions and 39 deletions.
87 changes: 48 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 2656c71

@github-actions
Copy link

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

Postgres 16

Postgres 15

Code coverage* (full report)

  • functions: 33.2% (8585 of 25822 functions)
  • lines: 49.1% (72294 of 147231 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
2656c71 at 2025-02-07T20:34:49.408Z :recycle:

Please sign in to comment.