Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 922b358 Update an assert() in test_journal.c to take the new "VACUUM INTO" functionality into account. by dan · 6 years ago
  2. 5b3a3b3 Do not run sync2.test as part of the "journaltest" permutation, as it uses by dan · 8 years ago
  3. 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
  4. 8f2ce91 Since the return value of sqlite3OsClose() is always ignored, we might as by drh · 9 years ago
  5. 189143d Fix harmless compiler warning in an assert() statement. by mistachkin · 11 years ago msvcW4
  6. 27b2f05 Harmless compiler warning fixes for 'testfixture' and the miscellaneous extensions when built with the MSVC makefile. by mistachkin · 11 years ago
  7. 83cc139 Fix harmless compiler warnings on x64 MSVC, mostly in test code, but also in by drh · 13 years ago
  8. 7da5fcb Fix MSVC compiler warnings in test code. by drh · 13 years ago
  9. 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
  10. 9d69c5d Fix test case issues related to errors in file-controls and the PSOW flag. by dan · 14 years ago
  11. 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
  12. a12b6fa Minor cleanups to the header comments on various test_*.c file, to make by drh · 14 years ago
  13. 5198bea Fix a memory leak in test_journal.c causing tests to fail. by dan · 15 years ago
  14. dc11061 Modify test_journal.c to work with pre-allocated databases. by dan · 15 years ago
  15. 2667be5 Remove the unused xRename() method from the sqlite3_vfs object. by drh · 15 years ago
  16. 007d6c3 Update the test VFS in test_journal.c so that it implements the by drh · 15 years ago
  17. b7e8ea2 Use VFS method xCurrentTimeInt64 instead of xCurrentTime when it is available. by drh · 15 years ago
  18. af75c86 Add the xShmRelease() method to the VFS. The os_unix.c implementation of by drh · 15 years ago
  19. f2424c5 Begin moving WAL-specific I/O into the VFS. This checkin contains VFS by drh · 15 years ago
  20. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  21. 8ca8255 Another change to test_journal.c to account for (6817). Again, only test code has changed. (CVS 6819) by danielk1977 · 16 years ago
  22. 8f398ad Update test_journal.c to account for (6817). Changes to test code only. (CVS 6818) by danielk1977 · 16 years ago
  23. 64aca19 Change "... myfunction() { ... }" to "... myfunction(void) { ... }" in a few pla by danielk1977 · 16 years ago
  24. 1a321c3 Fix thread related problems in test modules test_async.c and test_journal.c. (CVS 6399) by danielk1977 · 16 years ago
  25. 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
  26. be21779 Corrected typos and misspellings. Ticket #3702. (CVS 6336) by shane · 16 years ago
  27. 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
  28. 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
  29. 44805ad Sometimes a single byte is written to the main database file. Make sure by drh · 17 years ago
  30. e86a5b7 Clean up test_journal.c to make it easier to follow. (CVS 6140) by danielk1977 · 17 years ago
  31. 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
  32. cd1cbff Modify test_journal.c to verify the page data being written to the journal file. (CVS 6123) by danielk1977 · 17 years ago
  33. 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
  34. 0d519ca Fix some test code problems in "permutations.test journaltest pager.test". (CVS 6109) by danielk1977 · 17 years ago
  35. 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
  36. 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
  37. a0fc729 Add a vfs backend that detects problems like the one addressed by (6043) and (6047). (CVS 6049) by danielk1977 · 17 years ago