Re: [HACKERS] Another missing regression test

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Another missing regression test
Date: 1998-05-06 21:44:02
Message-ID: 199805062144.RAA01499@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> I discovered the hard way that there is no regression test for
> copy in/out (COPY table TO stdout, etc). This is not good.
> pg_dump depends on copy in/out, and pg_dump is rather a critical
> facility, wouldn't you say?
>
> I'd suggest, in fact, that there ought to be a regression test
> specifically exercising pg_dump and the resulting reload script.
>
> regards, tom lane

What I have tried in the past is to dump the completed regression
database and reload it and dump it again, and compare the output. Seems
to find problems, but did not do that for 6.3.*.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-05-06 21:45:34 Re: [HACKERS] An item for the TODO list: pg_dump and multiple table owners
Previous Message Bruce Momjian 1998-05-06 21:40:54 Re: [QUESTIONS] cannot remote connect to DB