pan3793 commented on PR #4734: URL: https://github.com/apache/zeppelin/pull/4734#issuecomment-2002036354
@Reamer I figured out why frontend IT failed. Actually, the changes in ZEPPELIN-5848 have some issues, but due to the lower version of the Maven plugin, all JUnit5 tests are skipped. The real matter is, `AaaIT` creates an instance `BbbIT` in the test cases, and calls `BbbIT#method`, obviously, `BbbIT#beforeClass` won't be called, so that the member variables initialization is skipped, then NPE occurs, I fixed it with minimal changes, the first round CI result looks good (only one case failed, may be a flaky case, let me try another round) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
