Lines Matching refs:file
14 # of the *shm file mapped rolled back a transaction begun after the
15 # entire WAL file was checkpointed into the db file (i.e. a transaction
16 # that would have restarted the WAL file from the beginning).
19 set testdir [file dirname $argv0]
61 # Check file sizes are as expected. The real requirement here is that
62 # the *shm file is now more than one chunk (>32KiB).
66 do_test 1.3 { file size test.db } {1024}
67 do_test 1.4 { expr {[file size test.db-wal]>(1500*1024)} } {1}
68 do_test 1.5 { expr {[file size test.db-shm]>32768} } {1}
74 # At this point connection [db2] has mapped the first 32KB of the *shm file
75 # only. Because the entire WAL file has been checkpointed, it is not
76 # necessary to map any more of the *-shm file to read or write the database
77 # (since all data will be read directly from the db file).
80 # WAL file was rolled back an assert() attempting to verify that the entire
81 # *-shm file was mapped would fail. If NDEBUG was defined (and the assert()