Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 312437 - dev-java/lucene-2.4.1 fails tests
Summary: dev-java/lucene-2.4.1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2010-03-31 15:29 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2024-05-20 08:15 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---
robbat2: Bugday+


Attachments
build.log (build.log,30.05 KB, text/plain)
2010-03-31 15:29 UTC, Paweł Hajdan, Jr. (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-03-31 15:29:20 UTC
[junit] Testsuite: org.apache.lucene.index.TestIndexInput
    [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.303 sec
    [junit] 
    [junit] Testcase: testRead(org.apache.lucene.index.TestIndexInput):	FAILED
    [junit] expected:<[]> but was:<[??]>
    [junit] junit.framework.ComparisonFailure: expected:<[]> but was:<[??]>
    [junit] 	at org.apache.lucene.index.TestIndexInput.testRead(TestIndexInput.java:89)
    [junit] 
    [junit] 
    [junit] Test org.apache.lucene.index.TestIndexInput FAILED
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-03-31 15:29:57 UTC
Created attachment 225975 [details]
build.log
Comment 2 James Le Cuirot gentoo-dev 2016-02-14 21:56:12 UTC
2.4.1 has been removed as it is unused.
Comment 3 James Le Cuirot gentoo-dev 2016-02-14 22:04:23 UTC
(In reply to James Le Cuirot from comment #2)
> 2.4.1 has been removed as it is unused.

Sorry, my mistake, this is one of the few I didn't remove and the tests do indeed fail.
Comment 4 Larry the Git Cow gentoo-dev 2024-05-20 08:15:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc540f14ab0344e452b5a9e2197ff47be05fbac5

commit fc540f14ab0344e452b5a9e2197ff47be05fbac5
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2024-03-13 08:10:49 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-05-20 08:15:25 +0000

    dev-java/lucene: switch to dev-java/ant
    
    - Updates to >=dev-java/ant-1.10.14-r3:0[junit]
    - Skips the failing test (patched out)
    - Adds verify-sig
    - Shortens SRC_URI
    
    Closes: https://bugs.gentoo.org/312437
    Closes: https://bugs.gentoo.org/931063
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Closes: https://github.com/gentoo/gentoo/pull/35723
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 dev-java/lucene/Manifest                           |   3 +-
 .../lucene/files/lucene-2.4.1-javacc.home.patch    |  13 ++++
 .../files/lucene-2.4.1-skipFailingTest.patch       | Bin 0 -> 1012 bytes
 dev-java/lucene/lucene-2.4.1-r3.ebuild             |  83 ---------------------
 dev-java/lucene/lucene-2.4.1-r4.ebuild             |  82 ++++++++++++++++++++
 5 files changed, 97 insertions(+), 84 deletions(-)