From: Tomonari K. <kat...@po...> - 2013-07-08 07:56:49
|
Hi, I've tried regression test with Postgres-XC master, it didn't work. Now, I've tried it with 1.1beta, but it didn't work too. ========================= 58 of 153 tests failed. ========================= My test environment is below. ---- server : CentOS 6.4 x86_64 on VMWare player cpu : Intel(R) Core(TM) i3-2370M CPU @2.40GHz(1core assigned) memory : 256MB dbms : Postgres-XC 1.1beta ---- all components are in one server. (please see "pgxc_ctl.conf") And the procedure is below. ============================================ 1. build Postgres-XC and pgxc_ctl ./configure --enable-debug CFLAGS='-O0' make sudo make install cd contrib/pgxc_ctl make sudo make install 2. init Postgres-XC with pgxc_ctl pgxc_ctl init all 3. start regression test make installcheck ============================================ Did I do something wrong ?? The log messages says Postgres-XC (coordinator) crashed when processing xmlmap test. This is same scenario with the behavior of master. ---- LOG: server process (PID 14567) was terminated by signal 11: Segmentation fault DETAIL: Failed process was running: DECLARE xc CURSOR WITH HOLD FOR SELECT * FROM testxmlschema.test1 ORDER BY 1, 2; LOG: terminating any other active server processes WARNING: terminating connection because of crash of another server process DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory. HINT: In a moment you should be able to reconnect to the database and repeat your command. LOG: archiver process (PID 13432) exited with exit code 1 LOG: all server processes terminated; reinitializing FATAL: the database system is in recovery mode LOG: database system was interrupted; last known up at 2013-07-07 22:29:16 PDT LOG: database system was not properly shut down; automatic recovery in progress FATAL: the database system is in recovery mode ---- Is this a problem or not problem ? Anybody runs all regression test cases ? What should I do to run all ? regards, ---------- NTT Software Corporation Tomonari Katsumata |