Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0.0-M1
-
Fix Version/s: 2.0 ITR7
-
Component/s: Transport: Quartz
-
Labels:None
-
User impact:Medium
-
Similar Issues:None
Description
Quartz Functional Test is failing randomly (both in CI and on my machine); removing from tests for now.
-------------------------------------------------------------------------------
Test set: org.mule.providers.quartz.QuartzFunctionalTestCase
-------------------------------------------------------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec <<< FAILURE!
mule receiver job (org.mule.providers.quartz.QuartzFunctionalTestCase) Time elapsed: 0.357 sec <<< FAILURE!
junit.framework.AssertionFailedError: expected:<4> but was:<3>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:280)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:133)
at junit.framework.Assert.assertEquals(Assert.java:139)
at org.mule.providers.quartz.QuartzFunctionalTestCase.testMuleReceiverJob(QuartzFunctionalTestCase.java:31)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Just failed on bamboo with 2 instead of 4 (see above).
Removing from build.
Both Quartz Functional Tests are now excluded. Raising this to critical.