slfan1989 commented on PR #7480:
URL: https://github.com/apache/hadoop/pull/7480#issuecomment-2708239357
@cnauroth I found this pr will cause unit test errors.
```
[INFO] Running
org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodeLabels
[ERROR] Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed:
0.384 s <<< FAILURE! - in
org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodeLabels
[ERROR]
org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesNodeLabels.testLabelInvalidReplace
Time elapsed: 0.332 s <<< ERROR!
java.lang.NoClassDefFoundError: org/glassfish/grizzly/http/server/HttpHandler
at
org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:72)
at
org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer.<init>(GrizzlyTestContainerFactory.java:45)
at
org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory.create(GrizzlyTestContainerFactory.java:120)
at
org.glassfish.jersey.test.JerseyTest.createTestContainer(JerseyTest.java:261)
at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623)
at
org.apache.hadoop.yarn.webapp.JerseyTestBase.setUp(JerseyTestBase.java:41)
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]