Age | Commit message (Collapse) | Author | Files | Lines |
|
No upstream commits in years. No response to bug reports from other
teams. Really weird test failures on 32-bit architectures, likely
caused by interactions with signedness and 64-bit integers.
Ref: #873 #880
|
|
This doesn't fix the test failure, but is more correct.
|
|
|
|
|
|
If we use /tmp (the default), successive runs of check will usually fail
because /tmp is not cleared on each run, and clucene is not smart enough
to delete its test files on its own, so a whole bunch of tests will
fail. Instead, tell it to use $builddir/tmp, which we can safely clear
each time we run check.
|
|
|
|
|
|
!check due to segfaults for the following tests:
threads
reuters
ramdirectory
analyzers
indexwriter
indexmodifier
queryparser
highfreq
search
datefilter
|