HeartSaVioR commented on pull request #29069:
URL: https://github.com/apache/spark/pull/29069#issuecomment-657028624


   I don't know about the details in mockito mock mechanism, but according to 
the error message and the stack trace, my bet for the problematic spot is 
`SubclassBytecodeGenerator.mockClass`, and this patch also does go though the 
path.
   
   I'd say we may need to probably check the thread context classloader just 
before calling mock, and whether it can find MockAccess. That's why I'd like to 
just avoid mocking and see manual subclass to just make test work.


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to