[chandler-dev] chandlerdb and pylucene-2.4.1-1
Hey Andi (and anyone else who can give some input),
Does chandlerdb 0.7-37 work with pylucene-2.4.1 or 2.4.*? I've just
built chandlerdb against the osaf patched db, and pylucene-2.4.1 and
get the following error when running the tests:
=== Start snippet of test output ===
======================================================================
ERROR: testZlibEncrypted (tests.TestText.TestText)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/tmp/portage/dev-python/chandlerdb-0.7.37/work/chandler-1.0.2/internal/chandlerdb/tests/TestText.py",
line 30, in setUp
super(TestText, self).setUp()
File "/var/tmp/portage/dev-python/chandlerdb-0.7.37/work/chandler-1.0.2/internal/chandlerdb/chandlerdb/util/RepositoryTestCase.py",
line 44, in setUp
self._openRepository(ramdb)
File "/var/tmp/portage/dev-python/chandlerdb-0.7.37/work/chandler-1.0.2/internal/chandlerdb/chandlerdb/util/RepositoryTestCase.py",
line 34, in _openRepository
self.rep.create(ramdb=self.ramdb, refcounted=True)
File "/var/tmp/portage/dev-python/chandlerdb-0.7.37/work/chandler-1.0.2/internal/chandlerdb/chandlerdb/persistence/DBRepository.py",
line 119, in create
self._create(**kwds)
File "/var/tmp/portage/dev-python/chandlerdb-0.7.37/work/chandler-1.0.2/internal/chandlerdb/chandlerdb/persistence/DBRepository.py",
line 175, in _create
self.store.open(**kwds)
File "/var/tmp/portage/dev-python/chandlerdb-0.7.37/work/chandler-1.0.2/internal/chandlerdb/chandlerdb/persistence/DBRepository.py",
line 1119, in open
self._index.open("__index.db", txn, **kwds)
File "/var/tmp/portage/dev-python/chandlerdb-0.7.37/work/chandler-1.0.2/internal/chandlerdb/chandlerdb/persistence/LuceneContainer.py",
(Continue reading)