[
https://issues.apache.org/jira/browse/LUCENE-9090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16994079#comment-16994079
]
ASF subversion and git services commented on LUCENE-9090:
---------------------------------------------------------
Commit d151fc871a09f091fb52673deb32d30b457f757a in lucene-solr's branch
refs/heads/branch_8x from Robert Muir
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=d151fc8 ]
LUCENE-9090: remove ant runtime pollution from tests classpath
previously, entire classpath of ant (ant itself, plugins, ivy, etc) were
polluting the unit tests classpath. it leads to non-reproducible build
issues because tests classpath is different depending on things outside
of source code control.
for example, solr tests launching hadoop, hadoop launching jetty, jetty
scanning classpath -> boom
> ant runtime is in tests classpath
> ---------------------------------
>
> Key: LUCENE-9090
> URL: https://issues.apache.org/jira/browse/LUCENE-9090
> Project: Lucene - Core
> Issue Type: Bug
> Reporter: Ishan Chattopadhyaya
> Assignee: Robert Muir
> Priority: Major
> Attachments: LUCENE-9090.patch, SOLR-14052_try_this.patch
>
>
> I had lots of test failures where Hadoop tests are trying to access ant jar
> and failing due to security manager. Disabling the security manager passes
> all tests.
> https://paste.centos.org/view/9acb497f
> I'm on Fedora GNU/Linux, 64 bit, uname:
> Linux pseries 5.3.14-300.fc31.x86_64 #1 SMP Mon Dec 2 15:41:35 UTC 2019
> x86_64 x86_64 x86_64 GNU/Linux
> Please let me know how I can help in tracking down the source of this problem.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]