FANNG1 commented on code in PR #4948: URL: https://github.com/apache/gravitino/pull/4948#discussion_r1769369654
########## server-common/src/main/java/org/apache/gravitino/server/web/JettyServer.java: ########## @@ -260,6 +260,29 @@ private void initializeWebAppServletContextHandler() { servletContextHandler = new WebAppContext(); boolean isUnitTest = System.getenv("GRAVITINO_TEST") != null; + if (isUnitTest) { Review Comment: I'm curious about this change, you relocate the jetty package not exclude it, why couldn't find the jetty class? -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org