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

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


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

commit 70c3a5201dfa6d567601bf26766b4eccdf87141e
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
---
 .../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