Обсуждение: ecpg test problem

Поиск
Список
Период
Сортировка

ecpg test problem

От
Tom Lane
Дата:
ecpg's tests currently fail because the Makefile refers to a nonexistent
test file "testdynalloc".  Did you forget to commit this file?
        regards, tom lane


Re: ecpg test problem

От
Michael Meskes
Дата:
On Thu, Nov 15, 2001 at 10:56:43PM -0500, Tom Lane wrote:
> ecpg's tests currently fail because the Makefile refers to a nonexistent
> test file "testdynalloc".  Did you forget to commit this file?

That's not the only change that's missing. As Christof pointed out all
changes to the preproc dir were also missing. I have no idea what happened
especially because my check-outs did not show any problem.

Anyway, I committed the missing pieces, so all should work again.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


Re: ecpg test problem

От
Christof Petig
Дата:
Michael Meskes wrote:

> On Thu, Nov 15, 2001 at 10:56:43PM -0500, Tom Lane wrote:
> > ecpg's tests currently fail because the Makefile refers to a nonexistent
> > test file "testdynalloc".  Did you forget to commit this file?
>
> That's not the only change that's missing. As Christof pointed out all
> changes to the preproc dir were also missing. I have no idea what happened
> especially because my check-outs did not show any problem.
>
> Anyway, I committed the missing pieces, so all should work again.

(I haven't seen your change to preproc.y on committers, yet)

================== related problem

Hmm. Perhaps my problem (I can't see the changes for preproc.y in the CVS
tree) is related to the fact that I have to use anoncvs.
Let's test ...

---------------------- (cvs status)
File: preproc.y         Status: Up-to-date
  Working revision:    1.168  Repository revision: 1.168
/projects/cvsroot/pgsql/src/interfaces/ecpg/preproc/preproc.y,v  Sticky Tag:          (none)  Sticky Date:
(none) Sticky Options:      (none)
 

------------------------- (quoting committers)

CVSROOT:        /cvsroot
Module name:    pgsql
Changes by:     tgl@postgresql.org      01/11/15 23:08:34      <<<<<<<<<<

------------ (cvs log preproc.y)
revision 1.168
date: 2001/11/10 22:31:49;  author: tgl;  state: Exp;  lines: +406 -359
<<<<<<<<

Oh dear.
anoncvs seems to be somewhat behind.
    Christof




Re: ecpg test problem

От
Christof Petig
Дата:
Christof Petig wrote:

> Michael Meskes wrote:
>
> > On Thu, Nov 15, 2001 at 10:56:43PM -0500, Tom Lane wrote:
> > > ecpg's tests currently fail because the Makefile refers to a nonexistent
> > > test file "testdynalloc".  Did you forget to commit this file?
> >
> > That's not the only change that's missing. As Christof pointed out all
> > changes to the preproc dir were also missing. I have no idea what happened
> > especially because my check-outs did not show any problem.
> >
> > Anyway, I committed the missing pieces, so all should work again.
>
> (I haven't seen your change to preproc.y on committers, yet)

meskes@postgresql.org wrote:

> CVSROOT:        /cvsroot
> Module name:    pgsql
> Changes by:     meskes@postgresql.org   01/11/16 03:36:37
>
> Modified files:
>         src/interfaces/ecpg/preproc: extern.h preproc.y variable.c
> Added files:
>         src/interfaces/ecpg/test: testdynalloc.pgc
>
> Log message:
>         Committed again to add the missing files/patches.

Wow.
Now I have to wait for anoncvs.

Christof




Re: ecpg test problem

От
Michael Meskes
Дата:
On Fri, Nov 16, 2001 at 10:01:46AM +0100, Christof Petig wrote:
> Hmm. Perhaps my problem (I can't see the changes for preproc.y in the CVS
> tree) is related to the fact that I have to use anoncvs.
> Let's test ...

No, I removed my files and did a new full checkout and they weren#t there
either.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


Re: ecpg test problem

От
Tom Lane
Дата:
Christof Petig <christof@petig-baender.de> writes:
> anoncvs seems to be somewhat behind.

I believe the anoncvs machine is supposed to sync with the master every
hour.  If you're seeing more than an hour's delay, complain to Marc.
        regards, tom lane


Re: ecpg test problem

От
Bruce Momjian
Дата:
> ecpg's tests currently fail because the Makefile refers to a nonexistent
> test file "testdynalloc".  Did you forget to commit this file?

Has this been solved?  Does it need to be added to the open items list?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


Re: ecpg test problem

От
Tom Lane
Дата:
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> ecpg's tests currently fail because the Makefile refers to a nonexistent
>> test file "testdynalloc".  Did you forget to commit this file?

> Has this been solved?  Does it need to be added to the open items list?

It's fixed.
        regards, tom lane