pgsql: Increase timeout in statement_timeout test from 1 second to 2

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Increase timeout in statement_timeout test from 1 second to 2
Дата
Msg-id 20060618162123.957749FA188@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Increase timeout in statement_timeout test from 1 second to 2 seconds.
We have once or twice seen failures suggesting that control didn't get
to the exception block before the timeout elapsed, which is unlikely
but not impossible in a parallel regression test (with a dozen other
backends competing for cycles).  This change doesn't completely prevent
the problem of course, but it should reduce the probability enough that
we don't see it anymore.  Per buildfarm results.

Modified Files:
--------------
    pgsql/src/test/regress/expected:
        plpgsql.out (r1.49 -> r1.50)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/plpgsql.out.diff?r1=1.49&r2=1.50)
    pgsql/src/test/regress/sql:
        plpgsql.sql (r1.42 -> r1.43)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/plpgsql.sql.diff?r1=1.42&r2=1.43)

В списке pgsql-committers по дате отправления:

Предыдущее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Merge postmaster and postgres command into just postgres.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Increase timeout in statement_timeout test from 1 second to 2