1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Merge begin-concurrent changes into this branch.

FossilOrigin-Name: af17432eb135895f9a55115c0eb364745715bb2dc14da01cbb2dc498e61c1853
This commit is contained in:
dan
2018-07-10 15:48:39 +00:00
81 changed files with 15788 additions and 615 deletions

View File

@@ -282,6 +282,12 @@ test_suite "fts5-light" -prefix "" -description {
-exclude *corrupt* *fault* *big* *fts5aj*
]
test_suite "window" -prefix "" -description {
All window function related tests .
} -files [
test_set [glob -nocomplain $::testdir/window*.test]
]
test_suite "lsm1" -prefix "" -description {
All LSM1 tests.
} -files [glob -nocomplain $::testdir/../ext/lsm1/test/*.test]