[pgpool-hackers: 3292] Re: [pgpool-buildfarm: 66] pgpool-II buildfarm results

Tatsuo Ishii ishii at sraoss.co.jp
Wed Apr 3 12:07:14 JST 2019


After my commit to master branch:

https://git.postgresql.org/gitweb/?p=pgpool2.git;a=commit;h=66b5aacfcc045ec1485921a5884b637fcfb6fd73

I see lots of 014.watchdog_test_quorum_bypass failure. So I downloaded
the regression log and checked it. They failed here:

maaster brought up successfully.
pcp_detach_node -- Command Successful
WARNING:  failover/failback is in progress
DETAIL:  executing failover or failback on backend
HINT:  In a moment you should be able to reconnect to the database
WARNING:  failover/failback is in progress
DETAIL:  executing failover or failback on backend
HINT:  In a moment you should be able to reconnect to the database
:
:
psql: server closed the connection unexpectedly
	This probably means the server terminated abnormally
	before or while processing the request.

The WANINGS are added by the commit above. This is ok since
pcp_detach_node is issued and failover is triggered.

Then I looked in the test shell script
(src/test/regress/tests/014.watchdog_test_quorum_bypass).

:
:
$PGPOOL_INSTALL_DIR/bin/pcp_detach_node -w -h localhost -p $PCP_PORT 1 2>&1

$PSQL -p 11000 -c "show pool_nodes" 2>&1

$PSQL -p 11000 -c "show pool_nodes" test|grep standby|grep down >/dev/null 2>&1
:
:

As you can see right after pcp_detach_node is executed, psql is
invoked and the second psql is expected to connect to Pgpool-II
correctly. I think this is fragile because the failover may not be
finished by the time second psql is invoked. So the fix will be
replace the first psql with wait_for_pgpool_startup, which is a
builtin shell script in regression test and retries psql for 20 times
until it succeeds.

I am going to commit the change. Let's see if the failure of buildfarm
gets fixed.

From: buildfarm at pgpool.net
Subject: [pgpool-buildfarm: 66] pgpool-II buildfarm results
Date: Wed, 03 Apr 2019 11:30:52 +0900
Message-ID: <5ca41adc.CFXIgZlLfErHCd4z%buildfarm at pgpool.net>

