gerlowskija edited a comment on issue #1068: SOLR-14033: Fix Hadoop tests with 
security manager
URL: https://github.com/apache/lucene-solr/pull/1068#issuecomment-564222240
 
 
   Tests still fail for me with this PR.
   
   I don't pull down PRs often, so double-check how I applied it please:
   ```
   git checkout master
   git pull
   git checkout -b apply_1068
   wget https://github.com/apache/lucene-solr/pull/1068.patch
   patch -p1 -i 1068.patch
   ant clean compile && cd solr && ant server && cd ..
   ant clean test -Dtests.iters=5 -Dtestcase=HdfsBackupRepositoryTest
   ```
   
   And here's my Java version.  Not sure if it's relevant, but some of the 
comments above indicate we might be playing with classloading-order here, so 
figured it's worth mentioning.
   ```
   openjdk version "11.0.2" 2019-01-15
   OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
   OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
   ```
   
   
[ant-output.txt](https://github.com/apache/lucene-solr/files/3946894/ant-output.txt)
   
   Attaching the ant output as well.  I neglected to save the whole list of 
failures from a full test run...there was more than just 
HdfsBackupRepositoryTest.  But the other test failures also looked like a 
similar NoClassDefFound issue.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to