Re: Two weeks to feature freeze

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Dann Corbit <DCorbit(at)connx(dot)com>, Jason Earl <jason(dot)earl(at)simplot(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Two weeks to feature freeze
Date: 2003-06-22 04:23:32
Message-ID: 200306220423.h5M4NWH26705@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I have added a cleaned up version of this to CVS as src/tools/pgtest.

---------------------------------------------------------------------------

Bruce Momjian wrote:
> Dann Corbit wrote:
> > Perhaps all that is needed is some sort of automated, formal reporting
> > procedure. For example, a large test set might be created that runs a
> > thorough regression feature list. When the test completes, a data file
> > is emailed to some central repository, parsed, and stored in a database.
>
> I do have an automated build/initdb/regression that I run every night
> and email the results to myself.
>
>
> [ "X$1" != "X-n" ] && CLEAN="-c" && shift
>
> . /etc/profile
> pgstop
> rm -r /u/pg/data
> # return command error value
> (pgmakeall $CLEAN 2>&1; echo "$?" > $TMP/ret) |
> (tee $TMP/0; exit `cat $TMP/ret`) &&
> aspg initdb &&
> pgstart &&
> newdb test &&
> cd /pg/test/regress &&
> gmake clean &&
> aspg gmake installcheck
> grep warning $TMP/0 |
> grep -v setproctitle |
> grep -v find_rule |
> grep -v yy_flex_realloc |
> grep -v '\[javac\] 1 warning'
>
> I also run this after I apply patches.
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> + If your life is a hard drive, | 13 Roberts Road
> + Christ can be your backup. | Newtown Square, Pennsylvania 19073
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-06-22 04:30:37 Re: PQfreemem??
Previous Message Tom Lane 2003-06-22 04:22:09 Re: a problem with index and user define type