I'm a newbie. I am also a test engineer interested in the amount and types of testing that are performed on SQLite. Especially on releases of new versions. Can anyone shed any light on this topic?
I have spent a considerable amount of days looking for SQLite regression tests that are available, how often are they run, and where to find the results. So far I feel I have exhausted my search and came up way to short on information. I have only found regression tcl scripts at the following url: http://www.sqlite.org/cvstrac/dir?d=sqlite/test However, no documentation summarizing this testing and no posted results from SQLite.org. My understanding is that over 200,000 test cases are being run by SQLite.org, according to check-in [3144] there is 98% test coverage, and that the community of developers utilizing SQLite in there projects are also running these regression tests on there individual platforms. Thanks, Frank

