Hi All, I'm attempting to building AMQ 5.13.1 from tag in order to test some changes I'm making for AMQ-6176.
When i try to build AMQ 5.13.1 I see: Tests run: 15, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec <<< FAILURE! - in org.apache.activemq.broker.scheduler.CronParserTest testgetNextTimeMinutes(org.apache.activemq.broker.scheduler.CronParserTest) Time elapsed: 0.004 sec <<< FAILURE! java.lang.AssertionError: expected:<600000> but was:<2400000> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.apache.activemq.broker.scheduler.CronParserTest.testgetNextTimeMinutes(CronParserTest.java:276) Results : Failed tests: CronParserTest.testgetNextTimeMinutes:276 expected:<600000> but was:<2400000> [INFO] Reactor Summary: [INFO] [INFO] ActiveMQ ........................................... SUCCESS [ 0.937 s] [INFO] ActiveMQ :: Openwire Generator ..................... SUCCESS [ 1.140 s] [INFO] ActiveMQ :: Client ................................. FAILURE [ 59.076 s] ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:01 min [INFO] Finished at: 2016-02-19T12:25:54-03:30 [INFO] Final Memory: 56M/951M Here is my environment: Jamies-iMac:amq5131 jgoodyear$ mvn -version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T13:11:47-03:30) Maven home: /x1/tools/apache-maven-3.3.9 Java version: 1.8.0_73, vendor: Oracle Corporation Is that test case expected to fail? Follow up question, if that test case is expected to fail, are there other tests I should expect to fail too? I'd like to be able to test my changes but is hard to when tag appears unstable :( Cheers, Jamie
