On 06/29/2015 05:01 PM, Bruce Cran wrote:
On 6/29/2015 4:56 PM, Bruce Cran wrote:
Is something broken in the t/stest program? It's reporting lots of
failures:

$ ./t/stest
fail at 128205317, size 978

Rather obviously from the console output (and tested), it works if the
loop if changed from:

while (total < 128*1024*1024UL) {
to
while (total < 128*1000*1000UL) {

The smalloc pool size was reduced. I committed something to reduce the size of the test cases too.

Bruce, I just found these 4 emails in my spam filter...

--
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to