bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] 1.16.1 MASSIVE test failures


From: Matthew Woehlke
Subject: [Bug-tar] 1.16.1 MASSIVE test failures
Date: Wed, 07 Mar 2007 14:58:40 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.4.0

Well, except for the two that only fail on NFS, x86/Solaris build OK... but x86/Linux(!!), IA64/HP-UX and SPARC/Solaris all failed catastrophically. What's interesting is that, with only very slight variation, the exact same tests failed.

SPARC/Solaris: 2 17 19 21 22 23 25 26 27 28 29 30 31 32 33 34 35 37 43 44 45 46 47 50 51 53 63 64 IA64/HP-UX: 2 6 17 19 21 22 23 25 26 27 28 29 30 31 32 33 34 35 37 43 44 45 46 47 50 51 53 63 x86/Linux: 2 17 19 21 22 23 25 26 27 28 29 30 31 32 33 34 35 37 43 44 45 46 47 50 51 53 55 63

...in all cases, the tests were run on an NFS volume. (I'm not sure what is with 55 on Linux, after letting it run for a few *HOURS* I finally started poking at it from a different pty until it died. So that may or may not be a genuine "failure", but there sure seems to be something wrong with it.)

Test 30 also failed on x86_64/Linux run on ext3; log attached. 'make check' passes if I build (on ext3) with CFLAGS=-m32.

--
Matthew
This message includes NO WARRANTY, not even the implied warranties of READABILITY or RELEVANCE TO A PARTICULAR TOPIC. Read at your own risk. ;-)
#                             -*- compilation -*-
30. incr03.at:28: testing ...
./incr03.at:73:
mkdir gnu
(cd gnu
TEST_TAR_FORMAT=gnu
export TEST_TAR_FORMAT
TAR_OPTIONS="-H gnu"
export TAR_OPTIONS
rm -rf *


test -z  || exit 77

mkdir directory
genfile --file=directory/x
genfile --file=directory/y

tar -cf archive.1 -g db directory

mv directory/x directory/z
tar -cf archive.2 -g db directory

mv directory orig

echo Listing of archive.1
tar -tf archive.1 | sort
echo Listing of archive.2
tar -tf archive.2 | sort

echo Directory after first restore
tar -xf archive.1 -g db
find directory | sort

echo Directory after second restore
tar -xf archive.2 -g db
find directory | sort
)
./incr03.at:73:
mkdir oldgnu
(cd oldgnu
TEST_TAR_FORMAT=oldgnu
export TEST_TAR_FORMAT
TAR_OPTIONS="-H oldgnu"
export TAR_OPTIONS
rm -rf *


test -z  || exit 77

mkdir directory
genfile --file=directory/x
genfile --file=directory/y

tar -cf archive.1 -g db directory

mv directory/x directory/z
tar -cf archive.2 -g db directory

mv directory orig

echo Listing of archive.1
tar -tf archive.1 | sort
echo Listing of archive.2
tar -tf archive.2 | sort

echo Directory after first restore
tar -xf archive.1 -g db
find directory | sort

echo Directory after second restore
tar -xf archive.2 -g db
find directory | sort
)
./incr03.at:73:
mkdir posix
(cd posix
TEST_TAR_FORMAT=posix
export TEST_TAR_FORMAT
TAR_OPTIONS="-H posix"
export TAR_OPTIONS
rm -rf *


test -z  || exit 77

mkdir directory
genfile --file=directory/x
genfile --file=directory/y

tar -cf archive.1 -g db directory

mv directory/x directory/z
tar -cf archive.2 -g db directory

mv directory orig

echo Listing of archive.1
tar -tf archive.1 | sort
echo Listing of archive.2
tar -tf archive.2 | sort

echo Directory after first restore
tar -xf archive.1 -g db
find directory | sort

echo Directory after second restore
tar -xf archive.2 -g db
find directory | sort
)
--- -   2007-03-07 10:54:22.060000000 -0800
+++ /tmp/install/tar-1.16.1/tests/testsuite.dir/at-stdout       2007-03-07 
10:54:22.000000000 -0800
@@ -4,6 +4,7 @@
 directory/y
 Listing of archive.2
 directory/
+directory/y
 directory/z
 Directory after first restore
 directory
30. incr03.at:28: 30. renamed files in incrementals (incr03.at:28): FAILED 
(incr03.at:73)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]