falcon icon indicating copy to clipboard operation
falcon copied to clipboard

Mirror of Apache Falcon

Results 14 falcon issues
Sort by recently updated
recently updated
newest added

The test fails with ``` java.lang.AssertionError: expected: but was: 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.

The test fails with ``` java.lang.AssertionError: expected: but was: 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.

cast Action.getAny() to org.w3c.dom.Node instead of ElementNSImpl in order to avoid ClassCastException.

This change bumps up version to 1.0 in pom.xml in preparation for 1.0 release.