Re: Intermittent Regression test failure in create_misc

From: Robert Hentosh <hentosh(at)io(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Intermittent Regression test failure in create_misc
Date: 2001-02-28 05:56:48
Message-ID: 20010227235648.C8552@fnord.io.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Feb 26, 2001 at 10:34:05PM -0500, Tom Lane wrote:
> Robert Hentosh (hentosh(at)io(dot)com) writes:
> > Postgresql was compiled with ./configure --enable-syslog after
> > modifying "#define BLCKSZ 16384" in src/include/config.h.in
>
> Hm. I wonder if that is triggering the problem, or if it's something
> platform-dependent? Could you rebuild with standard blocksize and
> see if you still see the intermittent failures?
>
> Also, are you running the parallel or serial regress tests ("make check"
> or "make installcheck")?
>
> regards, tom lane

I was running a "gmake check" (the parallel tests). I recompiled with
just the default BLCKSZ, then my errors didn't happen at the same spot
but were erratic.

After searching on the net I came across mention that the system
limits need to be modified for postgresql to run the regression tests.

http://www.crimelabs.net/postgresql.shtml

Knowing what to search for I found some mention in the documentation
under doc/src/sgml/runtime.sgml. After correcting the per user
resource limits in /etc/login.conf. I now have completed running the
regression test over 15 times successfully with the standard BLCKSZ
(except for the expected random test failure).

This issue can be closed. My mistake.

Where should I have looked to find out that I was exhausting my
resources? I would like to size the system correctly when I test my
application.

I new to BSD, this is the first time I am using it for a development
project.

Thanks,
Robert Hentosh

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-02-28 06:03:28 Re: Intermittent Regression test failure in create_misc
Previous Message Tatsuo Ishii 2001-02-28 02:02:20 RE: Problem with 7.0.3 dump -> 7.1b4 restore