falcon icon indicating copy to clipboard operation
falcon copied to clipboard

FALCON-2304 SchedulerServiceTest.testDeRegistration test fails

Open pravin-dsilva opened this issue 8 years ago • 1 comments

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.

pravin-dsilva avatar Aug 28 '17 10:08 pravin-dsilva

@pallavi-rao Have raised a new PR - https://github.com/apache/falcon/pull/416 with waitFor implementation to fix the issue.

Prajyot-Parab avatar Sep 19 '18 10:09 Prajyot-Parab