Обсуждение: Successful regression testing???

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

Successful regression testing???

От
P G
Дата:
Has anyone gotten Postgresql 7.3.2 to pass the
supplied regression tests after the make?  I am using
Redhat 7.3 and have not been able to get anywhere
close to passing most of the regression tests.  The
last time I built PostgreSQL from scratch was version
7.0.2 or something and I recall only one test failing.
 Is there something else I should do?  Here is the
procedure I have used.

[user]$ su -
[root]# ./configure --prefix=/some/dir
--bindir=/some/dir --datadir=/some/dir
--sysconfigdir=/some/dir --libdir=/some/dir
--includedir=/some/dir --docdir=/some/dir
--mandir=/some/dir --with-pgport=6543 --disable-rpath
--with-perl --without-tk --with-openssl --with-pam
--enable-nls
...
[root]# make
...
All of PostgreSQL is successfully made. Ready to
install.
[root]# cd .. ; chown -R user.user postgresql-7.3.2/ ;
exit
[user]$ make check

...

=====================================================
 47 of 89 tests failed, 1 of these failures ignored.
=====================================================

The differences that caused some tests to fail can be
viewed in the
file `./regression.diffs'.  A copy of the test summary
that you see
above is saved in the file `./regression.out'.

make[2]: *** [check] Error 1
make[2]: Leaving directory
`/home/user/db/postgresql-7.3.2/src/test/regress'make[1]:
*** [check]
Error 2
make[1]: Leaving directory
`/home/user/db/postgresql-7.3.2/src/test'
make: *** [check] Error 2
[user]$

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

Re: Successful regression testing???

От
Aspire Something
Дата:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi PG ,

> Has anyone gotten Postgresql 7.3.2 to pass the
> supplied regression tests after the make?  I am using
> Redhat 7.3 and have not been able to get anywhere
> close to passing most of the regression tests.  The
> last time I built PostgreSQL from scratch was version
> 7.0.2 or something and I recall only one test failing.
>  Is there something else I should do?  Here is the
> procedure I have used.
>
> [user]$ su -
> [root]# ./configure --prefix=/some/dir
> --bindir=/some/dir --datadir=/some/dir
> --sysconfigdir=/some/dir --libdir=/some/dir
> --includedir=/some/dir --docdir=/some/dir
> --mandir=/some/dir --with-pgport=6543 --disable-rpath
> --with-perl --without-tk --with-openssl --with-pam
> --enable-nls
 i use this to configure
./configure \--enable-multibyte \--with-perl \--enable-syslog
\--with-CXX \--with-tcl \--with-python \--enable-odbc
note the slashes
Next :
gmake
Here make sure that you gcc is > gcc version 2.96  as RH till 7.2 was
shiped with this bugy gcc
Then do
gmake check
and at last
su -c"gmake install"


Revert back if any prob .
Regards,
V Kashyap


> ...
> [root]# make
> ...
> All of PostgreSQL is successfully made. Ready to
> install.
> [root]# cd .. ; chown -R user.user postgresql-7.3.2/ ;
> exit
> [user]$ make check
>
> ...
>
> =====================================================
>  47 of 89 tests failed, 1 of these failures ignored.
> =====================================================
>
> The differences that caused some tests to fail can be
> viewed in the
> file `./regression.diffs'.  A copy of the test summary
> that you see
> above is saved in the file `./regression.out'.
>
> make[2]: *** [check] Error 1
> make[2]: Leaving directory
> `/home/user/db/postgresql-7.3.2/src/test/regress'make[1]:
> *** [check]
> Error 2
> make[1]: Leaving directory
> `/home/user/db/postgresql-7.3.2/src/test'
> make: *** [check] Error 2
> [user]$
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - forms, calculators, tips, more
> http://taxes.yahoo.com/
>
> ---------------------------(end of
> broadcast)--------------------------- TIP 6: Have you searched our
> list archives?
>
http://archives.postgresql.org

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPmjsLRFso0LCLkZ5EQJVIACeItdjvKACiCZyv+AAwhTNoP1Ch84AoO/+
JJcZjd7wP14NK8OXXxjsYlH3
=f3ES
-----END PGP SIGNATURE-----