Discussion:
problems with regressive tests on rh8.0
(too old to reply)
www.mg.te.ua
2004-02-20 12:01:50 UTC
Permalink
I have linux box under redhat linux 8.0 with original kernel 2.4.20
On this box I successfully build postgresql 7.3.4
After upgrading kernel to 2.4.24 i deside to upgrade postgresql.
I've successfully built 7.4.1 was build without any difficulties, but fail all of regressive test
I try to build another 7.3.4 with result like building 7.4.1
Is this normal state of affairs?
Is "make install" safe with failed tests?
--
Andrew Kornilov


---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
Tom Lane
2004-02-22 22:57:35 UTC
Permalink
Post by www.mg.te.ua
I have linux box under redhat linux 8.0 with original kernel 2.4.20
On this box I successfully build postgresql 7.3.4
After upgrading kernel to 2.4.24 i deside to upgrade postgresql.
I've successfully built 7.4.1 was build without any difficulties, but fail all of regressive test
Fail how? If you look at the regression diffs you may figure out what's
wrong, but there's no way to guess on just this info.
Post by www.mg.te.ua
I try to build another 7.3.4 with result like building 7.4.1
Is this normal state of affairs?
Is "make install" safe with failed tests?
I wouldn't risk installing an obviously broken build ...

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org
Tom Lane
2004-02-23 14:45:05 UTC
Permalink
mkdir /usr/src/pg-7.4.1/src/test/regress/./tmp_check/install/usr/local/pgsql2/man/man7
gzip -d -c ./postgres.tar.gz | ( cd /usr/src/pg-7.4.1/src/test/regress/./tmp_check/install/usr/local/pgsql2/doc/html && /bin/tar xf - )
/bin/tar: catalog-pg-trigger.html: Wrote only 0 of 10240 bytes
/bin/tar: Skipping to next header
/bin/tar: views-overview.html: Wrote only 0 of 10240 bytes
/bin/tar: Skipping to next header
/bin/tar: view-pg-rules.html: Wrote only 0 of 10240 bytes
/bin/tar: Skipping to next header
Hmm ... out of disk space, perhaps?

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ***@postgresql.org)
Loading...