Opened 17 years ago
Closed 17 years ago
#218 closed defect (duplicate)
Errors in apitest
Reported by: | Charlie Hull | Owned by: | New Bugs |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Test Suite | Version: | SVN trunk |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | Microsoft Windows |
Description
Several errors here, not sure if this is one problem or several. All occur on each type of database.
Running test: qterminfo1...
.\api_anydb.cc:1262: ((mymset1a.get_termfreq(term1)) ==
(mymset2a.get_termfreq(term1)))
Expected mymset1a.get_termfreq(term1)' and
mymset2a.get_termfreq(term1)' to be
equal: were 1 and 3
Running test: collfreq1...
.\api_db.cc:1082: ((db1.get_collection_freq("this")) == (15))
Expected db1.get_collection_freq("this")' and
15' to be equal: were 11 and 15
Running test: multidb2...
.\api_anydb.cc:286: ((mymset1.size()) == (mymset2.size()))
Expected mymset1.size()' and
mymset2.size()' to be equal: were 2 and 3
Running test: rsetmultidb1... DocNotFoundErrorDocNotFoundError: REMOTE:No termlist for document 4
Running test: rsetmultidb2... DocNotFoundErrorDocNotFoundError: REMOTE:No termlist for document 4
Running test: multiexpand1... DocNotFoundErrorDocNotFoundError: REMOTE:No termlist found for document 7
Attachments (1)
Change History (7)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Status: | new → assigned |
---|
No I didn't; it would seem best to try and fix 217 first. I'll accept this one.
comment:3 by , 17 years ago
Status: | assigned → new |
---|
comment:4 by , 17 years ago
comment:5 by , 17 years ago
Try whatever the equivalent of this is, then rerun apitest:
cd tests rm -rf .flint .quartz .multi
comment:6 by , 17 years ago
Operating System: | → Microsoft Windows |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
According to Charlie, Olly's suggestion combined with removing the old test databases fixes the problem.
This was essentially a duplicate of #217 - just symptoms of the problems with #217 failing to build the test databases correction. Resolving it as such.
* This bug has been marked as a duplicate of 217 *
All these tests open a database with two source files, so this would seem to be a duplicate of bug#217.
Except there you said an exception was thrown - did you patch around that or something?