Skip to content

Commit

Permalink
We don't have legacy proxies anymore (#9544)
Browse files Browse the repository at this point in the history
We don't have legacy scram proxies anymore:
cc: neondatabase/cloud#9745
  • Loading branch information
SergeyMelnikov authored Oct 28, 2024
1 parent 3d64a7d commit 3bad525
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,6 @@ jobs:
-f deployPgSniRouter=true \
-f deployProxyLink=true \
-f deployPrivatelinkProxy=true \
-f deployLegacyProxyScram=true \
-f deployProxyScram=true \
-f deployProxyAuthBroker=true \
-f branch=main \
Expand Down

1 comment on commit 3bad525

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5274 tests run: 5051 passed, 1 failed, 222 skipped (full report)


Failures on Postgres 17

# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_multi_attach[debug-pg17]"
Flaky tests (1)

Postgres 17

Test coverage report is not available

The comment gets automatically updated with the latest test results
3bad525 at 2024-10-28T18:19:17.855Z :recycle:

Please sign in to comment.