Hi, While trying to build siddhi 2.0.0-wso2v4 module, I got the following issue.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project siddhi-core: Compilation failure [ERROR] /Users/imesh/dev/wso2/svn/siddhi/2.0.0-wso2v5/modules/siddhi-core/src/test/java/org/wso2/siddhi/test/standard/table/rdbms/BasicDataSource.java:[30,7] error: BasicDataSource is not abstract and does not override abstract method getParentLogger() in CommonDataSource [ERROR] -> [Help 1] I assume this was because "modules/siddhi-core/src/test/ java/org/wso2/siddhi/test/standard/table/rdbms/BasicDataSource.java" has not implemented "getParentLogger()" method. So I have implemented that method and observed the following test was fail. Failed tests: SnapshotOutputRateLimitTestCase.testSnapshotOutputRateLimitQuery10:456 Number of output event value expected:<4> but was:<5> SnapshotOutputRateLimitTestCase.testSnapshotOutputRateLimitQuery18:804 Number of output event bundles expected:<4> but was:<5> SnapshotOutputRateLimitTestCase.testSnapshotOutputRateLimitQuery19:850 Number of output event bundles expected:<4> but was:<5> Can someone please help me with this issue? Thank you. -- *Dinithi De Silva* Associate Software Engineer, WSO2 Inc. m:+94716667655 | e:[email protected] | w: www.wso2.com | a: #20, Palm Grove, Colombo 03
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
