From ed9aac459ed0210b600cddb4c1bf54dd484c70b3 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Tue, 5 Dec 2023 10:53:11 -0300 Subject: [PATCH] tests/pgsql: update password log disabled msgs 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. --- tests/pgsql/pgsql-5000-query-results/test.yaml | 1 - tests/pgsql/pgsql-pwd-output-disabled/test.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/pgsql/pgsql-5000-query-results/test.yaml b/tests/pgsql/pgsql-5000-query-results/test.yaml index a9eac58f1..eac5cbc3b 100644 --- a/tests/pgsql/pgsql-5000-query-results/test.yaml +++ b/tests/pgsql/pgsql-5000-query-results/test.yaml @@ -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 diff --git a/tests/pgsql/pgsql-pwd-output-disabled/test.yaml b/tests/pgsql/pgsql-pwd-output-disabled/test.yaml index 051101383..3a4d57c7f 100644 --- a/tests/pgsql/pgsql-pwd-output-disabled/test.yaml +++ b/tests/pgsql/pgsql-pwd-output-disabled/test.yaml @@ -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