Skip to content

Commit d9afa82

Browse files
committed
Merge from remote
2 parents dc46206 + ff999dd commit d9afa82

File tree

3 files changed

+144
-143
lines changed

3 files changed

+144
-143
lines changed

run.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ var testfiles = walkFiles(
4848
'./test', // Folder where to find test files
4949

5050

51-
/slt_good_0\.test$/, // Regexp for files to include (all files ending with .test )
51+
/\.test$/, // Regexp for files to include (all files ending with .test )
5252

53-
// Regexp for files to exclude - keep one and outcomment the rest
54-
// /(00\/|\d{2,}|select[45])\.test/ // Exclude a lot of files (fastest - 125 files)
55-
// /\/10+\// // exclude biggest files (balance between time and depth) (410 files)
56-
null // Exclude no files - As all tests contains a few million tests it can take some time. (622+ files)
57-
// /select[45]\.test/ // get all exept select5.test - as its taking days to complete
53+
// Regexp for files to exclude - keep one and outcomment the rest
54+
// /(00\/|\d{2,}|select[45])\.test/ // Exclude a lot of files (fastest - 125 files)
55+
// /\/10+\// // exclude biggest files (balance between time and depth) (410 files)
56+
// null // Exclude no files - As all tests contains a few million tests it can take some time. (622+ files)
57+
/select[45]\.test/ // get all exept select5.test - as its taking days to complete
5858

5959
);
6060

