You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t/02_connection.t: Accept "statement timeout" in test
The --timeout argument is racy, it sets an alarm() timer in
check_postgres, but also statement_timeout on the PG server side.
Usually the alarm() will hit first, but sometimes the statement_timeout
hits as well. Seen on the slowish ppc64el buildd for apt.postgresql.org.
0 commit comments