Current-Users archive

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

Re: failing i386 atf tests



On Mon, Dec 13, 2010 at 01:00:34PM +0100, Adam Hamsik wrote:
> Hi folks, 
> 
> My periodic runs of anita test fails for i386 with this error. Does it ring 
> bell to anyone ?
> 
> # atf-run t_vnd 
> tc-so:Executing command [ mount /dev/vnd3a mnt ]
> tc-so:Creating test files
> tc-se:sh: cannot create mnt/2/: directory nonexistent
> tc-se:t_vnd: ERROR: The test case cleanup returned a non-ok exit code, but 
> this is not allowed
> tc-end: basic, failed, Failed to create file 2/

Is your test source corrupt?  I can't see where the "/" is coming from:

        echo "Creating test files"
        for f in $(jot 100); do
                jot 1000 >mnt/${f} || atf_fail "Failed to create file ${f}"
        done


Home | Main Index | Thread Index | Old Index