skipTests-2.1.line

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
`sqlite 7 OK: ./test/evidence/slt_lang_reindex.test`
2+
`sqlite 14 OK: ./test/evidence/slt_lang_replace.test`
3+
`sqlite 7 OK: ./test/evidence/slt_lang_reindex.test`
4+
`sqlite 14 OK: ./test/evidence/slt_lang_replace.test`
5+
`sqlite 10033 OK: ./test/index/between/10/slt_good_0.test`
6+
`sqlite 10032 OK: ./test/index/between/10/slt_good_3.test`
7+
`sqlite 10032 OK: ./test/index/between/10/slt_good_4.test`
8+
`sqlite 10123 OK: ./test/index/between/100/slt_good_0.test`
9+
`sqlite 10030 OK: ./test/index/commute/10/slt_good_1.test`
10+
`sqlite 10032 OK: ./test/index/commute/10/slt_good_11.test`
11+
`sqlite 10031 OK: ./test/index/commute/10/slt_good_12.test`
12+
`sqlite 10032 OK: ./test/index/commute/10/slt_good_16.test`
13+
`sqlite 10031 OK: ./test/index/commute/10/slt_good_17.test`
14+
`sqlite 10034 OK: ./test/index/commute/10/slt_good_18.test`
15+
`sqlite 10031 OK: ./test/index/commute/10/slt_good_19.test`
16+
`sqlite 10037 OK: ./test/index/commute/10/slt_good_2.test`
17+
`sqlite 10030 OK: ./test/index/commute/10/slt_good_21.test`
18+
`sqlite 10033 OK: ./test/index/commute/10/slt_good_22.test`
19+
`sqlite 10033 OK: ./test/index/commute/10/slt_good_23.test`
20+
`sqlite 10030 OK: ./test/index/commute/10/slt_good_25.test`
21+
`sqlite 10031 OK: ./test/index/commute/10/slt_good_26.test`
22+
`sqlite 10033 OK: ./test/index/commute/10/slt_good_27.test`
23+
`sqlite 10033 OK: ./test/index/commute/10/slt_good_28.test`
24+
`sqlite 10032 OK: ./test/index/commute/10/slt_good_3.test`
25+
`sqlite 10033 OK: ./test/index/commute/10/slt_good_31.test`
26+
`sqlite 10032 OK: ./test/index/commute/10/slt_good_32.test`
27+
`sqlite 10034 OK: ./test/index/commute/10/slt_good_33.test`
28+
`sqlite 10032 OK: ./test/index/commute/10/slt_good_34.test`
29+
`sqlite 10030 OK: ./test/index/commute/10/slt_good_4.test`
30+
`sqlite 10032 OK: ./test/index/commute/10/slt_good_8.test`
31+
`sqlite 10120 OK: ./test/index/commute/100/slt_good_1.test`
32+
`sqlite 10124 OK: ./test/index/commute/100/slt_good_10.test`
33+
`sqlite 10123 OK: ./test/index/commute/100/slt_good_2.test`
34+
`sqlite 10121 OK: ./test/index/commute/100/slt_good_5.test`
35+
`sqlite 10123 OK: ./test/index/commute/100/slt_good_7.test`
36+
`sqlite 10123 OK: ./test/index/commute/100/slt_good_9.test`
37+
`sqlite 4741 OK: ./test/index/commute/1000/slt_good_0.test`
38+
`sqlite 11025 OK: ./test/index/commute/1000/slt_good_3.test`
39+
`sqlite 10907 OK: ./test/index/delete/1/slt_good_0.test`
40+
`sqlite 10730 OK: ./test/index/delete/10/slt_good_0.test`
41+
`sqlite 10774 OK: ./test/index/delete/10/slt_good_1.test`
42+
`sqlite 9390 OK: ./test/index/delete/10/slt_good_2.test`
43+
`sqlite 10065 OK: ./test/index/delete/10/slt_good_3.test`
44+
`sqlite 10599 OK: ./test/index/delete/10/slt_good_4.test`
45+
`sqlite 10353 OK: ./test/index/delete/10/slt_good_5.test`
46+
`sqlite 11145 OK: ./test/index/delete/100/slt_good_0.test`
47+
`sqlite 10895 OK: ./test/index/delete/100/slt_good_1.test`
48+
`sqlite 11033 OK: ./test/index/delete/100/slt_good_2.test`
49+
`sqlite 10942 OK: ./test/index/delete/100/slt_good_3.test`
50+
`sqlite 11924 OK: ./test/index/delete/1000/slt_good_0.test`
51+
`sqlite 11838 OK: ./test/index/delete/1000/slt_good_1.test`
52+
`sqlite 20347 OK: ./test/index/delete/10000/slt_good_0.test`
53+
`sqlite 10035 OK: ./test/index/in/10/slt_good_2.test`
54+
`sqlite 10037 OK: ./test/index/in/10/slt_good_3.test`
55+
`sqlite 11024 OK: ./test/index/in/1000/slt_good_1.test`
56+
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_0.test`
57+
`sqlite 10054 OK: ./test/index/orderby/10/slt_good_1.test`
58+
`sqlite 10051 OK: ./test/index/orderby/10/slt_good_10.test`
59+
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_11.test`
60+
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_12.test`
61+
`sqlite 10051 OK: ./test/index/orderby/10/slt_good_13.test`
62+
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_14.test`
63+
`sqlite 10052 OK: ./test/index/orderby/10/slt_good_15.test`
64+
`sqlite 10050 OK: ./test/index/orderby/10/slt_good_16.test`
65+
`sqlite 10054 OK: ./test/index/orderby/10/slt_good_17.test`
66+
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_18.test`
67+
`sqlite 10052 OK: ./test/index/orderby/10/slt_good_19.test`
68+
`sqlite 10051 OK: ./test/index/orderby/10/slt_good_2.test`
69+
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_21.test`
70+
`sqlite 10052 OK: ./test/index/orderby/10/slt_good_22.test`
71+
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_23.test`
72+
`sqlite 10051 OK: ./test/index/orderby/10/slt_good_24.test`
73+
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_25.test`
74+
`sqlite 10051 OK: ./test/index/orderby/10/slt_good_3.test`
75+
`sqlite 10052 OK: ./test/index/orderby/10/slt_good_4.test`
76+
`sqlite 10051 OK: ./test/index/orderby/10/slt_good_5.test`
77+
`sqlite 10048 OK: ./test/index/orderby/10/slt_good_6.test`
78+
`sqlite 10052 OK: ./test/index/orderby/10/slt_good_7.test`
79+
`sqlite 10051 OK: ./test/index/orderby/10/slt_good_8.test`
80+
`sqlite 10050 OK: ./test/index/orderby/10/slt_good_9.test`
81+
`sqlite 10141 OK: ./test/index/orderby/100/slt_good_0.test`
82+
`sqlite 10140 OK: ./test/index/orderby/100/slt_good_1.test`
83+
`sqlite 10142 OK: ./test/index/orderby/100/slt_good_2.test`
84+
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_0.test`
85+
`sqlite 10051 OK: ./test/index/orderby_nosort/10/slt_good_1.test`
86+
`sqlite 10051 OK: ./test/index/orderby_nosort/10/slt_good_10.test`
87+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_11.test`
88+
`sqlite 10051 OK: ./test/index/orderby_nosort/10/slt_good_12.test`
89+
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_13.test`
90+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_14.test`
91+
`sqlite 10054 OK: ./test/index/orderby_nosort/10/slt_good_15.test`
92+
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_16.test`
93+
`sqlite 10050 OK: ./test/index/orderby_nosort/10/slt_good_17.test`
94+
`sqlite 10050 OK: ./test/index/orderby_nosort/10/slt_good_18.test`
95+
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_19.test`
96+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_2.test`
97+
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_20.test`
98+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_21.test`
99+
`sqlite 10054 OK: ./test/index/orderby_nosort/10/slt_good_22.test`
100+
`sqlite 10051 OK: ./test/index/orderby_nosort/10/slt_good_23.test`
101+
`sqlite 10054 OK: ./test/index/orderby_nosort/10/slt_good_24.test`
102+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_25.test`
103+
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_26.test`
104+
`sqlite 10051 OK: ./test/index/orderby_nosort/10/slt_good_27.test`
105+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_28.test`
106+
`sqlite 10050 OK: ./test/index/orderby_nosort/10/slt_good_29.test`
107+
`sqlite 10051 OK: ./test/index/orderby_nosort/10/slt_good_3.test`
108+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_30.test`
109+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_31.test`
110+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_32.test`
111+
`sqlite 10050 OK: ./test/index/orderby_nosort/10/slt_good_33.test`
112+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_34.test`
113+
`sqlite 10049 OK: ./test/index/orderby_nosort/10/slt_good_35.test`
114+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_36.test`
115+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_37.test`
116+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_38.test`
117+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_39.test`
118+
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_4.test`
119+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_5.test`
120+
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_6.test`
121+
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_7.test`
122+
`sqlite 10054 OK: ./test/index/orderby_nosort/10/slt_good_8.test`
123+
`sqlite 10055 OK: ./test/index/orderby_nosort/10/slt_good_9.test`
124+
`sqlite 10149 OK: ./test/index/orderby_nosort/100/slt_good_0.test`
125+
`sqlite 10141 OK: ./test/index/orderby_nosort/100/slt_good_1.test`
126+
`sqlite 10142 OK: ./test/index/orderby_nosort/100/slt_good_2.test`
127+
`sqlite 10143 OK: ./test/index/orderby_nosort/100/slt_good_3.test`
128+
`sqlite 10141 OK: ./test/index/orderby_nosort/100/slt_good_4.test`
129+
`sqlite 10142 OK: ./test/index/orderby_nosort/100/slt_good_5.test`
130+
`sqlite 10144 OK: ./test/index/orderby_nosort/100/slt_good_6.test`
131+
`sqlite 11040 OK: ./test/index/orderby_nosort/1000/slt_good_0.test`
132+
`sqlite 11043 OK: ./test/index/orderby_nosort/1000/slt_good_1.test`
133+
`sqlite 1027 OK: ./test/index/random/1000/slt_good_2.test`
134+
`sqlite 1033 OK: ./test/index/random/1000/slt_good_3.test`
135+
`sqlite 12 OK: ./test/random/select/slt_good_125.test`
136+
`sqlite 12 OK: ./test/random/select/slt_good_126.test`
137+
`sqlite 1031 OK: ./test/select1.test`

