Lines Matching refs:check
12 # focus of this script is testing the FTS 'integrity-check' function,
13 # used to check if the current FTS index accurately reflects the content
28 # Run the integrity-check on FTS table $tbl using database handle $db. If
29 # the integrity-check passes, return "ok". Otherwise, throw an exception.
32 $db eval "INSERT INTO $tbl ($tbl) VALUES('integrity-check')"
41 # 1.1: Run the integrity check code to check it passes.
45 # this causes the integrity-check code to fail.
48 # Build an FTS table and check the integrity-check passes.
54 # integrity-check test to fail.
72 INSERT INTO t1 (t1) VALUES('integrity-check')
85 # 2.1: Run the integrity check code to check it passes.
89 # this causes the integrity-check code to fail.
107 INSERT INTO t2 (t2) VALUES('integrity-check')
119 # 3.1: Run the integrity check code to check it passes.
123 # this causes the integrity-check code to fail.
153 INSERT INTO t3 (t3) VALUES('integrity-check')
161 # Test that the integrity-check works if there are "notindexed" columns.
166 INSERT INTO t4(t4) VALUES('integrity-check');
181 INSERT INTO t4(t4) VALUES('integrity-check');
189 # Test that the integrity-check works if there is uncommitted data.
201 INSERT INTO t5(t5) VALUES('integrity-check');
207 INSERT INTO t5(t5) VALUES('integrity-check');
214 INSERT INTO t5(t5) VALUES('integrity-check');