Skip to content

Commit

Permalink
YARN-11642. Fix Flaky Test TestTimelineAuthFilterForV2#testPutTimelin…
Browse files Browse the repository at this point in the history
…eEntities. (apache#6417) Contributed by Shilun Fan.

Reviewed-by: Ayush Saxena <[email protected]>
Signed-off-by: Shilun Fan <[email protected]>
  • Loading branch information
slfan1989 authored Jan 6, 2024
1 parent 0871366 commit 60033fd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ public void initialize() throws Exception {
}
UserGroupInformation.setConfiguration(conf);
collectorManager = new DummyNodeTimelineCollectorManager();
auxService = PerNodeTimelineCollectorsAuxService.launchServer(
PerNodeTimelineCollectorsAuxService as = new PerNodeTimelineCollectorsAuxService();
auxService = as.launchServer(
new String[0], collectorManager, conf);
if (withKerberosLogin) {
SecurityUtil.login(conf, YarnConfiguration.TIMELINE_SERVICE_KEYTAB,
Expand Down

0 comments on commit 60033fd

Please sign in to comment.