Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
test_journal.c
922b358
Update an assert() in test_journal.c to take the new "VACUUM INTO" functionality into account.
by dan
· 6 years ago
5b3a3b3
Do not run sync2.test as part of the "journaltest" permutation, as it uses
by dan
· 8 years ago
05accd2
Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script.
by dan
· 9 years ago
8f2ce91
Since the return value of sqlite3OsClose() is always ignored, we might as
by drh
· 9 years ago
189143d
Fix harmless compiler warning in an assert() statement.
by mistachkin
· 11 years ago
msvcW4
27b2f05
Harmless compiler warning fixes for 'testfixture' and the miscellaneous extensions when built with the MSVC makefile.
by mistachkin
· 11 years ago
83cc139
Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in
by drh
· 13 years ago
7da5fcb
Fix MSVC compiler warnings in test code.
by drh
· 13 years ago
961e4ca
Do not throw an error from within test_journal.c if a database file size is not an integer multiple of the page-size.
by dan
· 14 years ago
9d69c5d
Fix test case issues related to errors in file-controls and the PSOW flag.
by dan
· 14 years ago
7c3210e
Fix other problems where 32-bit integer overflow may cause a problem. Two that require an improbably large sub-journal and two in test harness code.
by dan
· 14 years ago
a12b6fa
Minor cleanups to the header comments on various test_*.c file, to make
by drh
· 14 years ago
5198bea
Fix a memory leak in test_journal.c causing tests to fail.
by dan
· 15 years ago
dc11061
Modify test_journal.c to work with pre-allocated databases.
by dan
· 15 years ago
2667be5
Remove the unused xRename() method from the sqlite3_vfs object.
by drh
· 15 years ago
007d6c3
Update the test VFS in test_journal.c so that it implements the
by drh
· 15 years ago
b7e8ea2
Use VFS method xCurrentTimeInt64 instead of xCurrentTime when it is available.
by drh
· 15 years ago
af75c86
Add the xShmRelease() method to the VFS. The os_unix.c implementation of
by drh
· 15 years ago
f2424c5
Begin moving WAL-specific I/O into the VFS. This checkin contains VFS
by drh
· 15 years ago
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
8ca8255
Another change to test_journal.c to account for (6817). Again, only test code has changed. (CVS 6819)
by danielk1977
· 16 years ago
8f398ad
Update test_journal.c to account for (6817). Changes to test code only. (CVS 6818)
by danielk1977
· 16 years ago
64aca19
Change "... myfunction() { ... }" to "... myfunction(void) { ... }" in a few pla
by danielk1977
· 16 years ago
1a321c3
Fix thread related problems in test modules test_async.c and test_journal.c. (CVS 6399)
by danielk1977
· 16 years ago
5a2cc66
Ensure that the test vfs in test_journal.c zeroes sqlite3_file.pMethods if an xOpen() call fails. Similar problem to that fixed by #6384. This was a problem with test code, not SQLite itself. (CVS 6387)
by danielk1977
· 16 years ago
be21779
Corrected typos and misspellings. Ticket #3702. (CVS 6336)
by shane
· 16 years ago
f7f33fb
Fix a case where during a rollback triggered by an IO or malloc error an unjournalled region of the database could be written to (with it's original data). This was causing an assert in test_journal.c to fail. Add a test case in ioerr2.test to trigger this case. (CVS 6286)
by danielk1977
· 16 years ago
4faa5f4
Modify the test_journal.c code to (1) account for the backup code writing to parts of the pending-byte page when changing a databases page-size, and (2) to avoid reading from the pending-byte page and triggering the assert in os_unix.c. Changes to test code only. (CVS 6280)
by danielk1977
· 16 years ago
44805ad
Sometimes a single byte is written to the main database file. Make sure
by drh
· 17 years ago
e86a5b7
Clean up test_journal.c to make it easier to follow. (CVS 6140)
by danielk1977
· 17 years ago
f70c1fe
Make the same change as (6121) (accidentally reverted). Also enhance test_journal.c to catch this kind of bug. (CVS 6136)
by danielk1977
· 17 years ago
cd1cbff
Modify test_journal.c to verify the page data being written to the journal file. (CVS 6123)
by danielk1977
· 17 years ago
401b65e
Fix a memory leak in test_journal.c (test code). Also remove function pager_truncate_cache(), a wrapper around sqlite3PCacheTruncate(), from pager.c. (CVS 6118)
by danielk1977
· 17 years ago
0d519ca
Fix some test code problems in "permutations.test journaltest pager.test". (CVS 6109)
by danielk1977
· 17 years ago
a641748
Fix a couple of problems in test file test_journal.c that were causing segfaults when running all.test. (CVS 6063)
by danielk1977
· 17 years ago
f310751
Add a case to permutations.test to run tests with the test_journal.c backend installed. Also many fixes to test_journal.c and one quite obscure fix to pager.c. (CVS 6052)
by danielk1977
· 17 years ago
a0fc729
Add a vfs backend that detects problems like the one addressed by (6043) and (6047). (CVS 6049)
by danielk1977
· 17 years ago