Hi folks,
despite the fact that postmaster is running, the
Sequential Regression Test claims it isn't and thus does not test anything. I
don't know (still rookie) whether this has anything to do with the Test-problem,
but I can't start postmaster according to the installation guide. The Parallel
Test works fine by the way. I would be glad if somebody looked through the
following lines and helped me out with this problem.
Thanks for your help,
Christoph Lange
uranus% /home/lange/pgsql/local/bin/postmaster -D
/home/lange/pgsql/local/data&
[1] 25762 uranus% DEBUG: Data Base System is starting up at Mon Mar 12 16:57:21 2001 DEBUG: Data Base System was shut down at Mon Mar 12 16:56:52 2001 DEBUG: Data Base System is in production state at Mon Mar 12 16:57:21 2001 ->
It's running, isn't it?
uranus% cd /home/lange/pgsql/postgresql-7.0.3/src/test/regress uranus% gmake clean uranus% gmake all uranus% gmake runtest MULTIBYTE=;export MULTIBYTE; \ /bin/sh ./regress.sh sparc-sun-solaris2.6 2>&1 | tee regress.out =============== Notes... ================= postmaster must already be running for the regression tests to succeed. The time zone is set to PST8PDT for these tests by the client frontend. Please report any apparent problems to [EMAIL PROTECTED] See regress/README for more information. =============== dropping old regression database... ================= ./regress.sh: dropdb: not found =============== creating new regression database... ================= ./regress.sh: createdb: not found createdb failed ACTUAL RESULTS OF REGRESSION TEST ARE NOW IN FILE regress.out To run the optional big test(s) too, type 'make bigtest' These big tests can take over an hour to complete These actually are: numeric_big uranus% nohup /home/lange/pgsql/local/bin/postmaster > regress.log 2>&1 & Ambiguous output redirect. uranus% nohup /home/lange/pgsql/local/bin/postmaster -D /home/lange/pgsql/data \ < /dev/null >> server.log 2 >> 1 & Ambiguous output redirect. |