The Open Anzo Project

Semantic Application Middleware

Ticket #34 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

include text indexing regressions in auto build

Reported by: jpbetz Assigned to: mroy
Priority: major Milestone: 3.0 milestone1
Component: openanzo-maven Version: 2.5
Keywords: regression lucene index Cc:

Description

Text indexing required a directory to store it's lucene index file:

e.g:

org.openanzo.indexer.lucene.indexLocation = /tmp/openanzo/index.lucene

We can't rely on an absolute directory configuration like this for autobuild. Maybe we can adjust the configuration to default the indexLocation to the 'var' directory in the release?

Once this is resolved, we need to enable text indexing in:

AnzoServer.properties.regress

so that texting is running for regressions testing, then we also should run TestIntegratedTextQueries.java as part of the regression suite by uncommenting it in anzo-test/pom.xml.

Change History

10/06/07 17:20:57 changed by jpbetz

(In [462]) addresses #16 and #34 and #35 and #36 reviewer: lee

Fix big mess. r461 should have broken build but not all regressions tests were being run. This commit increases the amount of regressions tests we run. For regression tests that we cannot run I have opened tickets (#34, #35, #36). Also fixed bug in my code that should have caused build to fail: dataType for count was xsd:int, not xsd:integer. Lastly, sneek in proper hash code stuff for GroupByProjection?.

10/15/07 13:03:24 changed by mroy

  • milestone changed from 2.5beta1 to 2.5beta2.

defer to beta2

10/18/07 17:25:18 changed by jpbetz

  • milestone changed from 2.5beta2 to 3.0 milestone1.

Milestone 2.5beta2 deleted

11/01/07 18:21:28 changed by jpbetz

  • owner changed from mroy to jpbetz.

Claiming bug.

11/01/07 21:50:53 changed by jpbetz

(In [686]) re #34 reviewer: mroy

Fix various bug with lucene index and glitter functional predicates. Add lucene index tests to autobuild. Clean up some error logging.

11/02/07 12:37:37 changed by jpbetz

  • owner changed from jpbetz to mroy.

11/02/07 12:44:09 changed by mroy

  • status changed from new to closed.
  • resolution set to fixed.

looks fine.closing

Copyright © 2007 - 2008 OpenAnzo.org