From 616b1758c2b07154e74a6ae51fddf375f62d0172 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Wed, 27 Jul 2022 00:43:28 +0300 Subject: [PATCH] Add more normalization rules --- src/test/regress/bin/normalize.sed | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/test/regress/bin/normalize.sed b/src/test/regress/bin/normalize.sed index 19bbdaaea..2c95403b9 100644 --- a/src/test/regress/bin/normalize.sed +++ b/src/test/regress/bin/normalize.sed @@ -116,6 +116,12 @@ s/(ERROR: |WARNING: |error:) server closed the connection unexpectedly/\1 connec /^\s*connection not open$/d #endif /* (PG_VERSION_NUM >= PG_VERSION_13) && (PG_VERSION_NUM < PG_VERSION_14) */ +# Changed outputs after minor bump to PG14.5 and PG13.8 +s/(ERROR: |WARNING: |error:) invalid socket/\1 connection not open/g + +# Extra outputs after minor bump to PG14.5 and PG13.8 +/^\s*invalid socket$/d + # intermediate_results s/(ERROR.*)pgsql_job_cache\/([0-9]+_[0-9]+_[0-9]+)\/(.*).data/\1pgsql_job_cache\/xx_x_xxx\/\3.data/g