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
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---