Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
picodata
Merge requests
!1593
fix: flaky test_user_blocking_after_a_series_of_unsuccessful_auth_attempts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: flaky test_user_blocking_after_a_series_of_unsuccessful_auth_attempts
ekhamitov/1289-flaky-port
into
master
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
Erik Khamitov
requested to merge
ekhamitov/1289-flaky-port
into
master
1 month ago
Overview
0
Commits
1
Pipelines
3
Changes
1
Expand
Summary
fix: flaky test_user_blocking_after_a_series_of_unsuccessful_auth_attempts
Close
#1289 (closed)
Cherry-pick to: none
Docs follow-up: not necessary
Changelog is updated
0
0
Merge request reports
Compare
master
version 2
8e8a8510
1 month ago
version 1
52943372
1 month ago
master (base)
and
latest version
latest version
89e93a48
1 commit,
1 month ago
version 2
8e8a8510
1 commit,
1 month ago
version 1
52943372
1 commit,
1 month ago
1 file
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
test/pgproto/auth_test.py
+
4
−
2
Options
@@ -70,11 +70,13 @@ def test_admin_auth(cluster: Cluster):
conn
.
close
()
def
test_user_blocking_after_a_series_of_unsuccessful_auth_attempts
(
cluster
:
Cluster
):
def
test_user_blocking_after_a_series_of_unsuccessful_auth_attempts
(
cluster
:
Cluster
,
port_distributor
:
PortDistributor
):
user
=
"
user
"
password
=
"
P@ssw0rd
"
host
=
"
127.0.0.1
"
port
=
"
5433
"
port
=
port_distributor
.
get
()
cluster
.
set_config_file
(
yaml
=
f
"""
Loading