[ 
https://issues.apache.org/jira/browse/YARN-11554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17757410#comment-17757410
 ] 

ASF GitHub Bot commented on YARN-11554:
---------------------------------------

slfan1989 commented on code in PR #5971:
URL: https://github.com/apache/hadoop/pull/5971#discussion_r1301584152


##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/TestRMFailover.java:
##########
@@ -212,6 +213,9 @@ public void testAutomaticFailover()
   public void testWebAppProxyInStandAloneMode() throws YarnException,
       InterruptedException, IOException {
     conf.setBoolean(YarnConfiguration.AUTO_FAILOVER_ENABLED, false);
+    if (HAUtil.isHAEnabled(conf)) {

Review Comment:
   Thanks for your suggestion! I will remove `if (HAUtil.isHAEnabled(conf))`.





> Fix TestRMFailover#testWebAppProxyInStandAloneMode Failed
> ---------------------------------------------------------
>
>                 Key: YARN-11554
>                 URL: https://issues.apache.org/jira/browse/YARN-11554
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: resourcemanager
>    Affects Versions: 3.4.0
>            Reporter: Shilun Fan
>            Assignee: Shilun Fan
>            Priority: Major
>              Labels: pull-request-available
>
> There is an error in TestRMFailover#testWebAppProxyInStandAloneMode, which is 
> caused after YARN-11153



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to