作者:脉趣小鱼 | 来源:互联网 | 2023-08-27 18:00
What is this PR for?
This is a fix for selenium test case
1
| testSparkInterpreterDependencyLoading |
that does not check for
causing build to fail on local. (
1
| mvn $TEST_FLAG $PROFILE -B |
)
Used to get this error in file
1
| ./zeppelin-server/target/failsafe-reports/org.apache.zeppelin.ZeppelinIT.txt |
1 2 3 4 5 6 7
| -------------------------------------------------------------------------------
Test set: org.apache.zeppelin.ZeppelinIT
-------------------------------------------------------------------------------
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec << testSparkInterpreterDependencyLoading(org.apache.zeppelin.ZeppelinIT) Time elapsed: 0.008 sec << java.lang.NullPointerException: null
at org.apache.zeppelin.ZeppelinIT.testSparkInterpreterDependencyLoading(ZeppelinIT.java:210) |
What type of PR is it?
Hot Fix
Todos
- [x] - Fix for testSparkInterpreterDependencyLoading
- [x] - delete created notebook for cleanup.
Is there a relevant Jira issue?
N/A
How should this be tested?
1
| mvn $TEST_FLAG $PROFILE -B |
should not fail on local when env variable "CI" is not set.
该提问来源于开源项目:apache/zeppelin
LGTM