Bugs item #1610899, was opened at 2006-12-07 16:31
Message generated for change (Comment added) made by subrata_modak
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=103382&aid=1610899&group_id=3382
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Testcases
Group: Filesystems
>Status: Closed
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Vagin Andrey (shpagin)
Assigned to: mreed (mreed10)
Summary: gf18: Testcase has time to created file with size more 2GB
Initial Comment:
Log:
growfiles(gf18): growfiles.c/1927: lseek(fd, 4806, SEEK_END) failed: Value too large for defined data type
growfiles(gf18): 29030 growfiles.c/1663: 857167 Hit max errors value of 1
Testcase has time to created file with size more 2GB, and so lseek return error.
I think, to solve this problem, we may add arguments: -T 429495 -t 2147483648 for growfiles
trunc_inter=2^31/5000=429495 (how many operations needed, that the size of file can ecxeed 2GB)
trunc_incr=2^31=2147483648=2GB
ps trunc_inter isn't divisible by value at "-S". In this case, it have to be odd
----------------------------------------------------------------------
>Comment By: Subrata (subrata_modak)
Date: 2007-05-18 13:27
Message:
Logged In: YES
user_id=1737361
Originator: NO
I do not find any anomaly in the test execution. Please see atached tar
for the test output with
1) -T 429495 -t 2147483648 for growfiles, as well as
2) Without these options.
# uname -a
Linux <host> 2.6.18-1.2961.el5 #1 SMP Wed Jan 3 14:35:29 EST 2007 i686
i686 i386 GNU/Linux
Regards--
Subrata
File Added: gf18-tests.tgz
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=103382&aid=1610899&group_id=3382
|