You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Ferdy Galema (Commented) (JIRA)" <ji...@apache.org> on 2012/02/01 10:16:59 UTC

[jira] [Commented] (NUTCH-1081) ant tests fail

    [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197700#comment-13197700 ] 

Ferdy Galema commented on NUTCH-1081:
-------------------------------------

Everything works fine except for org.apache.nutch.api.TestAPI. That one still fails, sometimes. When I just ran these tests with "ant test" they all worked perfectly fine, but the runs after that simply fail. Cleaning the project with "ant clean" doesn't help. See corresponding mailing list discussion in link above.

I have not yet looked into this test thouroughly, because it is part of Nutch that I am completely unfamiliar with. (The NutchServer API). I think it is best we close this issue, and start a new one that will deal with the this API and the test.


                
> ant tests fail 
> ---------------
>
>                 Key: NUTCH-1081
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1081
>             Project: Nutch
>          Issue Type: Bug
>          Components: fetcher, generator, injector, storage
>    Affects Versions: nutchgora
>         Environment: Ubuntu release 11.04 (natty)
> Kernerl Linux 2.6.38-10-generic
> GNOME 2.32.1
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>            Priority: Critical
>             Fix For: nutchgora
>
>
> The following tests fail when running ant test on trunk 2.0
> {code}
>     [junit] Running org.apache.nutch.api.TestAPI
>     [junit] Tests run: 4, Failures: 1, Errors: 0, Time elapsed: 11.028 sec
>     [junit] Test org.apache.nutch.api.TestAPI FAILED
>     [junit] Running org.apache.nutch.crawl.TestGenerator
>     [junit] Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 0.478 sec
>     [junit] Test org.apache.nutch.crawl.TestGenerator FAILED
>     [junit] Running org.apache.nutch.crawl.TestInjector
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.474 sec
>     [junit] Test org.apache.nutch.crawl.TestInjector FAILED
>     [junit] Running org.apache.nutch.fetcher.TestFetcher
>     [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.526 sec
>     [junit] Test org.apache.nutch.fetcher.TestFetcher FAILED
>     [junit] Running org.apache.nutch.storage.TestGoraStorage
>     [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.468 sec
>     [junit] Test org.apache.nutch.storage.TestGoraStorage FAILED
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira