You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2019/12/10 20:06:51 UTC

[GitHub] [lucene-solr] gerlowskija edited a comment on issue #1068: SOLR-14033: Fix Hadoop tests with security manager

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.
   
   To double check, here's how I applied it:
   ```
   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...
   ```
   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.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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