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

Jonas van Vliet commented on SOLR-7523:
---------------------------------------

The NoClassDefFoundError still occurs in the code after applying the patch if 
you force the test to run regardless of assumptions being true or false. This 
issue should be addressed in a different bug report.

The problem I experienced was the fact that ant test and maven test returned 
different results due to different input parameters. This patch only aligns the 
test parameters - it does not fix the test itself.

> Maven test fails in solr/contrib/map-reduce
> -------------------------------------------
>
>                 Key: SOLR-7523
>                 URL: https://issues.apache.org/jira/browse/SOLR-7523
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - MapReduce
>    Affects Versions: 5.1
>            Reporter: Jonas van Vliet
>            Assignee: Steve Rowe
>            Priority: Critical
>              Labels: maven, test
>         Attachments: SOLR-7523.patch
>
>
> Maven test fails on the following package:
> solr/contrib/map-reduce/
> (seen on solr6 trunk and solr 5.x branch)
> The underlying problem seems to be that when running maven test, the java 
> security manager is not set. When running ant test, the security manager is 
> set to org.apache.lucene.util.TestSecurityManager. 
> The failing test is skipped while running ant test due to an assumption in 
> org/apache/solr/hadoop/MorphlineBasicMiniMRTest.java:
> assumeTrue(
>         "Currently this test can only be run without the lucene test security 
> policy in place",
>         System.getProperty("java.security.manager", "").equals(""));
> In maven, the test is not skipped and fails.
> I propose aligning the ant and maven test so they use the same security 
> manager.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to