> =========================================================================
> * master  PostgreSQL 11  CentOS6
> testing 014.watchdog_test_quorum_bypass...timeout.
> 
> * V4_0_STABLE  PostgreSQL 9.5  CentOS6
> testing 016.node_0_is_not_primary...failed.
> 
> * V3_5_STABLE  PostgreSQL 9.5  CentOS6
> testing 069.memory_leak_extended...failed.
> 
> * V3_5_STABLE  PostgreSQL 9.6  CentOS6
> testing 069.memory_leak_extended...failed.
> 
> * V3_5_STABLE  PostgreSQL 10  CentOS6
> testing 069.memory_leak_extended...failed.
> 
> * V3_5_STABLE  PostgreSQL 11  CentOS6
> testing 069.memory_leak_extended...failed.
> 
> * master  PostgreSQL 9.5  CentOS7
> testing 014.watchdog_test_quorum_bypass...failed.
> 
> * master  PostgreSQL 9.6  CentOS7
> testing 014.watchdog_test_quorum_bypass...failed.
> 
> * master  PostgreSQL 10  CentOS7
> testing 014.watchdog_test_quorum_bypass...timeout.
> 
> * master  PostgreSQL 11  CentOS7
> testing 014.watchdog_test_quorum_bypass...failed.
> 
> * V4_0_STABLE  PostgreSQL 9.5  CentOS7
> testing 008.dbredirect...failed.
> 
> * V4_0_STABLE  PostgreSQL 11  CentOS7
> testing 008.dbredirect...failed.
> testing 016.node_0_is_not_primary...failed.
> 
> * V3_5_STABLE  PostgreSQL 9.5  CentOS7
> testing 069.memory_leak_extended...failed.
> 
> * V3_5_STABLE  PostgreSQL 9.6  CentOS7
> testing 069.memory_leak_extended...failed.
> 
> * V3_5_STABLE  PostgreSQL 10  CentOS7
> testing 069.memory_leak_extended...failed.
> 
> * V3_5_STABLE  PostgreSQL 11  CentOS7
> testing 069.memory_leak_extended...failed.
> 
> =========================================================================
> 
> pgpool-II buildfarm
> start:  Tue Apr 2 08:11:39 JST 2019
> 
> ** building docker image ...success.
> 
> * Target branch: master
> 
> PostgreSQL: 9.5.16
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.enable_shared_relcache...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 48 ok:48 failed:0 timeout:0
> 
> * Target branch: master
> 
> PostgreSQL: 9.6.12
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.enable_shared_relcache...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 48 ok:48 failed:0 timeout:0
> 
> * Target branch: master
> 
> PostgreSQL: 10.7
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.enable_shared_relcache...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 48 ok:48 failed:0 timeout:0
> 
> * Target branch: master
> 
> PostgreSQL: 11.2
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...timeout.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.enable_shared_relcache...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 47 ok:47 failed:0 timeout:1
> copy /var/buildfarm/volum/CentOS6/11/master/src/test/regression/tests/014.* to regression-log
> 
> * Target branch: V4_0_STABLE
> 
> PostgreSQL: 9.5.16
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...failed.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 47 ok:46 failed:1 timeout:0
> copy /var/buildfarm/volum/CentOS6/9.5/V4_0_STABLE/src/test/regression/tests/016.* to regression-log
> 
> * Target branch: V4_0_STABLE
> 
> PostgreSQL: 9.6.12
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 47 ok:47 failed:0 timeout:0
> 
> * Target branch: V4_0_STABLE
> 
> PostgreSQL: 10.7
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 47 ok:47 failed:0 timeout:0
> 
> * Target branch: V4_0_STABLE
> 
> PostgreSQL: 11.2
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 47 ok:47 failed:0 timeout:0
> 
> * Target branch: V3_7_STABLE
> 
> PostgreSQL: 9.5.16
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_test_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_test_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 41 ok:41 failed:0 timeout:0
> 
> * Target branch: V3_7_STABLE
> 
> PostgreSQL: 9.6.12
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_test_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_test_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 41 ok:41 failed:0 timeout:0
> 
> * Target branch: V3_7_STABLE
> 
> PostgreSQL: 10.7
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_test_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_test_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 41 ok:41 failed:0 timeout:0
> 
> * Target branch: V3_7_STABLE
> 
> PostgreSQL: 11.2
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_test_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_test_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 41 ok:41 failed:0 timeout:0
> 
> * Target branch: V3_6_STABLE
> 
> PostgreSQL: 9.5.16
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:35 failed:0 timeout:0
> 
> * Target branch: V3_6_STABLE
> 
> PostgreSQL: 9.6.12
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:35 failed:0 timeout:0
> 
> * Target branch: V3_6_STABLE
> 
> PostgreSQL: 10.7
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:35 failed:0 timeout:0
> 
> * Target branch: V3_6_STABLE
> 
> PostgreSQL: 11.2
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:35 failed:0 timeout:0
> 
> * Target branch: V3_5_STABLE
> 
> PostgreSQL: 9.5.16
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...failed.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:34 failed:1 timeout:0
> copy /var/buildfarm/volum/CentOS6/9.5/V3_5_STABLE/src/test/regression/tests/069.* to regression-log
> 
> * Target branch: V3_5_STABLE
> 
> PostgreSQL: 9.6.12
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...failed.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:34 failed:1 timeout:0
> copy /var/buildfarm/volum/CentOS6/9.6/V3_5_STABLE/src/test/regression/tests/069.* to regression-log
> 
> * Target branch: V3_5_STABLE
> 
> PostgreSQL: 10.7
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...failed.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:34 failed:1 timeout:0
> copy /var/buildfarm/volum/CentOS6/10/V3_5_STABLE/src/test/regression/tests/069.* to regression-log
> 
> * Target branch: V3_5_STABLE
> 
> PostgreSQL: 11.2
> OS: CentOS release 6.10 (Final) (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...failed.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:34 failed:1 timeout:0
> copy /var/buildfarm/volum/CentOS6/11/V3_5_STABLE/src/test/regression/tests/069.* to regression-log
> 
> ** building docker image ...success.
> 
> * Target branch: master
> 
> PostgreSQL: 9.5.16
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...failed.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.enable_shared_relcache...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 48 ok:47 failed:1 timeout:0
> copy /var/buildfarm/volum/CentOS7/9.5/master/src/test/regression/tests/014.* to regression-log
> 
> * Target branch: master
> 
> PostgreSQL: 9.6.12
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...failed.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.enable_shared_relcache...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 48 ok:47 failed:1 timeout:0
> copy /var/buildfarm/volum/CentOS7/9.6/master/src/test/regression/tests/014.* to regression-log
> 
> * Target branch: master
> 
> PostgreSQL: 10.7
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...timeout.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.enable_shared_relcache...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 47 ok:47 failed:0 timeout:1
> copy /var/buildfarm/volum/CentOS7/10/master/src/test/regression/tests/014.* to regression-log
> 
> * Target branch: master
> 
> PostgreSQL: 11.2
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...failed.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.enable_shared_relcache...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 48 ok:47 failed:1 timeout:0
> copy /var/buildfarm/volum/CentOS7/11/master/src/test/regression/tests/014.* to regression-log
> 
> * Target branch: V4_0_STABLE
> 
> PostgreSQL: 9.5.16
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...failed.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 47 ok:46 failed:1 timeout:0
> copy /var/buildfarm/volum/CentOS7/9.5/V4_0_STABLE/src/test/regression/tests/008.* to regression-log
> 
> * Target branch: V4_0_STABLE
> 
> PostgreSQL: 9.6.12
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 47 ok:47 failed:0 timeout:0
> 
> * Target branch: V4_0_STABLE
> 
> PostgreSQL: 10.7
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 47 ok:47 failed:0 timeout:0
> 
> * Target branch: V4_0_STABLE
> 
> PostgreSQL: 11.2
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...failed.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...failed.
> testing 017.node_0_is_down...ok.
> testing 018.detach_primary...ok.
> testing 019.log_client_messages...ok.
> testing 020.allow_clear_text_frontend_auth...ok.
> testing 021.pool_passwd_auth...ok.
> testing 022.pool_passwd_alternative_auth...ok.
> testing 023.ssl_connection...ok.
> testing 024.cert_auth...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 47 ok:45 failed:2 timeout:0
> copy /var/buildfarm/volum/CentOS7/11/V4_0_STABLE/src/test/regression/tests/008.* to regression-log
> copy /var/buildfarm/volum/CentOS7/11/V4_0_STABLE/src/test/regression/tests/016.* to regression-log
> 
> * Target branch: V3_7_STABLE
> 
> PostgreSQL: 9.5.16
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_test_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_test_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 41 ok:41 failed:0 timeout:0
> 
> * Target branch: V3_7_STABLE
> 
> PostgreSQL: 9.6.12
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_test_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_test_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 41 ok:41 failed:0 timeout:0
> 
> * Target branch: V3_7_STABLE
> 
> PostgreSQL: 10.7
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_test_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_test_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 41 ok:41 failed:0 timeout:0
> 
> * Target branch: V3_7_STABLE
> 
> PostgreSQL: 11.2
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 011.watchdog_quorum_failover...ok.
> testing 012.watchdog_failover_when_quorum_exists...ok.
> testing 013.watchdog_test_failover_require_consensus...ok.
> testing 014.watchdog_test_quorum_bypass...ok.
> testing 015.watchdog_test_master_and_backend_fail...ok.
> testing 016.node_0_is_not_primary...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 41 ok:41 failed:0 timeout:0
> 
> * Target branch: V3_6_STABLE
> 
> PostgreSQL: 9.5.16
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:35 failed:0 timeout:0
> 
> * Target branch: V3_6_STABLE
> 
> PostgreSQL: 9.6.12
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:35 failed:0 timeout:0
> 
> * Target branch: V3_6_STABLE
> 
> PostgreSQL: 10.7
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:35 failed:0 timeout:0
> 
> * Target branch: V3_6_STABLE
> 
> PostgreSQL: 11.2
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...ok.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:35 failed:0 timeout:0
> 
> * Target branch: V3_5_STABLE
> 
> PostgreSQL: 9.5.16
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...failed.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:34 failed:1 timeout:0
> copy /var/buildfarm/volum/CentOS7/9.5/V3_5_STABLE/src/test/regression/tests/069.* to regression-log
> 
> * Target branch: V3_5_STABLE
> 
> PostgreSQL: 9.6.12
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...failed.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:34 failed:1 timeout:0
> copy /var/buildfarm/volum/CentOS7/9.6/V3_5_STABLE/src/test/regression/tests/069.* to regression-log
> 
> * Target branch: V3_5_STABLE
> 
> PostgreSQL: 10.7
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...failed.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:34 failed:1 timeout:0
> copy /var/buildfarm/volum/CentOS7/10/V3_5_STABLE/src/test/regression/tests/069.* to regression-log
> 
> * Target branch: V3_5_STABLE
> 
> PostgreSQL: 11.2
> OS: CentOS Linux release 7.6.1810 (Core)  (3.10.0-693.el7.x86_64)
> 
> ** Regression test
> 
> make...ok
> testing 001.load_balance...ok.
> testing 002.native_replication...ok.
> testing 003.failover...ok.
> testing 004.watchdog...ok.
> testing 005.jdbc...ok.
> testing 006.memqcache...ok.
> testing 007.memqcache-memcached...ok.
> testing 008.dbredirect...ok.
> testing 009.sql_comments...ok.
> testing 010.rewrite_timestamp...ok.
> testing 017.node_0_is_down...ok.
> testing 023.ssl_connection...ok.
> testing 025.pam_auth...ok.
> testing 050.bug58...ok.
> testing 051.bug60...ok.
> testing 052.do_query...ok.
> testing 053.insert_lock_hangs...ok.
> testing 054.postgres_fdw...ok.
> testing 055.backend_all_down...ok.
> testing 056.bug63...ok.
> testing 057.bug61...ok.
> testing 058.bug68...ok.
> testing 059.bug92...ok.
> testing 060.memory_leak...ok.
> testing 061.cancel_query...ok.
> testing 062.select_error_hangs...ok.
> testing 063.tables_with_space...ok.
> testing 064.bug153...ok.
> testing 065.bug152...ok.
> testing 066.bug230...ok.
> testing 067.bug231...ok.
> testing 068.memqcache_bug...ok.
> testing 069.memory_leak_extended...failed.
> testing 070.memory_leak_extended_memqcache...ok.
> testing 071.execute_and_deallocate...ok.
> out of 35 ok:34 failed:1 timeout:0
> copy /var/buildfarm/volum/CentOS7/11/V3_5_STABLE/src/test/regression/tests/069.* to regression-log
> 
> end:  Wed Apr 3 11:27:59 JST 2019
> 
> moving regression result to log_backup_host ... OK
> _______________________________________________
> pgpool-buildfarm mailing list
> pgpool-buildfarm at pgpool.net
> http://www.sraoss.jp/mailman/listinfo/pgpool-buildfarm


More information about the pgpool-hackers mailing list