summaryrefslogtreecommitdiffstats
path: root/tests/00-geo-rep
diff options
context:
space:
mode:
authorSanoj Unnikrishnan <sunnikri@redhat.com>2018-05-22 14:43:12 +0530
committerAmar Tumballi <amarts@redhat.com>2018-07-13 07:34:48 +0000
commitd2fb898e9d0ce4c18e189f598416eaa58ab68d5b (patch)
tree76f6805b71bd368cb46b7b19e1c361809613017d /tests/00-geo-rep
parent271510b09d0613887f983b1e3dad5c55cdc6cd07 (diff)
Quota: Fix crawling of files
Problem: Running "find ." does not crawl files. It goes over the directories and lists all dentries with getdents system call. Hence the files are not looked up. Solution: explicitly triggerr stat on files with find . -exec stat {} \; since crawl can take slightly longer, updating timeout in test case Change-Id: If3c1fba2ed8e300c9cc08c1b5c1ba93cb8e4d6b6 fixes: bz#1533000 Signed-off-by: Sanoj Unnikrishnan <sunnikri@redhat.com>
Diffstat (limited to 'tests/00-geo-rep')
0 files changed, 0 insertions, 0 deletions