Reamer commented on PR #4775: URL: https://github.com/apache/zeppelin/pull/4775#issuecomment-2254127834
I understand your problem. In general, we should move away from the following line and run the tests within the project tree. https://github.com/apache/zeppelin/blob/289e954db5a2cd4577a8ecd0437ef2f7353cbf55/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/AbstractInterpreterTest.java#L72 However, this requires bigger modifications. Your lines modify the shutdown hook, so it would be better to place your lines after creating the folders. https://github.com/apache/zeppelin/blob/289e954db5a2cd4577a8ecd0437ef2f7353cbf55/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/AbstractInterpreterTest.java#L79-L81 -- 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]
