You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2016/08/15 22:34:49 UTC

lucene-solr:master: Remove special-case for enwiki (we run tests on Jenkins without security manager instead)

Repository: lucene-solr
Updated Branches:
  refs/heads/master b71ef3cc4 -> f00843419


Remove special-case for enwiki (we run tests on Jenkins without security manager instead)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/f0084341
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/f0084341
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/f0084341

Branch: refs/heads/master
Commit: f00843419f7470a90215a92582f1fda69fb97e83
Parents: b71ef3c
Author: Uwe Schindler <us...@apache.org>
Authored: Tue Aug 16 00:34:37 2016 +0200
Committer: Uwe Schindler <us...@apache.org>
Committed: Tue Aug 16 00:34:37 2016 +0200

----------------------------------------------------------------------
 lucene/tools/junit4/tests.policy | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f0084341/lucene/tools/junit4/tests.policy
----------------------------------------------------------------------
diff --git a/lucene/tools/junit4/tests.policy b/lucene/tools/junit4/tests.policy
index f1d8f10..2a623b7 100644
--- a/lucene/tools/junit4/tests.policy
+++ b/lucene/tools/junit4/tests.policy
@@ -28,10 +28,6 @@ grant {
   // should be enclosed within common.dir, but just in case:
   permission java.io.FilePermission "${junit4.childvm.cwd}", "read";
 
-  // jenkins wants to read outside its sandbox, to use a special linedocs file.
-  // this is best effort and not really supported.
-  permission java.io.FilePermission "/home/jenkins/lucene-data/enwiki.random.lines.txt", "read";
-
   // write only to sandbox
   permission java.io.FilePermission "${junit4.childvm.cwd}${/}temp", "read,write,delete";
   permission java.io.FilePermission "${junit4.childvm.cwd}${/}temp${/}-", "read,write,delete";