You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Markus Jelsma (JIRA)" <ji...@apache.org> on 2018/01/23 16:13:00 UTC

[jira] [Commented] (NUTCH-2503) Add option to run tests for a single plugin

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

Markus Jelsma commented on NUTCH-2503:
--------------------------------------

Hmm, in the past you could run ant -f src/plugin/urlfilter-suffix/build.xml  test and it ran that specific test. Nowadays i get a errors:
{code}
    [javac] /home/markus/projects/apache/nutch/svn/trunk/src/plugin/urlfilter-suffix/src/test/org/apache/nutch/urlfilter/suffix/TestSuffixURLFilter.java:118: error: cannot find symbol
    [javac]       Assert.assertTrue(urlsModeAcceptAndPathFilter[i] == filter
    [javac]       ^
    [javac]   symbol:   variable Assert
    [javac]   location: class TestSuffixURLFilter
{code}

> Add option to run tests for a single plugin
> -------------------------------------------
>
>                 Key: NUTCH-2503
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2503
>             Project: Nutch
>          Issue Type: Improvement
>            Reporter: Moreno Feltscher
>            Assignee: Moreno Feltscher
>            Priority: Major
>
> Sometimes it makes sense to just run tests for a single plugin instead of building all plugins and running all tests at once.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)