sumeetgajjar edited a comment on pull request #32114:
URL: https://github.com/apache/spark/pull/32114#issuecomment-817025778


   It turns out "on-disk storage" (`encryptionTest`) under `BlockManagerSuite` 
fails when "encryption = on" on my mac. But Intellij does not report it as a 
failure since the jvm simply exited. It also does not run the next set of tests 
under `BlockManagerSuite` given such scenarios and hence I didn't notice NPE 
for two of those unrunned tests. 
   
   However, the same encryption test passes on Github. JVM exits while 
dynamically loading `org.apache.commons.crypto.random.OpenSslCryptoRandom` 
using `commons-crypto` on my machine.
   
   Lesson learnt: always perform a final sanity test run using `sbt/mvn` before 
concluding the test passes 😋 
   


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to