skipTests.line

Lines changed: 1 addition & 137 deletions
Original file line numberDiff line numberDiff line change
@@ -1,137 +1 @@
1-
`sqlite 7 OK: ./test/evidence/slt_lang_reindex.test`
2-
`sqlite 14 OK: ./test/evidence/slt_lang_replace.test`
3-
`sqlite 7 OK: ./test/evidence/slt_lang_reindex.test`
4-
`sqlite 14 OK: ./test/evidence/slt_lang_replace.test`
5-
`sqlite 10033 OK: ./test/index/between/10/slt_good_0.test`
6-
`sqlite 10032 OK: ./test/index/between/10/slt_good_3.test`
7-
`sqlite 10032 OK: ./test/index/between/10/slt_good_4.test`
8-
`sqlite 10123 OK: ./test/index/between/100/slt_good_0.test`
9-
`sqlite 10030 OK: ./test/index/commute/10/slt_good_1.test`
10-
`sqlite 10032 OK: ./test/index/commute/10/slt_good_11.test`
11-
`sqlite 10031 OK: ./test/index/commute/10/slt_good_12.test`
12-
`sqlite 10032 OK: ./test/index/commute/10/slt_good_16.test`
13-
`sqlite 10031 OK: ./test/index/commute/10/slt_good_17.test`
14-
`sqlite 10034 OK: ./test/index/commute/10/slt_good_18.test`
15-
`sqlite 10031 OK: ./test/index/commute/10/slt_good_19.test`
16-
`sqlite 10037 OK: ./test/index/commute/10/slt_good_2.test`
17-
`sqlite 10030 OK: ./test/index/commute/10/slt_good_21.test`
18-
`sqlite 10033 OK: ./test/index/commute/10/slt_good_22.test`
19-
`sqlite 10033 OK: ./test/index/commute/10/slt_good_23.test`
20-
`sqlite 10030 OK: ./test/index/commute/10/slt_good_25.test`
21-
`sqlite 10031 OK: ./test/index/commute/10/slt_good_26.test`
22-
`sqlite 10033 OK: ./test/index/commute/10/slt_good_27.test`
23-
`sqlite 10033 OK: ./test/index/commute/10/slt_good_28.test`
24-
`sqlite 10032 OK: ./test/index/commute/10/slt_good_3.test`
25-
`sqlite 10033 OK: ./test/index/commute/10/slt_good_31.test`
26-
`sqlite 10032 OK: ./test/index/commute/10/slt_good_32.test`
27-
`sqlite 10034 OK: ./test/index/commute/10/slt_good_33.test`
28-
`sqlite 10032 OK: ./test/index/commute/10/slt_good_34.test`
29-
`sqlite 10030 OK: ./test/index/commute/10/slt_good_4.test`
30-
`sqlite 10032 OK: ./test/index/commute/10/slt_good_8.test`
31-
`sqlite 10120 OK: ./test/index/commute/100/slt_good_1.test`
32-
`sqlite 10124 OK: ./test/index/commute/100/slt_good_10.test`
33-
`sqlite 10123 OK: ./test/index/commute/100/slt_good_2.test`
34-
`sqlite 10121 OK: ./test/index/commute/100/slt_good_5.test`
35-
`sqlite 10123 OK: ./test/index/commute/100/slt_good_7.test`
36-
`sqlite 10123 OK: ./test/index/commute/100/slt_good_9.test`
37-
`sqlite 4741 OK: ./test/index/commute/1000/slt_good_0.test`
38-
`sqlite 11025 OK: ./test/index/commute/1000/slt_good_3.test`
39-
`sqlite 10907 OK: ./test/index/delete/1/slt_good_0.test`
40-
`sqlite 10730 OK: ./test/index/delete/10/slt_good_0.test`
41-
`sqlite 10774 OK: ./test/index/delete/10/slt_good_1.test`
42-
`sqlite 9390 OK: ./test/index/delete/10/slt_good_2.test`
43-
`sqlite 10065 OK: ./test/index/delete/10/slt_good_3.test`
44-
`sqlite 10599 OK: ./test/index/delete/10/slt_good_4.test`
45-
`sqlite 10353 OK: ./test/index/delete/10/slt_good_5.test`
46-
`sqlite 11145 OK: ./test/index/delete/100/slt_good_0.test`
47-
`sqlite 10895 OK: ./test/index/delete/100/slt_good_1.test`
48-
`sqlite 11033 OK: ./test/index/delete/100/slt_good_2.test`
49-
`sqlite 10942 OK: ./test/index/delete/100/slt_good_3.test`
50-
`sqlite 11924 OK: ./test/index/delete/1000/slt_good_0.test`
51-
`sqlite 11838 OK: ./test/index/delete/1000/slt_good_1.test`
52-
`sqlite 20347 OK: ./test/index/delete/10000/slt_good_0.test`
53-
`sqlite 10035 OK: ./test/index/in/10/slt_good_2.test`
54-
`sqlite 10037 OK: ./test/index/in/10/slt_good_3.test`
55-
`sqlite 11024 OK: ./test/index/in/1000/slt_good_1.test`
56-
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_0.test`
57-
`sqlite 10054 OK: ./test/index/orderby/10/slt_good_1.test`
58-
`sqlite 10051 OK: ./test/index/orderby/10/slt_good_10.test`
59-
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_11.test`
60-
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_12.test`
61-
`sqlite 10051 OK: ./test/index/orderby/10/slt_good_13.test`
62-
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_14.test`
63-
`sqlite 10052 OK: ./test/index/orderby/10/slt_good_15.test`
64-
`sqlite 10050 OK: ./test/index/orderby/10/slt_good_16.test`
65-
`sqlite 10054 OK: ./test/index/orderby/10/slt_good_17.test`
66-
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_18.test`
67-
`sqlite 10052 OK: ./test/index/orderby/10/slt_good_19.test`
68-
`sqlite 10051 OK: ./test/index/orderby/10/slt_good_2.test`
69-
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_21.test`
70-
`sqlite 10052 OK: ./test/index/orderby/10/slt_good_22.test`
71-
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_23.test`
72-
`sqlite 10051 OK: ./test/index/orderby/10/slt_good_24.test`
73-
`sqlite 10053 OK: ./test/index/orderby/10/slt_good_25.test`
74-
`sqlite 10051 OK: ./test/index/orderby/10/slt_good_3.test`
75-
`sqlite 10052 OK: ./test/index/orderby/10/slt_good_4.test`
76-
`sqlite 10051 OK: ./test/index/orderby/10/slt_good_5.test`
77-
`sqlite 10048 OK: ./test/index/orderby/10/slt_good_6.test`
78-
`sqlite 10052 OK: ./test/index/orderby/10/slt_good_7.test`
79-
`sqlite 10051 OK: ./test/index/orderby/10/slt_good_8.test`
80-
`sqlite 10050 OK: ./test/index/orderby/10/slt_good_9.test`
81-
`sqlite 10141 OK: ./test/index/orderby/100/slt_good_0.test`
82-
`sqlite 10140 OK: ./test/index/orderby/100/slt_good_1.test`
83-
`sqlite 10142 OK: ./test/index/orderby/100/slt_good_2.test`
84-
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_0.test`
85-
`sqlite 10051 OK: ./test/index/orderby_nosort/10/slt_good_1.test`
86-
`sqlite 10051 OK: ./test/index/orderby_nosort/10/slt_good_10.test`
87-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_11.test`
88-
`sqlite 10051 OK: ./test/index/orderby_nosort/10/slt_good_12.test`
89-
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_13.test`
90-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_14.test`
91-
`sqlite 10054 OK: ./test/index/orderby_nosort/10/slt_good_15.test`
92-
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_16.test`
93-
`sqlite 10050 OK: ./test/index/orderby_nosort/10/slt_good_17.test`
94-
`sqlite 10050 OK: ./test/index/orderby_nosort/10/slt_good_18.test`
95-
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_19.test`
96-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_2.test`
97-
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_20.test`
98-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_21.test`
99-
`sqlite 10054 OK: ./test/index/orderby_nosort/10/slt_good_22.test`
100-
`sqlite 10051 OK: ./test/index/orderby_nosort/10/slt_good_23.test`
101-
`sqlite 10054 OK: ./test/index/orderby_nosort/10/slt_good_24.test`
102-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_25.test`
103-
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_26.test`
104-
`sqlite 10051 OK: ./test/index/orderby_nosort/10/slt_good_27.test`
105-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_28.test`
106-
`sqlite 10050 OK: ./test/index/orderby_nosort/10/slt_good_29.test`
107-
`sqlite 10051 OK: ./test/index/orderby_nosort/10/slt_good_3.test`
108-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_30.test`
109-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_31.test`
110-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_32.test`
111-
`sqlite 10050 OK: ./test/index/orderby_nosort/10/slt_good_33.test`
112-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_34.test`
113-
`sqlite 10049 OK: ./test/index/orderby_nosort/10/slt_good_35.test`
114-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_36.test`
115-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_37.test`
116-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_38.test`
117-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_39.test`
118-
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_4.test`
119-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_5.test`
120-
`sqlite 10053 OK: ./test/index/orderby_nosort/10/slt_good_6.test`
121-
`sqlite 10052 OK: ./test/index/orderby_nosort/10/slt_good_7.test`
122-
`sqlite 10054 OK: ./test/index/orderby_nosort/10/slt_good_8.test`
123-
`sqlite 10055 OK: ./test/index/orderby_nosort/10/slt_good_9.test`
124-
`sqlite 10149 OK: ./test/index/orderby_nosort/100/slt_good_0.test`
125-
`sqlite 10141 OK: ./test/index/orderby_nosort/100/slt_good_1.test`
126-
`sqlite 10142 OK: ./test/index/orderby_nosort/100/slt_good_2.test`
127-
`sqlite 10143 OK: ./test/index/orderby_nosort/100/slt_good_3.test`
128-
`sqlite 10141 OK: ./test/index/orderby_nosort/100/slt_good_4.test`
129-
`sqlite 10142 OK: ./test/index/orderby_nosort/100/slt_good_5.test`
130-
`sqlite 10144 OK: ./test/index/orderby_nosort/100/slt_good_6.test`
131-
`sqlite 11040 OK: ./test/index/orderby_nosort/1000/slt_good_0.test`
132-
`sqlite 11043 OK: ./test/index/orderby_nosort/1000/slt_good_1.test`
133-
`sqlite 1027 OK: ./test/index/random/1000/slt_good_2.test`
134-
`sqlite 1033 OK: ./test/index/random/1000/slt_good_3.test`
135-
`sqlite 12 OK: ./test/random/select/slt_good_125.test`
136-
`sqlite 12 OK: ./test/random/select/slt_good_126.test`
137-
`sqlite 1031 OK: ./test/select1.test`
1+

0 commit comments

Comments
 (0)