Lines Matching refs:size
40 # io-5.* - Test that the default page size is selected and used
212 # Changed 2010-03-27: The size of the database is now stored in
301 # size is larger than the page-size.
392 # File size might be 1 due to the hack to work around ticket #3260.
394 expr {[file size test.db]>1}
419 # size may be a little less than that. So this test case just tests
420 # that the file is now greater than 20000 bytes in size.
421 list [expr [file size test.db]>20000] [nSync]
426 list [file size test.db] [nSync]
496 expr {[file size test.db]/1024}
516 # difficult to predict the exact size of the file as reported by
517 # [file size].
523 # to the journal file after the cache-spill, then the size of the
526 # <jrnl file size> = <jrnl header size> + nPage * (<page-size> + 8)
529 # will not predict the size of the journal file.
531 file size test.db-journal
536 # Test cases io-5.* test that the default page size is selected and
569 expr {[file size test.db]/2}
618 # cache size to become too small to hold the entire db in memory.