FANNG1 commented on code in PR #4948: URL: https://github.com/apache/gravitino/pull/4948#discussion_r1771589973
########## 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: After remove `server-common` test dependences in other modules, this seems unnecessary anymore? -- 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