Thread

  1. ecpg test problem

    Tom Lane <tgl@sss.pgh.pa.us> — 2001-11-16T03:56:43Z

    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
    
    
  2. Re: ecpg test problem

    Michael Meskes <meskes@postgresql.org> — 2001-11-16T08:43:06Z

    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!
    
    
  3. Re: ecpg test problem

    Christof Petig <christof@petig-baender.de> — 2001-11-16T09:01:46Z

    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
    
    
    
    
  4. Re: ecpg test problem

    Christof Petig <christof@petig-baender.de> — 2001-11-16T09:11:40Z

    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
    
    
    
    
  5. Re: ecpg test problem

    Michael Meskes <meskes@postgresql.org> — 2001-11-16T11:38:11Z

    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!
    
    
  6. Re: ecpg test problem

    Tom Lane <tgl@sss.pgh.pa.us> — 2001-11-16T15:17:18Z

    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
    
    
  7. Re: ecpg test problem

    Bruce Momjian <pgman@candle.pha.pa.us> — 2001-11-16T18:59:14Z

    > 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, Pennsylvania 19026
    
    
  8. Re: ecpg test problem

    Tom Lane <tgl@sss.pgh.pa.us> — 2001-11-16T19:03:23Z

    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