Regression Tests

From: Paul Juliano <paul(at)edsamail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Regression Tests
Date: 2000-08-17 09:00:49
Message-ID: 399BA9C1.6A1107F9@edsamail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hi,

I've installed PostgreSQL 7.0.2 on Solaris following the INSTALL file
that comes with the source.

When I do:

make runtest

it gives out the following error message in regress.out:

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 ports(at)postgresql(dot)org
See regress/README for more information.

=============== dropping old regression database... =================
DROP DATABASE
=============== creating new regression database... =================
CREATE DATABASE
=============== installing languages... =================
installing PL/pgSQL .. createlang: missing required argument PGLIB
directory
(This is the directory where the interpreter for the procedural
language is stored. Traditionally, these are installed in whatever
'lib' directory was specified at configure time.)
failed

Also, when I do:

make runcheck

the following message is in the postmaster.log

IpcSemaphoreCreate: semget failed (No space left on device)
key=65432015, num=16, permission=600
This type of error is usually caused by an improper
shared memory or System V IPC semaphore configuration.
For more information, see the FAQ and platform-specific
FAQ's in the source directory pgsql/doc or on our
web site at http://www.postgresql.org.
FATAL 1: InitProcGlobal: IpcSemaphoreCreate failed

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Sjölie 2000-08-17 09:31:46 Re: Modifying triggers in database in use...
Previous Message Jerome Raupach 2000-08-17 08:45:37 optimization in C

Browse pgsql-hackers by date

  From Date Subject
Next Message Patrick Welche 2000-08-17 10:46:56 Re: Regression Tests
Previous Message Jerome Raupach 2000-08-17 08:45:37 optimization in C