This is an automated email from the ASF dual-hosted git repository. slfan1989 pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from b4168c37b7a YARN-11760. [JDK17] Upgrade JUnit from 4 to 5 in hadoop-yarn-applications-distributedshell. (#7373) add 14b71596d45 YARN-11761. [JDK17] Upgrade JUnit from 4 to 5 in hadoop-yarn-services-core. (#7374) No new revisions were added by this update. Summary of changes: .../hadoop/yarn/service/ServiceTestUtils.java | 33 +-- .../TestDefaultUpgradeComponentsFinder.java | 23 +- .../apache/hadoop/yarn/service/TestServiceAM.java | 86 ++++---- .../hadoop/yarn/service/TestServiceManager.java | 108 +++++----- .../yarn/service/TestYarnNativeServices.java | 235 +++++++++++---------- .../client/TestBuildExternalComponents.java | 17 +- .../hadoop/yarn/service/client/TestServiceCLI.java | 85 ++++---- .../yarn/service/client/TestServiceClient.java | 46 ++-- .../yarn/service/component/TestComponent.java | 114 +++++----- .../TestComponentDecommissionInstances.java | 35 ++- .../component/TestComponentRestartPolicy.java | 4 +- .../component/instance/TestComponentInstance.java | 99 ++++----- .../yarn/service/conf/TestAppJsonResolve.java | 39 ++-- .../yarn/service/conf/TestLoadExampleAppJson.java | 25 +-- .../service/conf/TestValidateServiceNames.java | 7 +- .../containerlaunch/TestAbstractLauncher.java | 10 +- .../yarn/service/monitor/TestServiceMonitor.java | 19 +- .../service/monitor/probe/TestDefaultProbe.java | 60 +++--- .../provider/TestAbstractProviderService.java | 30 +-- .../yarn/service/provider/TestProviderUtils.java | 12 +- .../providers/TestAbstractClientProvider.java | 24 +-- .../providers/TestDefaultClientProvider.java | 11 +- .../service/providers/TestProviderFactory.java | 4 +- .../TestServiceTimelinePublisher.java | 12 +- .../yarn/service/utils/TestCoreFileSystem.java | 15 +- .../hadoop/yarn/service/utils/TestFilterUtils.java | 41 ++-- .../yarn/service/utils/TestServiceApiUtil.java | 115 +++++----- 27 files changed, 670 insertions(+), 639 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org