[pgsql-jp: 33308] Re: pgpool 2.0 betaテスト開始

Kiyoshi Sawada sawa @ nagoya2.jrc.or.jp
2004年 6月 17日 (木) 20:38:51 JST


沢田@名古屋です。

READMEにあったリグレッションテストまでを報告します。

SunOS 5.8 Generic_108528-15 sun4m sparc です。
PostgreSQL-7.4.2です。

pgpool.conf 抜粋
----------------------------------------------------
allow_inet_domain_socket = false
port = 5432
backend_port = 54320
secondary_backend_port = 54321
num_init_children = 16
max_pool = 4
child_life_time = 0
connection_life_time = 0
logdir = '/tmp'
replication_mode = true
replication_strict = true
replication_timeout = 5000
load_balance_mode = false
replication_stop_on_mistmatch = false
----------------------------------------------------

リグレッションテスト
./pg_regress --schedule=parallel_schedule --port=5432
<snip>
     random               ... failed (ignored)
     rules                ... FAILED
<snip>
====================================================
 2 of 93 tests failed, 1 of these failures ignored.
====================================================
でした。

pgpool -n >& /usr/tmp/pgpool.log &
で起動してまして、リグレッションテストのときログには

ERROR: pid 20299: pool_process_query: kind does not match between backends master(C) secondary(D)

と、出ていました。

以上

-- 
沢田 潔 <sawa @ nagoya2.jrc.or.jp>




pgsql-jp メーリングリストの案内