On Fri, Jun 26, 2020 at 06:30:28PM +0200, Landry Breuil wrote:
> On Fri, Jun 26, 2020 at 11:02:42AM +0200, Omar Polo wrote:
> >
> > Landry Breuil <landry@openbsd.org> writes:
<snip>
> > unfortunately, after a while it core dumps:
> >
> > ...
> > [----------] 102 tests from IndexWriterTest
> > [ RUN ] IndexWriterTest.testDocCount
> > [ OK ] IndexWriterTest.testDocCount (7 ms)
> > [ RUN ] IndexWriterTest.testAddIndexOnDiskFull
> > Segmentation fault (core dumped)
>
> Tests are still running here, dunno if they will fail, but it's always good to
> have them at least available/running.
Only one failed here, and it was properly handled by the framework:
[----------] Global test environment tear-down
[==========] 1472 tests from 201 test cases ran. (1152166 ms total)
[ PASSED ] 1471 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] DateToolsTest.testParseDateLocale
1 FAILED TEST
terminating with uncaught exception of type std::bad_cast: std::bad_cast
Abort trap (core dumped)
so that looks pretty good testing-wise.
Landry
No comments:
Post a Comment