mirror of https://github.com/citusdata/citus.git
Support replacing IPv6 Loopback in `normalize.sed` (#7269)
I had a test failure issue due to my machine using the IPv6 loopback address. This change to the `normalize.sed` solves that issue.pull/7279/head
parent
2bf1472c8e
commit
f9218d9780
|
@ -222,7 +222,7 @@ s/(CONTEXT: PL\/pgSQL function .* line )([0-9]+)/\1XX/g
|
||||||
s/^(PL\/pgSQL function .* line) [0-9]+ (.*)/\1 XX \2/g
|
s/^(PL\/pgSQL function .* line) [0-9]+ (.*)/\1 XX \2/g
|
||||||
|
|
||||||
# normalize a test difference in multi_move_mx
|
# normalize a test difference in multi_move_mx
|
||||||
s/ connection to server at "\w+" \(127\.0\.0\.1\), port [0-9]+ failed://g
|
s/ connection to server at "\w+" (\(127\.0\.0\.1\)|\(::1\)), port [0-9]+ failed://g
|
||||||
|
|
||||||
# normalize differences in tablespace of new index
|
# normalize differences in tablespace of new index
|
||||||
s/pg14\.idx.*/pg14\.xxxxx/g
|
s/pg14\.idx.*/pg14\.xxxxx/g
|
||||||
|
|
Loading…
Reference in New Issue