You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2011/08/12 12:40:27 UTC

[jira] [Created] (NUTCH-1081) Trunk ant tests fail

Trunk 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: 2.0
         Environment: Ubuntu release 11.04 (natty)
Kernerl Linux 2.6.38-10-generic
GNOME 2.32.1
            Reporter: Lewis John McGibbney
             Fix For: 2.0


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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Lewis John McGibbney (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127488#comment-13127488 ] 

Lewis John McGibbney commented on NUTCH-1081:
---------------------------------------------

Hi Ferdy
{code}
copy-generated-lib:

test:
     [echo] Testing plugin: parse-tika
    [junit] Running org.apache.nutch.parse.tika.TestMSWordParser
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.349 sec
    [junit] Running org.apache.nutch.parse.tika.TestOOParser
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.409 sec
    [junit] Running org.apache.nutch.parse.tika.TestPdfParser
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.674 sec
    [junit] Running org.apache.nutch.parse.tika.TestRSSParser
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.698 sec
    [junit] Running org.apache.nutch.parse.tika.TestRTFParser
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.013 sec

init:

init-plugin:

deps-jar:
...
BUILD SUCCESSFUL
Total time: 2 minutes 20 seconds
{code}
Ti make sure I checkedout our most recent nutchgora and applied your interim testGoraStorage patch. Is there maybe some config that you have changed at your end?
                
> 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

        

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

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13114799#comment-13114799 ] 

Lewis John McGibbney commented on NUTCH-1081:
---------------------------------------------

I have marked this as critical now as it is the 'only' thing preventing us from finally achieving a stable nightly build for the nutchgora branch. In an attempt to get this moving, I'm going to create subtasks for each test, this way we will be able to track reasonable progress on each potential blocker. 

> 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: 2.0
>         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: 2.0
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Lewis John McGibbney (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175956#comment-13175956 ] 

Lewis John McGibbney commented on NUTCH-1081:
---------------------------------------------

Hi Ferdy. There has been almost no problems within the CI testing environment for a number of weeks/months. Any failures seem to have been down to the project building on Ubuntu slaves as oppose to Solaris slaves, the failures are a result of incorrect envars being specified. I've added some more functionality to the nutchgora build characteristics e.g. Publish JUnit test result report and publish Javadoc. So as agreed we will keep an eye on this.   
                
> 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

        

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

Posted by "Lewis John McGibbney (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13121355#comment-13121355 ] 

Lewis John McGibbney commented on NUTCH-1081:
---------------------------------------------

to update on this issue. All tests as above e.g. all that extend AbstractNutchTest now pass successfully. The daemon TestGoraStorage is still giving us bother, and please bear in mind that none of this takes into consideration NUTCH-896. Is the patch I submitted for these tests deemed appropriate as a temporary fix? Or should my efforts be concentrated towards NUTCH-896 ? Thanks
                
> 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

        

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

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney updated NUTCH-1081:
----------------------------------------

    Summary: ant tests fail   (was: Trunk ant tests fail )

> 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: 2.0
>         Environment: Ubuntu release 11.04 (natty)
> Kernerl Linux 2.6.38-10-generic
> GNOME 2.32.1
>            Reporter: Lewis John McGibbney
>             Fix For: 2.0
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Ferdy (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127463#comment-13127463 ] 

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

Are you aware of the fact that TestMSWordParser currently fails too? Or am I missing something?
     [echo] Testing plugin: parse-tika
    [junit] Running org.apache.nutch.parse.tika.TestMSWordParser
    [junit] Tests run: 2, Failures: 2, Errors: 0, Time elapsed: 6.6 sec
    [junit] Test org.apache.nutch.parse.tika.TestMSWordParser FAILED

If it is broken, could you make a subtask?
                
> 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

        

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

Posted by "Lewis John McGibbney (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197288#comment-13197288 ] 

Lewis John McGibbney commented on NUTCH-1081:
---------------------------------------------

Hi Ferdy. Have you noticed anything dodgy with this?
                
> 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

        

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

Posted by "Lewis John McGibbney (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney closed NUTCH-1081.
---------------------------------------

    
> 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

        

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

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney closed NUTCH-1081.
---------------------------------------

    
> 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

        

[jira] [Updated] (NUTCH-1081) Trunk ant tests fail

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney updated NUTCH-1081:
----------------------------------------

    Description: 
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}

  was:
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


> Trunk 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: 2.0
>         Environment: Ubuntu release 11.04 (natty)
> Kernerl Linux 2.6.38-10-generic
> GNOME 2.32.1
>            Reporter: Lewis John McGibbney
>             Fix For: 2.0
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney resolved NUTCH-1081.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.1)
                   nutchgora

Over a number of issues this seems to have been phased out/addressed as testing has been stable for some time. Thanks guys.
                
> 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

        

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

Posted by "Julien Nioche (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295672#comment-13295672 ] 

Julien Nioche commented on NUTCH-1081:
--------------------------------------

The tests for nutchgora seem to work fine now. Close?
                
> 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: 2.1
>
>
> 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

        

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

Posted by "Lewis John McGibbney (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125151#comment-13125151 ] 

Lewis John McGibbney commented on NUTCH-1081:
---------------------------------------------

Thanks Ferdy. It was also my initial thoughts that this was maybe too simplistic a fix! If however you look here [1] you will see that Dogacan changed the import namespaces for the Gora imports. It would seem that over time we forgot to do this with hard-coded imports in Injector, Generator and Fetcher tests.

Are there any objections to committing this as an interm fix before concentrating on NUTCH-896 ?

[1] http://svn.apache.org/viewvc/nutch/branches/nutchgora/src/test/org/apache/nutch/storage/TestGoraStorage.java?view=log
                
> 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

        

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

Posted by "Ferdy Galema (Commented) (JIRA)" <ji...@apache.org>.
    [ 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

        

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

Posted by "Ferdy Galema (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295676#comment-13295676 ] 

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

Yes this one should be closed.
                
> 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: 2.1
>
>
> 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

        

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

Posted by "Ferdy (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125146#comment-13125146 ] 

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

It seems like your patch is fine, at least as a temporary solution. Tests run fine. (Please see my notes for NUTCH-1135 in the corresponding issue.)

I see NUTCH-896 as a rather separate issue. Sure it would be nice have a configurable backend in tests, but as sql is currently the default backend (also for building) I see it as no problem to have it hard-coded in the tests for now.

To summarize: +1
                
> 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

        

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

Posted by "Lewis John McGibbney (Reopened) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney reopened NUTCH-1081:
-----------------------------------------


Reopening this issue as per our concerns. 

For the record, the Jenkins build area has been cleaned up and we now only maintain 3 builds; trunk, Nutchgora and a maven trunk.  
                
> 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

        

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

Posted by "Ferdy (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127570#comment-13127570 ] 

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

My bad it was a local issue indeed.
                
> 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

        

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

Posted by "Lewis John McGibbney (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney resolved NUTCH-1081.
-----------------------------------------

    Resolution: Fixed

As of the recent NUTCH-1135 commit, this summary is being closed out. 
                
> 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

        

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

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney updated NUTCH-1081:
----------------------------------------

    Priority: Critical  (was: Major)
    Assignee: Lewis John McGibbney

> 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: 2.0
>         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: 2.0
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Ferdy Galema (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151073#comment-13151073 ] 

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

TestAPI is troublesome:

http://www.mail-archive.com/dev@nutch.apache.org/msg05417.html
                
> 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

        

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

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney updated NUTCH-1081:
----------------------------------------

    Fix Version/s:     (was: nutchgora)
                   2.1

Set and classify
                
> 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: 2.1
>
>
> 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