Re: Two weeks to feature freeze

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Two weeks to feature freeze
Дата
Msg-id 200306220347.h5M3lDO10483@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Two weeks to feature freeze  ("Dann Corbit" <DCorbit@connx.com>)
Ответы Re: Two weeks to feature freeze  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
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/profilepgstoprm -r /u/pg/data# return command error value(pgmakeall
$CLEAN2>&1; echo "$?" > $TMP/ret) |     (tee  $TMP/0; exit `cat $TMP/ret`) &&aspg initdb &&pgstart &&newdb test &&cd
/pg/test/regress&&gmake clean &&aspg gmake installcheckgrep 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@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Two weeks to feature freeze
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Two weeks to feature freeze