This is an automated email from the ASF dual-hosted git repository.

slfan1989 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d0df0689b44e YARN-11607: TestTimelineAuthFilterForV2 fails 
intermittently (#6459) Contributed by Susheel Gupta.
d0df0689b44e is described below

commit d0df0689b44ea38e632285725678ceea701e2e18
Author: Susheel Gupta <38013283+susheelgup...@users.noreply.github.com>
AuthorDate: Sat Jan 20 05:12:08 2024 +0530

    YARN-11607: TestTimelineAuthFilterForV2 fails intermittently (#6459) 
Contributed by Susheel Gupta.
    
    Signed-off-by: Shilun Fan <slfan1...@apache.org>
---
 .../server/timelineservice/security/TestTimelineAuthFilterForV2.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/security/TestTimelineAuthFilterForV2.java
 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/security/TestTimelineAuthFilterForV2.java
index 8be3b6466346..8877105c5678 100644
--- 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/security/TestTimelineAuthFilterForV2.java
+++ 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/security/TestTimelineAuthFilterForV2.java
@@ -337,7 +337,7 @@ public class TestTimelineAuthFilterForV2 {
       try {
         publishAndVerifyEntity(appId, entityTypeDir, entityType, numEntities);
       } catch (YarnException e) {
-        Thread.sleep(50);
+        Thread.sleep(100);
         continue;
       }
       return true;


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to