You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Pravin Dsilva (JIRA)" <ji...@apache.org> on 2017/08/28 09:45:00 UTC

[jira] [Commented] (FALCON-2304) SchedulerServiceTest.testDeRegistration test fails

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

Pravin Dsilva commented on FALCON-2304:
---------------------------------------

The test passes when i increase the timeout value. Attaching the patch here for reference.

> SchedulerServiceTest.testDeRegistration test fails
> --------------------------------------------------
>
>                 Key: FALCON-2304
>                 URL: https://issues.apache.org/jira/browse/FALCON-2304
>             Project: Falcon
>          Issue Type: Bug
>          Components: scheduler
>    Affects Versions: trunk
>         Environment: ~# uname -a
> Linux hj-ibmibm9350 3.19.0-37-generic #42-Ubuntu SMP Fri Nov 20 18:22:05 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
>            Reporter: Pravin Dsilva
>            Priority: Minor
>         Attachments: FALCON-2304.patch
>
>
> org.apache.falcon.notification.service.SchedulerServiceTest.testDeRegistration
> *Error Message*
> {code:java}
> expected:<1> but was:<null>
> {code}
> *Stacktrace*
> {code:java}
> java.lang.AssertionError: expected:<1> but was:<null>
> 	at org.testng.Assert.fail(Assert.java:89)
> 	at org.testng.Assert.failNotEquals(Assert.java:489)
> 	at org.testng.Assert.assertEquals(Assert.java:118)
> 	at org.testng.Assert.assertEquals(Assert.java:160)
> 	at org.apache.falcon.notification.service.SchedulerServiceTest.testDeRegistration(SchedulerServiceTest.java:274)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)