pgsql: Another try to fix the test case added by commit f5fc2f5b23.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Another try to fix the test case added by commit f5fc2f5b23.
Дата
Msg-id E1lcIsH-0002O5-S0@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Another try to fix the test case added by commit f5fc2f5b23.

As per analysis, it appears that the 'drop slot' message from the previous
test and 'create slot' message of the new test are either missed or not
yet delivered to the stats collector due to which we will still see the
stats from the old slot. This can happen rarely which could be the reason
that we are seeing some failures in the buildfarm randomly. To avoid that
we are using a different slot name for the tests in
test_decoding/sql/stats.sql.

Reported-by: Tom Lane based on buildfarm reports
Author: Sawada Masahiko
Reviewed-by: Amit Kapila, Vignesh C
Discussion: https://postgr.es/m/20210319185247.ldebgpdaxsowiflw@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/51ef9173030cc196c6633ae82b7b32f404b0f768

Modified Files
--------------
contrib/test_decoding/expected/stats.out | 62 ++++++++++++++++----------------
contrib/test_decoding/sql/stats.sql      | 20 ++++++-----
2 files changed, 43 insertions(+), 39 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve wording of some pg_upgrade failure reports.
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Adjust EXPLAIN output for parallel Result Cache plans