You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by Prajyot-Parab <gi...@git.apache.org> on 2018/09/19 10:19:32 UTC

[GitHub] falcon pull request #416: FALCON-2342 testDeRegistration timeout fixed using...

GitHub user Prajyot-Parab opened a pull request:

    https://github.com/apache/falcon/pull/416

    FALCON-2342 testDeRegistration timeout fixed using waitFor function

    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)
    ```
    
    Implemented waitFor() function to fix it.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Prajyot-Parab/falcon testDeRegistration-instance-timeout-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/falcon/pull/416.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 #416
    
----
commit 6a8985f671c14df2a03b4f36e4a901f9b80c82a5
Author: Prajyot-Parab <pr...@...>
Date:   2018-09-11T15:34:31Z

    FALCON-2342 testDeRegistration timeout fixed using waitFor function

----


---