Hi all, I've setup a CI job for building and running unit test against ealge's master branch, the job is at: https://builds.apache.org/job/incubator-eagle-main/, with unit test failing all the time. I think it's the time for us to reach out and fix the unit tests.
Each time the job fails, it's configured to send out an email to all of us with subject starting with "[EAGLE BUILD FAILED]", please take a look when you receive such emails to make sure if there is any failing case of your own, or you can define a rule/label to classify them. For every CI build, there is a testing result page of it, on which we can see overall status of the build. To get to the test result page, we can either click into a specific build then click "Test Result" in the left-nav, or use below url template with replacing build-number and then open it in browsers: https://builds.apache.org/job/incubator-eagle-main/${build-number}/testReport/ . E.g. the 7th build of the job, holds test result at https://builds.apache.org/job/incubator-eagle-main/7/testReport/ Currently, I summed the failing test case as below, please anyone who is the owner try to fix them: org.apache.eagle.alert.cep.TestSiddhiEvaluator.test <https://builds.apache.org/job/incubator-eagle-main/7/testReport/org.apache.eagle.alert.cep/TestSiddhiEvaluator/test/> org.apache.eagle.alert.dao.TestSiddhiStreamMetadataUtils.test <https://builds.apache.org/job/incubator-eagle-main/7/testReport/org.apache.eagle.alert.dao/TestSiddhiStreamMetadataUtils/test/> org.apache.eagle.alert.dao.TestStreamDefinitionDAOImpl.test <https://builds.apache.org/job/incubator-eagle-main/7/testReport/org.apache.eagle.alert.dao/TestStreamDefinitionDAOImpl/test/> org.apache.eagle.alert.state.TestSiddhiStateSnapshotAndRestore.persistenceTest7 <https://builds.apache.org/job/incubator-eagle-main/7/testReport/org.apache.eagle.alert.state/TestSiddhiStateSnapshotAndRestore/persistenceTest7/> Thanks. Michael
