Ticket #115: tests.log

File tests.log, 23.3 KB (added by Charlie Hull, 17 years ago)

Log output of 'nmake check' from Xapian HEAD

Line 
1Building Xapian on Win32
2
3 if not exist C:\work\Perl\bin\perl.exe exit(1)
4 copy config.h.win32 ..\config.h
5 1 file(s) copied.
6 copy version.h.win32 ..\include\xapian\version.h
7 1 file(s) copied.
8 copy win32_api.mak ..\api\Makefile
9 1 file(s) copied.
10 copy win32_backends.mak ..\backends\Makefile
11 1 file(s) copied.
12 copy win32_backends_flint.mak ..\backends\flint\Makefile
13 1 file(s) copied.
14 copy win32_backends_inmemory.mak ..\backends\inmemory\Makefile
15 1 file(s) copied.
16 copy win32_backends_multi.mak ..\backends\multi\Makefile
17 1 file(s) copied.
18 copy win32_backends_remote.mak ..\backends\remote\Makefile
19 1 file(s) copied.
20 copy win32_backends_quartz.mak ..\backends\quartz\Makefile
21 1 file(s) copied.
22 copy win32_bin.mak ..\bin\Makefile
23 1 file(s) copied.
24 copy win32_common.mak ..\common\Makefile
25 1 file(s) copied.
26 copy win32_examples.mak ..\examples\Makefile
27 1 file(s) copied.
28 copy win32_getopt.mak ..\getopt\Makefile
29 1 file(s) copied.
30 copy win32_languages_compiler.mak ..\languages\compiler\Makefile
31 1 file(s) copied.
32 copy win32_languages.mak ..\languages\Makefile
33 1 file(s) copied.
34 copy win32_matcher.mak ..\matcher\Makefile
35 1 file(s) copied.
36 copy win32_net.mak ..\net\Makefile
37 1 file(s) copied.
38 copy win32_unicode.mak ..\unicode\Makefile
39 1 file(s) copied.
40 copy win32_queryparser.mak ..\queryparser\Makefile
41 1 file(s) copied.
42 copy win32_tests.mak ..\tests\Makefile
43 1 file(s) copied.
44 copy win32_testsuite.mak ..\tests\harness\Makefile
45 1 file(s) copied.
46 if exist ..\..\xapian-bindings copy ..\..\xapian-bindings\xapian-version.h.in ..\..\xapian-bindings\xapian-version.h
47 1 file(s) copied.
48 if exist ..\..\xapian-bindings copy win32_bindings_python.mak ..\..\xapian-bindings\python\Makefile
49 1 file(s) copied.
50 if not exist ..\..\xapian-bindings\python\doccomments.i copy doccomments.i ..\..\xapian-bindings\python
51 if exist ..\..\xapian-bindings copy win32_bindings_php.mak ..\..\xapian-bindings\php\Makefile
52 1 file(s) copied.
53 if exist ..\..\xapian-applications copy win32_applications_omega.mak ..\..\xapian-applications\omega\Makefile
54 1 file(s) copied.
55 if exist ..\..\xapian-applications copy config.mak ..\..\xapian-applications\omega
56 1 file(s) copied.
57 if exist ..\..\xapian-applications copy config.h.omega.win32 ..\..\xapian-applications\omega\config.h
58 1 file(s) copied.
59 cd ..\common
60 nmake / CFG="" DEBUG=""
61 cd ..\api
62 nmake / CFG="" DEBUG=""
63 cd ..\backends
64 nmake / CFG="" DEBUG=""
65 cd ..\matcher
66 nmake / CFG="" DEBUG=""
67 cd ..\languages\compiler
68 nmake / CFG="" DEBUG=""
69 cd ..
70 nmake / CFG="" DEBUG=""
71 cd ..\queryparser
72 nmake / CFG="" DEBUG=""
73 cd ..\net
74 nmake / CFG="" DEBUG=""
75 cd ..\unicode
76 nmake / CFG="" DEBUG=""
77 cd ..\tests\harness
78 nmake / CFG="" DEBUG=""
79 cd ..\..\bin
80 nmake / CFG="" DEBUG=""
81 cd ..\examples
82 nmake / CFG="" DEBUG=""
83 cd ..\tests
84 nmake / CFG="" DEBUG=""
85 nmake / CFG="" DEBUG="" DOTEST
86 set srcdir=.
87 apitest -v
88Running nodb tests with void backend...
89Running test: trivial1... ok
90Running test: getqterms1... ok
91Running test: getqterms2... ok
92Running test: emptyquery1... ok
93Running test: querylen1... ok
94Running test: querylen2... ok
95Running test: queryvalid1... ok
96Running test: subqcollapse1... ok
97Running test: emptyquerypart1... ok
98Running test: singlesubq1... ok
99Running test: stemlangs1... ok
100Running test: weight1... ok
101Running test: nosuchdb1... ok
102Running test: addvalue1... ok
103Running test: poscollapse2... ok
104.\apitest.EXE completed test run: All 15 tests passed.
105Running unicode tests with void backend...
106Running test: utf8iterator1... ok
107Running test: utf8iterator2... ok
108.\apitest.EXE completed test run: All 2 tests passed.
109Running anydb tests with inmemory backend...
110Running test: zerodocid1... ok
111Running test: emptyquery1... ok
112Running test: simplequery1... ok
113Running test: simplequery2... ok
114Running test: simplequery3... ok
115Running test: wildquery1... ok
116Running test: multidb1... ok
117Running test: multidb2... ok
118Running test: multidb3... ok
119Running test: multidb4... ok
120Running test: multidb5... ok
121Running test: msetmaxitems1... ok
122Running test: expandmaxitems1... ok
123Running test: boolquery1... ok
124Running test: msetfirst1... ok
125Running test: topercent1... ok
126Running test: expandfunctor1... ok
127Running test: pctcutoff1... ok
128Running test: cutoff1... ok
129Running test: allowqterms1... ok
130Running test: maxattain1... ok
131Running test: reversebool1... ok
132Running test: reversebool2... ok
133Running test: getmterms1... ok
134Running test: getmterms2... ok
135Running test: poscollapse1... ok
136Running test: repeatquery1... ok
137Running test: fetchdocs1... ok
138Running test: absentterm1... ok
139Running test: absentterm2... ok
140Running test: rset1... ok
141Running test: rset2... ok
142Running test: rsetmultidb1... ok
143Running test: rsetmultidb3... ok
144Running test: eliteset1... ok
145Running test: eliteset2... ok
146Running test: eliteset3... ok
147Running test: eliteset4... ok
148Running test: termlisttermfreq1... ok
149Running test: qterminfo1... ok
150Running test: qterminfo2... ok
151Running test: msetzeroitems1... ok
152Running test: matches1... ok
153Running test: wqf1... ok
154Running test: qlen1... ok
155Running test: termlist1... ok
156Running test: termlist2... ok
157Running test: termlist3... ok
158Running test: termlist4... ok
159Running test: puncterms1... ok
160Running test: spaceterms1... ok
161Running test: xor1... ok
162Running test: getdoc1... ok
163Running test: emptyop1... ok
164Running test: checkatleast1... ok
165Running test: allpostlist1... ok
166Running test: emptyterm1... ok
167Running test: valuerange1... ok
168.\apitest.EXE completed test run: All 58 tests passed.
169Running specchar tests with inmemory backend...
170Running test: specialterms1... ok
171.\apitest.EXE completed test run: All 1 tests passed.
172Running writabledb tests with inmemory backend...
173Running test: adddoc1... ok
174Running test: adddoc2... ok
175Running test: adddoc3... ok
176Running test: implicitendsession1... ok
177Running test: databaseassign1... ok
178Running test: deldoc1... ok
179Running test: deldoc2... ok
180Running test: deldoc3... ok
181Running test: deldoc4... ok
182Running test: deldoc5... ok
183Running test: replacedoc1... ok
184Running test: replacedoc2... ok
185Running test: replacedoc3... ok
186Running test: replacedoc4... ok
187Running test: replacedoc5... ok
188Running test: uniqueterm1... ok
189Running test: emptyterm2... ok
190Running test: phraseorneartoand1... ok
191Running test: longpositionlist1... ok
192Running test: allpostlist2... ok
193Running test: consistency2... ok
194Running test: crashrecovery1...
195Test only supported for flint and quartz backends
196 SKIPPED
197.\apitest.EXE completed test run: All 21 tests passed, 1 skipped.
198Running localdb tests with inmemory backend...
199Running test: matchfunctor1... ok
200Running test: msetiterator1... ok
201Running test: msetiterator2... ok
202Running test: msetiterator3... ok
203Running test: esetiterator1... ok
204Running test: esetiterator2... ok
205Running test: multiexpand1... ok
206Running test: postlist1... ok
207Running test: postlist2... ok
208Running test: postlist3... ok
209Running test: postlist4... ok
210Running test: postlist5... ok
211Running test: postlist6... ok
212Running test: termstats... ok
213Running test: sortvalue1... ok
214Running test: consistency1... ok
215Running test: userweight1... ok
216.\apitest.EXE completed test run: All 17 tests passed.
217Running positionaldb tests with inmemory backend...
218Running test: near1... ok
219Running test: near2... ok
220Running test: phrase1... ok
221Running test: phrase2... ok
222Running test: poslist1... ok
223Running test: poslist2... ok
224Running test: poslist3... ok
225Running test: positfromtermit1... ok
226.\apitest.EXE completed test run: All 8 tests passed.
227Running doclendb tests with inmemory backend...
228Running test: rsetmultidb2... ok
229.\apitest.EXE completed test run: All 1 tests passed.
230Running collfreq tests with inmemory backend...
231Running test: collfreq1... ok
232.\apitest.EXE completed test run: All 1 tests passed.
233Running allterms tests with inmemory backend...
234Running test: allterms1... ok
235Running test: allterms2... ok
236Running test: allterms3... ok
237Running test: allterms4... ok
238Running test: allterms5... ok
239Running test: specialterms2... ok
240.\apitest.EXE completed test run: All 6 tests passed.
241Running multivalue tests with inmemory backend...
242Running test: collapsekey1... ok
243Running test: collapsekey3... ok
244Running test: collapsekey4... ok
245.\apitest.EXE completed test run: All 3 tests passed.
246Running anydb tests with flint backend...
247Running test: zerodocid1... ok
248Running test: emptyquery1... ok
249Running test: simplequery1... ok
250Running test: simplequery2... ok
251Running test: simplequery3... ok
252Running test: wildquery1... ok
253Running test: multidb1... ok
254Running test: multidb2... ok
255Running test: multidb3... ok
256Running test: multidb4... ok
257Running test: multidb5... ok
258Running test: msetmaxitems1... ok
259Running test: expandmaxitems1... ok
260Running test: boolquery1... ok
261Running test: msetfirst1... ok
262Running test: topercent1... ok
263Running test: expandfunctor1... ok
264Running test: pctcutoff1... ok
265Running test: cutoff1... ok
266Running test: allowqterms1... ok
267Running test: maxattain1... ok
268Running test: reversebool1... ok
269Running test: reversebool2... ok
270Running test: getmterms1... ok
271Running test: getmterms2... ok
272Running test: poscollapse1... ok
273Running test: repeatquery1... ok
274Running test: fetchdocs1... ok
275Running test: absentterm1... ok
276Running test: absentterm2... ok
277Running test: rset1... ok
278Running test: rset2... ok
279Running test: rsetmultidb1... ok
280Running test: rsetmultidb3... ok
281Running test: eliteset1... ok
282Running test: eliteset2... ok
283Running test: eliteset3... ok
284Running test: eliteset4... ok
285Running test: termlisttermfreq1... ok
286Running test: qterminfo1... ok
287Running test: qterminfo2... ok
288Running test: msetzeroitems1... ok
289Running test: matches1... ok
290Running test: wqf1... ok
291Running test: qlen1... ok
292Running test: termlist1... ok
293Running test: termlist2... ok
294Running test: termlist3... ok
295Running test: termlist4... ok
296Running test: puncterms1... ok
297Running test: spaceterms1... ok
298Running test: xor1... ok
299Running test: getdoc1... ok
300Running test: emptyop1... ok
301Running test: checkatleast1... ok
302Running test: allpostlist1... ok
303Running test: emptyterm1... ok
304Running test: valuerange1... ok
305.\apitest.EXE completed test run: All 58 tests passed.
306Running specchar tests with flint backend...
307Running test: specialterms1... ok
308.\apitest.EXE completed test run: All 1 tests passed.
309Running writabledb tests with flint backend...
310Running test: adddoc1... ok
311Running test: adddoc2... ok
312Running test: adddoc3... ok
313Running test: implicitendsession1... ok
314Running test: databaseassign1... ok
315Running test: deldoc1... ok
316Running test: deldoc2... ok
317Running test: deldoc3... ok
318Running test: deldoc4... ok
319Running test: deldoc5... ok
320Running test: replacedoc1... ok
321Running test: replacedoc2... ok
322Running test: replacedoc3... ok
323Running test: replacedoc4... ok
324Running test: replacedoc5... ok
325Running test: uniqueterm1... ok
326Running test: emptyterm2... ok
327Running test: phraseorneartoand1... ok
328Running test: longpositionlist1... ok
329Running test: allpostlist2... ok
330Running test: consistency2... ok
331Running test: crashrecovery1... ok
332.\apitest.EXE completed test run: All 22 tests passed.
333Running localdb tests with flint backend...
334Running test: matchfunctor1... ok
335Running test: msetiterator1... ok
336Running test: msetiterator2... ok
337Running test: msetiterator3... ok
338Running test: esetiterator1... ok
339Running test: esetiterator2... ok
340Running test: multiexpand1... ok
341Running test: postlist1... ok
342Running test: postlist2... ok
343Running test: postlist3... ok
344Running test: postlist4... ok
345Running test: postlist5... ok
346Running test: postlist6... ok
347Running test: termstats... ok
348Running test: sortvalue1... ok
349Running test: consistency1... ok
350Running test: userweight1... ok
351.\apitest.EXE completed test run: All 17 tests passed.
352Running positionaldb tests with flint backend...
353Running test: near1... ok
354Running test: near2... ok
355Running test: phrase1... ok
356Running test: phrase2... ok
357Running test: poslist1... ok
358Running test: poslist2... ok
359Running test: poslist3... ok
360Running test: positfromtermit1... ok
361.\apitest.EXE completed test run: All 8 tests passed.
362Running doclendb tests with flint backend...
363Running test: rsetmultidb2... ok
364.\apitest.EXE completed test run: All 1 tests passed.
365Running collfreq tests with flint backend...
366Running test: collfreq1... ok
367.\apitest.EXE completed test run: All 1 tests passed.
368Running allterms tests with flint backend...
369Running test: allterms1... ok
370Running test: allterms2... ok
371Running test: allterms3... ok
372Running test: allterms4... ok
373Running test: allterms5... ok
374Running test: specialterms2... ok
375.\apitest.EXE completed test run: All 6 tests passed.
376Running multivalue tests with flint backend...
377Running test: collapsekey1... ok
378Running test: collapsekey3... ok
379Running test: collapsekey4... ok
380.\apitest.EXE completed test run: All 3 tests passed.
381Running transactiondb tests with flint backend...
382Running test: badtransaction1... ok
383Running test: committransaction1... ok
384Running test: canceltransaction1... ok
385Running test: canceltransaction2... ok
386.\apitest.EXE completed test run: All 4 tests passed.
387Running flint tests with flint backend...
388Running test: flintdatabaseopeningerror1... ok
389Running test: flintdatabaseopen1... ok
390Running test: sortrel1... ok
391.\apitest.EXE completed test run: All 3 tests passed.
392Running anydb tests with quartz backend...
393Running test: zerodocid1... ok
394Running test: emptyquery1... ok
395Running test: simplequery1... ok
396Running test: simplequery2... ok
397Running test: simplequery3... ok
398Running test: wildquery1... ok
399Running test: multidb1... ok
400Running test: multidb2... ok
401Running test: multidb3... ok
402Running test: multidb4... ok
403Running test: multidb5... ok
404Running test: msetmaxitems1... ok
405Running test: expandmaxitems1... ok
406Running test: boolquery1... ok
407Running test: msetfirst1... ok
408Running test: topercent1... ok
409Running test: expandfunctor1... ok
410Running test: pctcutoff1... ok
411Running test: cutoff1... ok
412Running test: allowqterms1... ok
413Running test: maxattain1... ok
414Running test: reversebool1... ok
415Running test: reversebool2... ok
416Running test: getmterms1... ok
417Running test: getmterms2... ok
418Running test: poscollapse1... ok
419Running test: repeatquery1... ok
420Running test: fetchdocs1... ok
421Running test: absentterm1... ok
422Running test: absentterm2... ok
423Running test: rset1... ok
424Running test: rset2... ok
425Running test: rsetmultidb1... ok
426Running test: rsetmultidb3... ok
427Running test: eliteset1... ok
428Running test: eliteset2... ok
429Running test: eliteset3... ok
430Running test: eliteset4... ok
431Running test: termlisttermfreq1... ok
432Running test: qterminfo1... ok
433Running test: qterminfo2... ok
434Running test: msetzeroitems1... ok
435Running test: matches1... ok
436Running test: wqf1... ok
437Running test: qlen1... ok
438Running test: termlist1... ok
439Running test: termlist2... ok
440Running test: termlist3... ok
441Running test: termlist4... ok
442Running test: puncterms1... ok
443Running test: spaceterms1... ok
444Running test: xor1... ok
445Running test: getdoc1... ok
446Running test: emptyop1... ok
447Running test: checkatleast1... ok
448Running test: allpostlist1... ok
449Running test: emptyterm1... ok
450Running test: valuerange1... ok
451.\apitest.EXE completed test run: All 58 tests passed.
452Running specchar tests with quartz backend...
453Running test: specialterms1... ok
454.\apitest.EXE completed test run: All 1 tests passed.
455Running writabledb tests with quartz backend...
456Running test: adddoc1... ok
457Running test: adddoc2... ok
458Running test: adddoc3... ok
459Running test: implicitendsession1... ok
460Running test: databaseassign1... ok
461Running test: deldoc1... ok
462Running test: deldoc2... ok
463Running test: deldoc3... ok
464Running test: deldoc4... ok
465Running test: deldoc5... ok
466Running test: replacedoc1... ok
467Running test: replacedoc2... ok
468Running test: replacedoc3... ok
469Running test: replacedoc4... ok
470Running test: replacedoc5... ok
471Running test: uniqueterm1... ok
472Running test: emptyterm2... ok
473Running test: phraseorneartoand1... ok
474Running test: longpositionlist1... ok
475Running test: allpostlist2... ok
476Running test: consistency2... ok
477Running test: crashrecovery1... ok
478.\apitest.EXE completed test run: All 22 tests passed.
479Running localdb tests with quartz backend...
480Running test: matchfunctor1... ok
481Running test: msetiterator1... ok
482Running test: msetiterator2... ok
483Running test: msetiterator3... ok
484Running test: esetiterator1... ok
485Running test: esetiterator2... ok
486Running test: multiexpand1... ok
487Running test: postlist1... ok
488Running test: postlist2... ok
489Running test: postlist3... ok
490Running test: postlist4... ok
491Running test: postlist5... ok
492Running test: postlist6... ok
493Running test: termstats... ok
494Running test: sortvalue1... ok
495Running test: consistency1... ok
496Running test: userweight1... ok
497.\apitest.EXE completed test run: All 17 tests passed.
498Running positionaldb tests with quartz backend...
499Running test: near1... ok
500Running test: near2... ok
501Running test: phrase1... ok
502Running test: phrase2... ok
503Running test: poslist1... ok
504Running test: poslist2... ok
505Running test: poslist3... ok
506Running test: positfromtermit1... ok
507.\apitest.EXE completed test run: All 8 tests passed.
508Running doclendb tests with quartz backend...
509Running test: rsetmultidb2... ok
510.\apitest.EXE completed test run: All 1 tests passed.
511Running collfreq tests with quartz backend...
512Running test: collfreq1... ok
513.\apitest.EXE completed test run: All 1 tests passed.
514Running allterms tests with quartz backend...
515Running test: allterms1... ok
516Running test: allterms2... ok
517Running test: allterms3... ok
518Running test: allterms4... ok
519Running test: allterms5... ok
520Running test: specialterms2... ok
521.\apitest.EXE completed test run: All 6 tests passed.
522Running multivalue tests with quartz backend...
523Running test: collapsekey1... ok
524Running test: collapsekey3... ok
525Running test: collapsekey4... ok
526.\apitest.EXE completed test run: All 3 tests passed.
527Running transactiondb tests with quartz backend...
528Running test: badtransaction1... ok
529Running test: committransaction1... ok
530Running test: canceltransaction1... ok
531Running test: canceltransaction2... ok
532.\apitest.EXE completed test run: All 4 tests passed.
533Running quartz tests with quartz backend...
534Running test: quartzdatabaseopeningerror1... ok
535Running test: quartzdatabaseopen1... ok
536Running test: sortrel1... ok
537.\apitest.EXE completed test run: All 3 tests passed.
538Running anydb tests with remote backend...
539Running test: zerodocid1... ok
540Running test: emptyquery1... ok
541Running test: simplequery1... ok
542Running test: simplequery2... ok
543Running test: simplequery3... ok
544Running test: wildquery1... ok
545Running test: multidb1... ok
546Running test: multidb2... ok
547Running test: multidb3... ok
548Running test: multidb4... ok
549Running test: multidb5... ok
550Running test: msetmaxitems1... ok
551Running test: expandmaxitems1... ok
552Running test: boolquery1... ok
553Running test: msetfirst1... ok
554Running test: topercent1... ok
555Running test: expandfunctor1... ok
556Running test: pctcutoff1... ok
557Running test: cutoff1... ok
558Running test: allowqterms1... ok
559Running test: maxattain1... ok
560Running test: reversebool1... ok
561Running test: reversebool2... ok
562Running test: getmterms1... ok
563Running test: getmterms2... ok
564Running test: poscollapse1... ok
565Running test: repeatquery1... ok
566Running test: fetchdocs1... ok
567Running test: absentterm1... ok
568Running test: absentterm2... ok
569Running test: rset1... ok
570Running test: rset2... ok
571Running test: rsetmultidb1... ok
572Running test: rsetmultidb3... ok
573Running test: eliteset1... ok
574Running test: eliteset2... ok
575Running test: eliteset3... ok
576Running test: eliteset4... ok
577Running test: termlisttermfreq1... ok
578Running test: qterminfo1... ok
579Running test: qterminfo2... ok
580Running test: msetzeroitems1... ok
581Running test: matches1... ok
582Running test: wqf1... ok
583Running test: qlen1... ok
584Running test: termlist1... ok
585Running test: termlist2... ok
586Running test: termlist3... ok
587Running test: termlist4... ok
588Running test: puncterms1... ok
589Running test: spaceterms1... ok
590Running test: xor1... ok
591Running test: getdoc1... ok
592Running test: emptyop1... ok
593Running test: checkatleast1... ok
594Running test: allpostlist1... ok
595Running test: emptyterm1... ok
596Running test: valuerange1... ok
597.\apitest.EXE completed test run: All 58 tests passed.
598Running specchar tests with remote backend...
599Running test: specialterms1... ok
600.\apitest.EXE completed test run: All 1 tests passed.
601Running writabledb tests with remote backend...
602Running test: adddoc1... ok
603Running test: adddoc2... ok
604Running test: adddoc3... ok
605Running test: implicitendsession1... ok
606Running test: databaseassign1... ok
607Running test: deldoc1... ok
608Running test: deldoc2... ok
609Running test: deldoc3... ok
610Running test: deldoc4... ok
611Running test: deldoc5... ok
612Running test: replacedoc1... ok
613Running test: replacedoc2... ok
614Running test: replacedoc3... ok
615Running test: replacedoc4... ok
616Running test: replacedoc5... ok
617Running test: uniqueterm1... ok
618Running test: emptyterm2... ok
619Running test: phraseorneartoand1... ok
620Running test: longpositionlist1... NetworkErrorNetworkError exception: REMOTE:read failed; context was: WritableDatabase() (context:remote:prog(..\win32\Release\xapian-progsrv -t300000 --writable .flint/dbw)
621
622Running test: allpostlist2... ok
623Running test: consistency2... ok
624Running test: crashrecovery1...
625Test only supported for flint and quartz backends
626 SKIPPED
627.\apitest.EXE completed test run: 20 tests passed, 1 failed, 1 skipped.
628Running remotedb tests with remote backend...
629Running test: stubdb1... ok
630Running test: keepalive1...
631Expecting exception NetworkError
632.\api_db.cc:562: Expected "Xapian::NetworkError"
633 FAILED
634Running test: termstats... ok
635Running test: sortvalue1... ok
636Running test: sortrel1... ok
637Running test: netstats1... ok
638.\apitest.EXE completed test run: 5 tests passed, 1 failed.
639Running positionaldb tests with remote backend...
640Running test: near1... ok
641Running test: near2... ok
642Running test: phrase1... ok
643Running test: phrase2... ok
644Running test: poslist1... ok
645Running test: poslist2... ok
646Running test: poslist3... ok
647Running test: positfromtermit1... ok
648.\apitest.EXE completed test run: All 8 tests passed.
649Running doclendb tests with remote backend...
650Running test: rsetmultidb2... ok
651.\apitest.EXE completed test run: All 1 tests passed.
652Running multivalue tests with remote backend...
653Running test: collapsekey1... ok
654Running test: collapsekey3... ok
655Running test: collapsekey4... ok
656.\apitest.EXE completed test run: All 3 tests passed.
657Running transactiondb tests with remote backend...
658Running test: badtransaction1... ok
659Running test: committransaction1... ok
660Running test: canceltransaction1... ok
661Running test: canceltransaction2... ok
662.\apitest.EXE completed test run: All 4 tests passed.
663Running anydb tests with remotetcp backend...
664Running test: zerodocid1...