mirror of https://github.com/citusdata/citus.git
Remove "invalid socket" from failure tests' outputs
Relevant PG commit: b71a9cb31e46b08aeac35a4355936165648b3c49pg15_support_tmp_onder
parent
3574d9083f
commit
c23b1142ca
|
@ -114,6 +114,7 @@ s/(ERROR: |WARNING: |error:) server closed the connection unexpectedly/\1 connec
|
|||
# pg15 changes
|
||||
s/is not a PostgreSQL server process/is not a PostgreSQL backend process/g
|
||||
s/ AS "\?column\?"//g
|
||||
/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
|
||||
|
|
Loading…
Reference in New Issue