Re: Annoying but harmless exceptions due to filepermissions when running tests

2020-09-02 Thread Erick Erickson
t; : > Hi, > > : > : > > > : > : > this is a bug in the test! It should never ever modify files > > outside its sandbox. It should not even modify files in build directory. It > > is fully valid to reject those writes - has nothing to do with users, it's &

Re: Annoying but harmless exceptions due to filepermissions when running tests

2020-09-02 Thread Alexandre Rafalovitch
t;> > : > : >> > : > : I’ll have to poke some more to see what’s really happening… >> > : > : >> > : > : Never Mind…. >> > : > : >> > : > : > On Aug 29, 2020, at 8:59 AM, Uwe Schindler >> wrote: >> > : > : &g

Re: Annoying but harmless exceptions due to filepermissions when running tests

2020-09-02 Thread Noble Paul
s Hostetter < > hossman_luc...@fucit.org> wrote: > > : > > > : > > > : > Some tests "create" a new solr home dir and copy config files there, > but > > : > you'll see this type of WARN logging for any test that just uses the > t

Re: Annoying but harmless exceptions due to filepermissions when running tests

2020-09-02 Thread Erick Erickson
ce" because of how the code is designed to _try_ and > create > : > a userfiles directory in the solr home if it's writable. > : > > : > > : > : Date: Sat, 29 Aug 2020 09:25:17 -0400 > : > : From: Erick Erickson > : > : Reply-To: dev@lucene.apache.org > : &g

Re: Annoying but harmless exceptions due to filepermissions when running tests

2020-09-01 Thread Chris Hostetter
: > : > Uwe Schindler : > : > Achterdiek 19, D-28357 Bremen : > : > https://www.thetaphi.de : > : > eMail: u...@thetaphi.de : > : > : > : >> -Original Message- : > : >> From: Erick Erickson : > : >> Sent: Saturday, August 29,

Re: Annoying but harmless exceptions due to filepermissions when running tests

2020-08-31 Thread Erick Erickson
kson > : Reply-To: dev@lucene.apache.org > : To: dev@lucene.apache.org > : Subject: Re: Annoying but harmless exceptions due to filepermissions when > : running tests > : > : Well, as Uwe and I discussed offline, he’s right and I’m wrong. > : > : In CoreContainer [364]

Re: Annoying but harmless exceptions due to filepermissions when running tests

2020-08-31 Thread Chris Hostetter
table. : Date: Sat, 29 Aug 2020 09:25:17 -0400 : From: Erick Erickson : Reply-To: dev@lucene.apache.org : To: dev@lucene.apache.org : Subject: Re: Annoying but harmless exceptions due to filepermissions when : running tests : : Well, as Uwe and I discussed offline, he’s right and I’m wrong. :

Re: Annoying but harmless exceptions due to filepermissions when running tests

2020-08-29 Thread Erick Erickson
Message- >> From: Erick Erickson >> Sent: Saturday, August 29, 2020 2:54 PM >> To: dev@lucene.apache.org >> Subject: Annoying but harmless exceptions due to filepermissions when running >> tests >> >> These exceptions are handled in the code and don’t aff

RE: Annoying but harmless exceptions due to filepermissions when running tests

2020-08-29 Thread Uwe Schindler
://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Erick Erickson > Sent: Saturday, August 29, 2020 2:54 PM > To: dev@lucene.apache.org > Subject: Annoying but harmless exceptions due to filepermissions when running > tests > > These exceptions

Annoying but harmless exceptions due to filepermissions when running tests

2020-08-29 Thread Erick Erickson
These exceptions are handled in the code and don’t affect running tests, but they can be a distraction when trying to figure out what’s causing a failure. When CoreContainer is being initialized, these two paths get “Permission Denied” errors since they try to create directories/files.