Re: Test framework security manager

2016-10-20 Thread Joel Bernstein
Ok, this makes sense. I'll check to see if SolrCoreTest is doing this, and I'm somehow getting the wrong instance dir. Thanks! Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Oct 20, 2016 at 4:40 PM, Uwe Schindler wrote: > Hi, > > On test startup you clone the instance dir. Most tests do

Re: Test framework security manager

2016-10-20 Thread Uwe Schindler
Hi, On test startup you clone the instance dir. Most tests do this. Uwe Am 20. Oktober 2016 22:29:32 MESZ schrieb Joel Bernstein : >I'm working on a test case for SOLR-9533, which requires writing and >reloading the solrcore.properties file in the instance dir of the test >framework. The test wa

Test framework security manager

2016-10-20 Thread Joel Bernstein
I'm working on a test case for SOLR-9533, which requires writing and reloading the solrcore.properties file in the instance dir of the test framework. The test was being added to SolrCoreTest.java. I'm getting the following error when writing the file: java.security.AccessControlException: access