int-api - Build # 1529 - Failure:
Check console output at https://ci.openbravo.com/job/int-api/1529/ to view the
results.
Committers since last success:
Changes for Build #1529
Asier Lostalé <[email protected]> null
fixed issue 21765 fixed issue 28955: enabled cdi in jUnit test cases
Asier Lostalé <[email protected]> null
[cdi-junit] DynamicExpressionParserTest needs to extend WeldBaseTest
in order to be able to execute it within a suite which already used cdi, if
not
it tries to use injection resulting in NPE
modules/org.openbravo.client.application/src-test/org/openbravo/client/application/test/DynamicExpressionParserTest.java
Asier Lostalé <[email protected]> null
[cdi-junit] proper initialization of interceptors in WeldBaseTest
to allow execution of test suites.
modules/org.openbravo.base.weld/src-test/org/openbravo/base/weld/test/WeldBaseTest.java
Asier Lostalé <[email protected]> null
[cdi-junit] paths for eclipse linked sources are relative
src-test/.project
Asier Lostalé <[email protected]> null
[cdi-junit] fixed test class name
src-test/src/org/openbravo/test/AllAntTaskTests.java
Asier Lostalé <[email protected]> null
[cdi-juni] fixed src-test/.project path
src-test/.project
Asier Lostalé <[email protected]> null
[cdi-junit] added test case for dal persistance event
modules/org.openbravo.base.weld/src-test/org/openbravo/base/weld/test/testinfrastructure/DalPersistanceEventTest.java
src-test/src/org/openbravo/test/AllAntTaskTests.java
Asier Lostalé <[email protected]> null
[cdi-junit] initialize kernel so persistance observers are available
modules/org.openbravo.base.weld/src-test/org/openbravo/base/weld/test/WeldBaseTest.java
Asier Lostalé <[email protected]> null
[cdi-junit] recovered existing cdi unit tests
modules/org.openbravo.client.kernel/src-test/org/openbravo/client/kernel/freemarker/test/FreemarkerTemplateProcessorTest.java
modules/org.openbravo.client.kernel/src-test/org/openbravo/client/kernel/freemarker/test/GenerateComponentTest.java
modules/org.openbravo.client.kernel/src-test/org/openbravo/client/kernel/freemarker/test/LabelTest.java
src-test/src/org/openbravo/test/AllAntTaskTests.java
Asier Lostalé <[email protected]> null
[cdi-junit] updated licensing for new libraries
legal/Licensing.txt
Asier Lostalé <[email protected]> null
[cdi-junit] pi merge
Asier Lostalé <[email protected]> null
[cdi-junit] added test case for parameterization infrastructure
modules/org.openbravo.base.weld/src-test/org/openbravo/base/weld/test/testinfrastructure/ParameterizedCdi.java
src-test/src/org/openbravo/test/AllAntTaskTests.java
Asier Lostalé <[email protected]> null
[cdi-junit] code formatting
src-test/src/org/openbravo/test/AllAntTaskTests.java
Asier Lostalé <[email protected]> null
[cdi-junit] added infrastructure for test case parameterization
modules/org.openbravo.base.weld/src-test/org/openbravo/base/weld/test/ParameterCdiTest.java
modules/org.openbravo.base.weld/src-test/org/openbravo/base/weld/test/ParameterCdiTestRule.java
Asier Lostalé <[email protected]> null
[cdi-junit] added test case to ant all tests
src-test/src/org/openbravo/test/AllAntTaskTests.java
Asier Lostalé <[email protected]> null
[cdi-junit] added test case to ant tests
src-test/src/org/openbravo/test/AntTaskTests.java
Asier Lostalé <[email protected]> null
[cdi-junit] do not invoke compileSqlc as it tries to compile src-test in
core
without modules
src-test/build.xml
Asier Lostalé <[email protected]> null
[cdi-junit] added test cases to cover basic cdi infrastructure in jUnit
modules/org.openbravo.base.weld/src-test/org/openbravo/base/weld/test/testinfrastructure/ApplicationScopedBean.java
modules/org.openbravo.base.weld/src-test/org/openbravo/base/weld/test/testinfrastructure/CdiInfrastructure.java
modules/org.openbravo.base.weld/src-test/org/openbravo/base/weld/test/testinfrastructure/RequestScopedBean.java
modules/org.openbravo.base.weld/src-test/org/openbravo/base/weld/test/testinfrastructure/SessionScopedBean.java
src-test/src/org/openbravo/test/AllTests.java
Asier Lostalé <[email protected]> null
[cdi-junit] pi merge
Asier Lostalé <[email protected]> null
[cdi-test] added convenience run.test ant task
It allows to execute with ant any test case (or suite) specified by the
"test" parameter.
build.xml
src-test/build.xml
Asier Lostalé <[email protected]> null
[cdi-junit] added EL api
This api is present in tomcat libraries so it doesn't need to be included
within
Eclipse's project's classpath. But it is missing when running cdi tests from
ant
so the library is required.
modules/org.openbravo.base.weld/lib/test/jboss-el-api_2.2_spec-1.0.0.Final.jar
Asier Lostalé <[email protected]> null
[cdi-junit] log archive creation
modules/org.openbravo.base.weld/src-test/org/openbravo/base/weld/test/WeldBaseTest.java
Asier Lostalé <[email protected]> null
[cdi-junit] fixed test classpath for ant executions
src-test/build.xml
Asier Lostalé <[email protected]> null
[cdi-junit] log deployed classes as debug
modules/org.openbravo.base.weld/src-test/org/openbravo/base/weld/test/WeldBaseTest.java
Asier Lostalé <[email protected]> null
[cdi-junit] make bean manager available from WeldUtils
modules/org.openbravo.base.weld/src-test/org/openbravo/base/weld/test/WeldBaseTest.java
Asier Lostalé <[email protected]> null
[cdi-junit] adapt arquillians JavaArchive to newer version
modules/org.openbravo.base.weld/src-test/org/openbravo/base/weld/test/WeldBaseTest.java
Asier Lostalé <[email protected]> null
[cdi-junit] edding to eclipse project and classpath weld resources
src-test/.classpath.template
src-test/.project
Asier Lostalé <[email protected]> null
[cdi-junit] updated arquillian 1.0.0 Alpha4 -> 1.1.8 Final
modules/org.openbravo.base.weld/lib/test/arquillian-config-api-1.1.8.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-config-impl-base-1.1.8.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-container-impl-base-1.1.8.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-container-spi-1.1.8.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-container-test-api-1.1.8.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-container-test-impl-base-1.1.8.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-container-test-spi-1.1.8.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-core-api-1.1.8.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-core-impl-base-1.1.8.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-core-spi-1.1.8.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-junit-container-1.1.8.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-junit-core-1.1.8.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-test-api-1.1.8.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-test-impl-base-1.1.8.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-test-spi-1.1.8.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-testenricher-cdi-1.0.2.Final.jar
modules/org.openbravo.base.weld/lib/test/arquillian-weld-ee-embedded-1.1-1.0.0.CR8.jar
modules/org.openbravo.base.weld/lib/test/shrinkwrap-api-1.2.2.jar
modules/org.openbravo.base.weld/lib/test/shrinkwrap-descriptors-api-base-2.0.0-alpha-7.jar
modules/org.openbravo.base.weld/lib/test/shrinkwrap-descriptors-spi-2.0.0-alpha-7.jar
modules/org.openbravo.base.weld/lib/test/shrinkwrap-impl-base-1.2.2.jar
modules/org.openbravo.base.weld/lib/test/shrinkwrap-spi-1.2.2.jar
modules/org.openbravo.base.weld/lib/test/arquillian-api-1.0.0.Alpha4.jar
modules/org.openbravo.base.weld/lib/test/arquillian-impl-base-1.0.0.Alpha4.jar
modules/org.openbravo.base.weld/lib/test/arquillian-junit-1.0.0.Alpha4.jar
modules/org.openbravo.base.weld/lib/test/arquillian-protocol-local-1.0.0.Alpha4.jar
modules/org.openbravo.base.weld/lib/test/arquillian-spi-1.0.0.Alpha4.jar
modules/org.openbravo.base.weld/lib/test/arquillian-testenricher-cdi-1.0.0.Alpha4.jar
modules/org.openbravo.base.weld/lib/test/arquillian-weld-ee-embedded-1.1-1.0.0.Alpha4.jar
modules/org.openbravo.base.weld/lib/test/shrinkwrap-api-1.0.0-alpha-11.jar
modules/org.openbravo.base.weld/lib/test/shrinkwrap-extension-classloader-1.0.0-alpha-11.jar
modules/org.openbravo.base.weld/lib/test/shrinkwrap-impl-base-1.0.0-alpha-11.jar
modules/org.openbravo.base.weld/lib/test/shrinkwrap-spi-1.0.0-alpha-11.jar
Last 20 lines of the console output:
[...truncated 32011 lines...]
Error Summary:
Errors:
+ exit 1
Build step 'Execute shell' marked build as failure
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script : cp
/srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java.japi.gz .
[int-api] $ /bin/bash -xe /tmp/hudson3577290229714417272.sh
+ cp /srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java.japi.gz .
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Archiving artifacts
Checking console output
/srv/ci/jobs/int-api/builds/2015-07-08_07-18-53/log:
[checkAPI] 11924 ERROR -
Email was triggered for: Failure
Sending email for trigger: Failure
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds