Re: horology test failed

From: Gourish Singbal <gourish(at)gmail(dot)com>
To: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: horology test failed
Date: 2005-10-07 13:22:07
Message-ID: 674d1f8a0510070622v47b56210ge17353473fe47ece@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I found the problem.
I made a mistake in the ./configure command.
the new command is
./configure --prefix="/usr/local/pgsql8.0.4" --with-pgport="8000"
--enable-thread-safety
after gmake check
======================
All 96 tests passed.
======================
And all works fine :)
gourish singbal

On 10/7/05, Gourish Singbal <gourish(at)gmail(dot)com> wrote:
>
> Guys,
> I was installing Postgresql 8.0.4 on SuSE Linux 9.1 (x86-64) and kernel
> 2.6.5-7.201-default
> below is the config command i ran
> ./configure --prefix="/usr/local/pgsql8.0.4"
> --datadir="/home/postgres/data8.0.4" --with-pgport="8000"
> --enable-thread-safety
> gmake
> gmake check
> .....
> test horology ... FAILED
> =======================
> 1 of 96 tests failed.
> =======================
>
> *diff -w expected/horology.out results
> *1746,1750c1746,1750
> < | Wed Mar 15 02:14:05 2000 PST | @ 34 years | Wed Mar 15 02:14:05 2034
> PDT
> < | Wed Mar 15 03:14:04 2000 PST | @ 34 years | Wed Mar 15 03:14:04 2034
> PDT
> < | Wed Mar 15 08:14:01 2000 PST | @ 34 years | Wed Mar 15 08:14:01 2034
> PDT
> < | Wed Mar 15 12:14:03 2000 PST | @ 34 years | Wed Mar 15 12:14:03 2034
> PDT
> < | Wed Mar 15 13:14:02 2000 PST | @ 34 years | Wed Mar 15 13:14:02 2034
> PDT
> ---
> > | Wed Mar 15 02:14:05 2000 PST | @ 34 years | Wed Mar 15 02:14:05 2034
> PST
> > | Wed Mar 15 03:14:04 2000 PST | @ 34 years | Wed Mar 15 03:14:04 2034
> PST
> > | Wed Mar 15 08:14:01 2000 PST | @ 34 years | Wed Mar 15 08:14:01 2034
> PST
> > | Wed Mar 15 12:14:03 2000 PST | @ 34 years | Wed Mar 15 12:14:03 2034
> PST
> > | Wed Mar 15 13:14:02 2000 PST | @ 34 years | Wed Mar 15 13:14:02 2034
> PST
> 1778,1781c1778,1781
> < | Sat Sep 22 18:19:20 2001 PDT | @ 34 years | Fri Sep 22 18:19:20 1967
> PDT
> < | Thu Jan 01 00:00:00 1970 PST | @ 5 mons 12 hours | Thu Jul 31 12:00:00
> 1969 PDT
> < | Thu Jan 01 00:00:00 1970 PST | @ 5 mons | Fri Aug 01 00:00:00 1969 PDT
> < | Thu Jan 01 00:00:00 1970 PST | @ 3 mons | Wed Oct 01 00:00:00 1969 PDT
> ---
> > | Sat Sep 22 18:19:20 2001 PDT | @ 34 years | Fri Sep 22 18:19:20 1967
> PST
> > | Thu Jan 01 00:00:00 1970 PST | @ 5 mons 12 hours | Thu Jul 31 12:00:00
> 1969 PST
> > | Thu Jan 01 00:00:00 1970 PST | @ 5 mons | Fri Aug 01 00:00:00 1969 PST
>
> > | Thu Jan 01 00:00:00 1970 PST | @ 3 mons | Wed Oct 01 00:00:00 1969 PST
> Can some one please help me debug this issue as to why the ERROR is
> coming.
> Date on my machine is
> *date*
> Fri Oct 7 18:10:23 IST 2005
>
> --
> Best,
> Gourish Singbal
>

--
Best,
Gourish Singbal

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message David Durham 2005-10-07 14:48:12 Re: create table like syntax
Previous Message Gourish Singbal 2005-10-07 12:41:09 horology test failed