Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

FALCON-2342 testDeRegistration timeout fixed using waitFor function #416

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

FALCON-2342 testDeRegistration timeout fixed using waitFor function #416

wants to merge 1 commit into from

Conversation

Prajyot-Parab
Copy link

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.

@Prajyot-Parab
Copy link
Author

@pallavi-rao Have raised this new PR - with waitFor implementation to fix the issue discussed in #386. Can you please take a look at this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant