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 2021/05/27 14:23:20 UTC

[GitHub] [lucene-solr] martin-huber commented on pull request #1608: LUCENE-9379: Encrypting Directory - functional but to optimize

martin-huber commented on pull request #1608:
URL: https://github.com/apache/lucene-solr/pull/1608#issuecomment-849677976


   @bruno-roustant  we tried to integrate your FileEncryptingDirectory in our use case. 
   We before already did own attempts for a similar goal and in order to test it thoroughly we subclassed the org.apache.lucene.store.BaseDirectoryTestCase and gave an overwritten `getDirectory()` to instantiate the FileEncryptingDirectory.
   
   Doing this, 2 tests were failing (not all the time, but most of the time):
   1. `testThreadSafetyInListAll`
   2. `testSliceOfSlice`
   
   Maybe you have an idea how to fix this ?


-- 
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



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