4 ms·
The sqllogictest suite (https://www.sqlite.org/sqllogictest https://www.sqlite.org/sqllogictest) only has to be run on all the various servers when the tests th
by SQLite 12y ago
The sqllogictest suite (https://www.sqlite.org/sqllogictest https://www.sqlite.org/sqllogictest) only has to be run on all the various servers when the tests themselves change, in order to validate the tests. Otherwise, those tests only need to be run on the system under test, since the tests themselves contain the correct answer to check against.
The sqllogictest suite takes about 15 minutes to run three times against SQLite (once with all optimizations turned on, and twice more with various optimizations turned off) on a fast machine.