mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
last test case time check to print string
This commit is contained in:
parent
e6cd82c790
commit
5a80a5a8ac
1 changed files with 1 additions and 0 deletions
|
|
@ -355,6 +355,7 @@ public class ZeppelinSparkClusterTest extends AbstractTestRestApi {
|
|||
p3.setAuthenticationInfo(anonymous);
|
||||
|
||||
p0.setText(String.format("%%spark z.runNote(\"%s\")", note.getId()));
|
||||
p3.setText("%%spark println(\"END\")");
|
||||
note.run(p0.getId());
|
||||
waitForFinish(p0);
|
||||
waitForFinish(p1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue