[
https://issues.apache.org/jira/browse/FALCON-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16143636#comment-16143636
]
ASF GitHub Bot commented on FALCON-2304:
----------------------------------------
GitHub user pravin-dsilva opened a pull request:
https://github.com/apache/falcon/pull/386
FALCON-2304 SchedulerServiceTest.testDeRegistration test fails
The test fails with
```
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)
```
The test passed by increasing the timeout.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pravin-dsilva/falcon
testDeRegistration-timeout
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/386.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #386
----
commit 4bf0d649a82b8e4bdfaf3ce74bb252750e34d2db
Author: Pravin D'silva <[email protected]>
Date: 2017-08-28T10:50:56Z
Increase timeout in testDeRegistration test
----
> 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
> Assignee: 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)