[BACK]Return to fail.dat CVS log [TXT][DIR] Up to [Development] / xfs-cmds / xfstests / dmapi / src / suite2 / data

File: [Development] / xfs-cmds / xfstests / dmapi / src / suite2 / data / fail.dat (download)

Revision 1.5, Wed Nov 9 02:50:19 2005 UTC (11 years, 11 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -29 lines

Update copyright annotations and license boilerplates to correspond with SGI Legals preferences.
Merge of master-melb:xfs-cmds:24329a by kenmcd.

//
// Copyright (c) 2000-2001 Silicon Graphics, Inc.  All Rights Reserved.
//
// This test will use the following files:
//
ctf stf ls_to_copy ctest.c
fcntl open_test truncate rd wf 
set_region set_return_on_destroy 
--------------------------------------------
// These setup commands are run before the daemon starts.
// They reset the file structure of the test directory
// to a known state, and they ensure that the NFS
//
rm $real_dir/???
$1/ctf $1 $real_dir
$1/stf $1 $real_dir/l??
rm $real_dir/ctest.c
cp $1/ctest.c $real_dir
chown $lname $real_dir/*
$1/set_return_on_destroy $real_dir test
rmdir $real_dir/fail_tempdir/fail_subdir
rm $real_dir/fail_tempdir/*
rmdir $real_dir/fail_tempdir
mkdir $real_dir/fail_tempdir
mkdir $real_dir/fail_tempdir/fail_subdir
echo "Temporary file" > $real_dir/fail_tempdir/temp_file
chown root $real_dir/fail_tempdir
--------------------------------------------
@@ Failure checks (1 of 8):  symlink
@@
ln -s $2/fail_tempdir/temp_file $2/fail_tempdir/failed_symlink
event_count 2
event[0] symlink
event[1] postsymlink
ret_code[1] 13
failure
--------------------------------------------
@@ Failure checks (2 of 8):  link
@@
ln $2/fail_tempdir/temp_file $2/fail_tempdir/failed_link
event_count 2
event[0] link
event[1] postlink
ret_code[1] 13
failure
--------------------------------------------
@@ Failure checks (3 of 8):  mkdir
@@
mkdir $2/fail_tempdir/failed_subdir
event_count 2
event[0] create
event[1] postcreate
ret_code[1] 13
failure
--------------------------------------------
@@ Failure checks (4 of 8):  rmdir
@@
rmdir $2/fail_tempdir/fail_subdir
event_count 2
event[0] remove
event[1] postremove
ret_code[1] 13
failure
--------------------------------------------
@@ Failure checks (5 of 8):  open
@@
$1/open_test $2/fail_tempdir/temp_file o_rdwr
event_count 0
failure
--------------------------------------------
@@ Failure checks (6 of 8):  open/create
@@
$1/open_test $2/fail_tempdir/temp_file o_rdwr o_creat
event_count 0
failure
--------------------------------------------
@@ Failure checks (7 of 8):  open/truncate
@@
$1/open_test $2/fail_tempdir/temp_file o_rdwr o_trunc
event_count 0
failure
--------------------------------------------
@@ Failure checks (8 of 8):  remove
@@
rm -f $2/fail_tempdir/temp_file
event_count 2
event[0] remove
event[1] postremove
ret_code[1] 13
failure