-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxy: use postgres_protocol scram/sasl code (#4748)
1) `scram::password` was used in tests only. can be replaced with `postgres_protocol::password`. 2) `postgres_protocol::authentication::sasl` provides a client impl of SASL which improves our ability to test
- Loading branch information
1 parent
587cb70
commit d0d4871
Showing
5 changed files
with
46 additions
and
128 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
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 was deleted.
Oops, something went wrong.
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
d0d4871
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.
2517 tests run: 2389 passed, 0 failed, 128 skipped (full report)
Flaky tests (10)
Postgres 16
test_statvfs_pressure_usage
: debugtest_empty_branch_remote_storage_upload
: debugtest_remote_timeline_client_calls_started_metric
: debugtest_sharding_split_smoke
: releasetest_tenant_delete_scrubber
: debugtest_empty_tenant_size
: debugtest_vm_bit_clear_on_heap_lock
: debugPostgres 15
test_pageserver_init_node_id
: debugPostgres 14
test_compute_pageserver_connection_stress
: releasetest_sharding_split_smoke
: releaseCode coverage* (full report)
functions
:28.8% (6673 of 23157 functions)
lines
:47.7% (40409 of 84718 lines)
* collected from Rust tests only
d0d4871 at 2024-02-19T15:35:33.688Z :recycle: