bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] [GNU tar 1.30] testsuite: 92 failed


From: Pavel Raiskup
Subject: Re: [Bug-tar] [GNU tar 1.30] testsuite: 92 failed
Date: Tue, 19 Dec 2017 09:05:51 +0100

On Monday, December 18, 2017 4:34:03 PM CET Sergey Poznyakoff wrote:
> David McInnis <address@hidden> ha escrit:
> 
> > I run Arch Linux , please let me know if you need more information.
> 
> Thanks, the information you supplied is quite enough. The following
> patch to the testsuite should fix it:

Partly this helps, please apply :-) thanks.  But there are other issues,
in Fedora build [1] in in new test-cases [2] (randomly happening on different
architectures [3):

    117: directory removed before reading                FAILED (dirrem01.at:37)
    118: explicitly named directory removed before reading FAILED 
(dirrem02.at:34)
    ...
    --- -       2017-12-18 12:13:22.658094565 +0000
    +++ /builddir/build/BUILD/tar-1.30/tests/testsuite.dir/at-groups/117/stderr 
2017-12-18 12:13:22.646808763 +0000
    @@ -1,4 +1,5 @@
     tar: dir: Directory is new
     tar: dir/sub: Directory is new
    +tar: dir/sub: file changed as we read it
     tar: dir/sub: File removed before we read it

[1] https://koji.fedoraproject.org/koji/taskinfo?taskID=23777198
[2] https://kojipkgs.fedoraproject.org//work/tasks/7210/23777210/build.log
[3] https://koji.fedoraproject.org/koji/taskinfo?taskID=23788888

Pavel

> diff --git a/tests/difflink.at b/tests/difflink.at
> index eadfb08..4e01176 100644
> --- a/tests/difflink.at
> +++ b/tests/difflink.at
> @@ -21,7 +21,7 @@ mkdir a
>  genfile -f a/x
>  ln -s x a/y
>  ln a/y a/z
> -tar cf a.tar a
> +tar cf a.tar a/x a/y a/z
>  rm a/z
>  ln -s x a/z
>  tar df a.tar
> 
> 
> Regards,
> Sergey
> 
> 





reply via email to

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