ctubbsii commented on issue #2343:
URL: https://github.com/apache/accumulo/issues/2343#issuecomment-958701223


   I think the issue is that RFileTest and CryptoTest can sometimes run 
concurrently, and they both use the same path for their key files 
(`CryptoTest.keyPath`). One might overwrite the file created by the other, so 
that when the other tries to read it, it gets no content. They should use 
unique paths. I'll prepare a PR.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to