Hi All, We are getting the following test failure intermittently when building the mediation-initializer component.
[INFO] ------------------------------------------------------------------------ [INFO] Building WSO2 Carbon - Mediation Initializer 4.2.0 [INFO] ------------------------------------------------------------------------ Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.pom Downloaded: http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.pom(4 KB at 6.6 KB/sec) Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/caching/4.2.0/caching-4.2.0.pom Downloaded: http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/caching/4.2.0/caching-4.2.0.pom(4 KB at 6.5 KB/sec) Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public/org/apache/neethi/neethi/2.0.4-wso2v4/neethi-2.0.4-wso2v4.pom Downloaded: http://maven.wso2.org/nexus/content/groups/wso2-public/org/apache/neethi/neethi/2.0.4-wso2v4/neethi-2.0.4-wso2v4.pom(0 B at 0.0 KB/sec) Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar Downloading: http://maven.wso2.org/nexus/content/groups/wso2-public/org/apache/geronimo/specs/geronimo-saaj_1.3_spec/1.0.0/geronimo-saaj_1.3_spec-1.0.0.jar Downloaded: http://maven.wso2.org/nexus/content/groups/wso2-public/org/apache/geronimo/specs/geronimo-saaj_1.3_spec/1.0.0/geronimo-saaj_1.3_spec-1.0.0.jar(0 B at 0.0 KB/sec) Downloaded: http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/org.wso2.carbon.caching.core/4.2.0/org.wso2.carbon.caching.core-4.2.0.jar(153 KB at 137.5 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.wso2.carbon.mediation.initializer --- [INFO] Deleting /build/branches/turing/components/mediation-initializer/org.wso2.carbon.mediation.initializer/4.2.0/target [INFO] [INFO] --- incremental-build-plugin:1.3:incremental-build (default) @ org.wso2.carbon.mediation.initializer --- [INFO] Verifying module descriptor ... [INFO] Pom descriptor modification detected. [INFO] Deleting /build/branches/turing/components/mediation-initializer/org.wso2.carbon.mediation.initializer/4.2.0/target [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.wso2.carbon.mediation.initializer --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.wso2.carbon.mediation.initializer --- [INFO] Compiling 59 source files to /build/branches/turing/components/mediation-initializer/org.wso2.carbon.mediation.initializer/4.2.0/target/classes [INFO] [INFO] --- maven-scr-plugin:1.7.2:scr (generate-scr-scrdescriptor) @ org.wso2.carbon.mediation.initializer --- [WARNING] Class org.wso2.carbon.mediation.initializer.ServiceBusInitializer is using deprecated javadoc tags at file:/build/branches/turing/components/mediation-initializer/org.wso2.carbon.mediation.initializer/4.2.0/src/main/java/org/wso2/carbon/mediation/initializer/ServiceBusInitializer.java:75 [WARNING] It is highly recommended to fix these problems, as future versions might not support these features anymore. [INFO] Generating 2 MetaType Descriptors to /build/branches/turing/components/mediation-initializer/org.wso2.carbon.mediation.initializer/4.2.0/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml [INFO] Writing abstract service descriptor /build/branches/turing/components/mediation-initializer/org.wso2.carbon.mediation.initializer/4.2.0/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml with 1 entries. [INFO] Generating 1 Service Component Descriptors to /build/branches/turing/components/mediation-initializer/org.wso2.carbon.mediation.initializer/4.2.0/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.wso2.carbon.mediation.initializer --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.wso2.carbon.mediation.initializer --- [INFO] Compiling 5 source files to /build/branches/turing/components/mediation-initializer/org.wso2.carbon.mediation.initializer/4.2.0/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ org.wso2.carbon.mediation.initializer --- [INFO] Surefire report directory: /build/branches/turing/components/mediation-initializer/org.wso2.carbon.mediation.initializer/4.2.0/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.wso2.carbon.mediation.initializer.EndpointPersistenceTest log4j:WARN No appenders could be found for logger (org.apache.synapse.config.SynapsePropertiesLoader). log4j:WARN Please initialize the log4j system properly. Starting endpoint persistence test... Added new endpoint : epr1 Endpoint : epr1 saved successfully Updated endpoint : epr1 Endpoint : epr1 saved successfully Endpoint : epr1 removed Endpoint file : epr1.xml deleted successfully Added new endpoint : epr2 Endpoint : epr2 saved successfully Endpoint : epr2 removed Endpoint : epr2 deleted from synapse.xml successfully Endpoint persistence test completed successfully... Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.36 sec Running org.wso2.carbon.mediation.initializer.ProxyServicePersistenceTest Starting proxy persistence test... Added new proxy : proxy1 Proxy service : proxy1 saved successfully Updated proxy : proxy1 Proxy service : proxy1 saved successfully Proxy : proxy1 removed Proxy service file : proxy1.xml deleted successfully Added new proxy service : proxy2 Proxy service : proxy2 saved successfully Proxy service : proxy2 removed Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 14.694 sec <<< FAILURE! Running org.wso2.carbon.mediation.initializer.SequencePersistenceTest Starting sequence persistence test... Added new sequence : seq1 Sequence : seq1 saved successfully Updated sequence : seq1 Sequence : seq1 saved successfully Sequence : seq1 removed Sequence file : seq1.xml deleted successfully Added new sequence : seq2 Sequence : seq2 saved successfully Sequence : seq2 removed Sequence : seq2 deleted from synapse.xml successfully Sequence persistence test completed successfully... Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.488 sec Running org.wso2.carbon.mediation.initializer.AdvancedPersistenceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.52 sec Results : Tests in error: testProxyPersistence(org.wso2.carbon.mediation.initializer.ProxyServicePersistenceTest): com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog(..) Tests run: 4, Failures: 0, Errors: 1, Skipped: 0 Thanks and Regards, Ruwan Yatawara Software Engineer, WSO2 Inc. lean . enterprise . middleware email : [email protected] mobile : +94 77 9110413 blog : http://ruwansrants.blogspot.com/ www: :http://wso2.com
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
