Skip to content

Commit

Permalink
tests/pgsql: update password log disabled msgs
Browse files Browse the repository at this point in the history
Removing the white spaces from this log output, as these can cause
issues with grepping commands querying log results, and also doesn't
show a consistent behavior among different environments.
  • Loading branch information
jufajardini authored and victorjulien committed Dec 6, 2023
1 parent 0a31d52 commit 001269b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/pgsql/pgsql-5000-query-results/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ checks:
dest_port: 5432
event_type: pgsql
pcap_cnt: 29
pgsql.request.password_message: password log disabled
pgsql.response.message: authentication_ok
pgsql.response.parameter_status[0].application_name: psql
pgsql.response.parameter_status[10].time_zone: Etc/UTC
Expand Down
1 change: 0 additions & 1 deletion tests/pgsql/pgsql-pwd-output-disabled/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ checks:
dest_port: 5432
event_type: pgsql
pcap_cnt: 12
pgsql.request.password_message: password log disabled
pgsql.response.message: authentication_ok
pgsql.response.parameter_status[0].application_name: psql
pgsql.response.parameter_status[10].time_zone: Europe/London
Expand Down

0 comments on commit 001269b

Please sign in to comment.