Reamer commented on a change in pull request #3925:
URL: https://github.com/apache/zeppelin/pull/3925#discussion_r517433947
##########
File path:
python/src/test/java/org/apache/zeppelin/python/IPythonInterpreterTest.java
##########
@@ -475,7 +475,7 @@ public void testIPythonFailToLaunch() throws
InterpreterException {
fail("Should not be able to start IPythonInterpreter");
} catch (InterpreterException e) {
String exceptionMsg = ExceptionUtils.getStackTrace(e);
- assertTrue(exceptionMsg, exceptionMsg.contains("No such file or
directory"));
+ assertTrue(exceptionMsg, exceptionMsg.contains("java.io.IOException"));
Review comment:
I was looking for a solution, but unfortunately I did not find a
suitable one. Since this change is only an accessory, I will remove it.
----------------------------------------------------------------
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]