Skip to content
Snippets Groups Projects
Commit 73fedc6b authored by Eric Mei's avatar Eric Mei
Browse files

branch: b1_6

fix AT test: using O_SYNC to trigger bulk write.
b=13659
r=johann, nathan
parent 2356ed42
No related merge requests found
......@@ -1456,11 +1456,7 @@ test_65b() #bug 3055
rm -f $DIR/$tfile
lfs setstripe $DIR/$tfile --index=0 --count=1
# force some real bulk transfer
dd if=/dev/urandom of=$TMP/big bs=1M count=4
cp $TMP/big $DIR/$tfile
echo "append" >> $DIR/$tfile
cat $DIR/$tfile >> /dev/null
rm $TMP/big
multiop $DIR/$tfile oO_CREAT:O_RDWR:O_SYNC:w4096c
do_facet ost1 sysctl -w lustre.fail_loc=0
# check for log message
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment