[ https://issues.apache.org/jira/browse/YARN-9338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16780623#comment-16780623 ] Abhishek Modi commented on YARN-9338: ------------------------------------- This is being caused by YARN-3841. With this change default directory for filesystemtimelinewriterimpl got changed causing the failures where it was being used in tests and was not set explicitly. > Timeline related testcases are failing > -------------------------------------- > > Key: YARN-9338 > URL: https://issues.apache.org/jira/browse/YARN-9338 > Project: Hadoop YARN > Issue Type: Test > Reporter: Prabhu Joseph > Assignee: Abhishek Modi > Priority: Major > > Timeline related testcases are failing > {code} > [ERROR] Failures: > [ERROR] TestCombinedSystemMetricsPublisher.testTimelineServiceEventPublishingV2Enabled:262->runTest:245->validateV2:382->verifyEntity:417 Expected 2 events to be published expected:<2> but was:<1> > [ERROR] TestSystemMetricsPublisherForV2.testPublishAppAttemptMetrics:259->verifyEntity:332 Expected 2 events to be published expected:<2> but was:<1> > [ERROR] TestSystemMetricsPublisherForV2.testPublishApplicationMetrics:224->verifyEntity:332 Expected 4 events to be published expected:<4> but was:<1> > [ERROR] TestSystemMetricsPublisherForV2.testPublishContainerMetrics:291->verifyEntity:332 Expected 2 events to be published expected:<2> but was:<1> > [ERROR] Errors: > [ERROR] TestCombinedSystemMetricsPublisher.testTimelineServiceEventPublishingV1V2Enabled:252->runTest:242->testSetup:123 » YarnRuntime > [ERROR] Failures: > [ERROR] TestTimelineAuthFilterForV2.testPutTimelineEntities:343->access$000:87->publishAndVerifyEntity:307 expected:<1> but was:<2> > [ERROR] TestTimelineAuthFilterForV2.testPutTimelineEntities:352->publishWithRetries:320->publishAndVerifyEntity:307 expected:<1> but was:<2> > [ERROR] TestTimelineAuthFilterForV2.testPutTimelineEntities:352->publishWithRetries:320->publishAndVerifyEntity:307 expected:<1> but was:<2> > [ERROR] TestTimelineAuthFilterForV2.testPutTimelineEntities:343->access$000:87->publishAndVerifyEntity:307 expected:<1> but was:<2> > [INFO] > [ERROR] Failures: > [ERROR] TestDistributedShell.testDSShellWithoutDomainV2:313->testDSShell:317->testDSShell:458->checkTimelineV2:557->verifyEntityForTimelineV2:710 Unexpected number of DS_APP_ATTEMPT_START event published. expected:<1> but was:<0> > [ERROR] TestDistributedShell.testDSShellWithoutDomainV2CustomizedFlow:329->testDSShell:458->checkTimelineV2:557->verifyEntityForTimelineV2:710 Unexpected number of DS_APP_ATTEMPT_START event published. expected:<1> but was:<0> > [ERROR] TestDistributedShell.testDSShellWithoutDomainV2DefaultFlow:323->testDSShell:458->checkTimelineV2:557->verifyEntityForTimelineV2:710 Unexpected number of DS_APP_ATTEMPT_START event published. expected:<1> but was:<0> > [ERROR] Failures: > [ERROR] TestMRTimelineEventHandling.testMRNewTimelineServiceEventHandling:240->checkNewTimelineEvent:304->verifyEntity:462 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org