-
Notifications
You must be signed in to change notification settings - Fork 4.1k
pgwire: flake in TestAuthenticationAndHBARules #43733
Copy link
Copy link
Closed
Description
My previous PR #43730 introduced a flake, for example:
datadriven.go:154:
testdata/auth/special_cases:44: host all testuser 0.0.0.0/0 cert
expected:
# Active authentication configuration on this node:
# TYPE DATABASE USER ADDRESS METHOD OPTIONS #
host all root all cert #
host all testuser 0.0.0.0/0 cert #
found:
# Active authentication configuration on this node:
# TYPE DATABASE USER ADDRESS METHOD OPTIONS #
host all root all cert #
host all root 0.0.0.0/0 password #
The problem is that the cluster setting is updated asynchronously so the expected output can be legitimately off.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels