You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2014/09/29 23:13:33 UTC

[jira] [Updated] (TEZ-1484) testTaskSchedulerWithReuse is unstable

     [ https://issues.apache.org/jira/browse/TEZ-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bikas Saha updated TEZ-1484:
----------------------------
    Priority: Major  (was: Blocker)

> testTaskSchedulerWithReuse is unstable
> --------------------------------------
>
>                 Key: TEZ-1484
>                 URL: https://issues.apache.org/jira/browse/TEZ-1484
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Alexander Pivovarov
>
> on some computers sometimes testTaskSchedulerWithReuse fail
> probably it relates to TEZ-1478
> {code}
> Running org.apache.tez.dag.app.rm.TestTezAMRMClient
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 sec
> Running org.apache.tez.dag.app.rm.TestTaskScheduler
> Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.561 sec <<< FAILURE!
> testTaskSchedulerWithReuse(org.apache.tez.dag.app.rm.TestTaskScheduler)  Time elapsed: 0.051 sec  <<< FAILURE!
> org.mockito.exceptions.verification.WantedButNotInvoked: 
> Wanted but not invoked:
> taskSchedulerAppCallback.taskAllocated(
>     <any>,
>     <any>,
>     <any>
> );
> -> at org.apache.tez.dag.app.rm.TestTaskScheduler.testTaskSchedulerWithReuse(TestTaskScheduler.java:721)
> However, there were other interactions with this mock:
> -> at org.apache.tez.dag.app.rm.TaskSchedulerAppCallbackWrapper$SetApplicationRegistrationDataCallable.call(TaskSchedulerAppCallbackWrapper.java:244)
> 	at org.apache.tez.dag.app.rm.TestTaskScheduler.testTaskSchedulerWithReuse(TestTaskScheduler.java:721)
> Running org.apache.tez.dag.app.dag.impl.TestTaskRecovery
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.148 sec
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)