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

2018-01-23 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on NUTCH-2503:
---

lewismc closed pull request #281: NUTCH-2503: Add option to run tests for a 
single plugin
URL: https://github.com/apache/nutch/pull/281
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build.xml b/build.xml
index 85bb923de..db163c620 100644
--- a/build.xml
+++ b/build.xml
@@ -411,7 +411,7 @@
   
   
   
-
   
 
+  
+
+  
+
   
   
 
diff --git a/src/plugin/build.xml b/src/plugin/build.xml
index d035d54b9..3f579e841 100755
--- a/src/plugin/build.xml
+++ b/src/plugin/build.xml
@@ -152,6 +152,13 @@
 
   
 
+  
+  
+  
+  
+
+  
+
   
   
   


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> 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
> Fix For: 1.15
>
>
> 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)


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

2018-01-23 Thread Hudson (JIRA)

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

Hudson commented on NUTCH-2503:
---

SUCCESS: Integrated in Jenkins build Nutch-trunk #3498 (See 
[https://builds.apache.org/job/Nutch-trunk/3498/])
NUTCH-2503: Add option to run tests for a single plugin (moreno: 
[https://github.com/apache/nutch/commit/ea6a5f071baae3c55be22858822b251e4c781241])
* (edit) src/plugin/build.xml
* (edit) build.xml


> 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
> Fix For: 1.15
>
>
> 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)


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

2018-01-23 Thread Moreno Feltscher (JIRA)

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

Moreno Feltscher commented on NUTCH-2503:
-

Pull request: https://github.com/apache/nutch/pull/281

> 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)


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

2018-01-23 Thread Markus Jelsma (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-2503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)