This is an automated email from the ASF dual-hosted git repository.

alexott pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 954e11b  [hotfix] fix non-compilable test
954e11b is described below

commit 954e11b6995822b02fd0342ceb888a1cd3e189fe
Author: Alex Ott <alex...@apache.org>
AuthorDate: Wed Apr 15 10:58:16 2020 +0200

    [hotfix] fix non-compilable test
    
    ### What is this PR for?
    
    fix non-compilable test: K8sRemoteInterpreterProcessTest.java
    
    ### What type of PR is it?
    Hot Fix
    
    Author: Alex Ott <alex...@apache.org>
    
    Closes #3734 from alexott/master and squashes the following commits:
    
    5ca317abb [Alex Ott] [hotfix] fix non-compilable test
    
    (cherry picked from commit 70c3a5201dfa6d567601bf26766b4eccdf87141e)
    Signed-off-by: Alex Ott <alex...@apache.org>
---
 .../zeppelin/interpreter/launcher/K8sRemoteInterpreterProcessTest.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/zeppelin-plugins/launcher/k8s-standard/src/test/java/org/apache/zeppelin/interpreter/launcher/K8sRemoteInterpreterProcessTest.java
 
b/zeppelin-plugins/launcher/k8s-standard/src/test/java/org/apache/zeppelin/interpreter/launcher/K8sRemoteInterpreterProcessTest.java
index 1459810..bc0489e 100644
--- 
a/zeppelin-plugins/launcher/k8s-standard/src/test/java/org/apache/zeppelin/interpreter/launcher/K8sRemoteInterpreterProcessTest.java
+++ 
b/zeppelin-plugins/launcher/k8s-standard/src/test/java/org/apache/zeppelin/interpreter/launcher/K8sRemoteInterpreterProcessTest.java
@@ -318,7 +318,8 @@ public class K8sRemoteInterpreterProcessTest {
         "12320",
         false,
         "spark-container:1.0",
-        10);
+        10,
+        false);
 
     // when non template url
     assertEquals("static.url",

Reply via email to