luceneplusplus / LucenePlusPlus

Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.
luceneplusplus@googlegroups.com
Other
743 stars 235 forks source link

[REGRESSION] CompoundFileTest failure #145

Closed p01arst0rm closed 4 years ago

p01arst0rm commented 4 years ago

running test suite results in the CompoundFileTest.testClonedStreamsClosing test failing.

alanw commented 4 years ago

Any ideas what caused this regression? (same applies to #146)

p01arst0rm commented 4 years ago

no clue, just got the test suites running properly and it seems to have failed. ill start looking into it for you

p01arst0rm commented 4 years ago

more info on the failure:

/home/p01ar/LucenePlusPlus/src/test/index/CompoundFileTest.cpp:325: Failure
Value of: !isCSIndexInputOpen(one)
  Actual: false
Expected: true
/home/p01ar/LucenePlusPlus/src/test/index/CompoundFileTest.cpp:326: Failure
Value of: !isCSIndexInputOpen(two)
  Actual: false
Expected: true