Online report :
https://continuum-ci.apache.org/continuum/buildResult.action?buildId=27819&projectId=101
Build statistics:
State: Failed
Previous State: Failed
Started at: Fri 17 Jan 2014 16:02:16 +0000
Finished at: Fri 17 Jan 2014 16:02:50 +0000
Total time: 34s
Build Trigger: Forced
Build Number: 24
Exit code: 1
Building machine hostname: continuum-vm
Operating system : Linux(unknown)
Java Home version :
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.6)
(6b27-1.12.6-1ubuntu0.12.04.4)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
Builder version :
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da;
2013-02-19 13:51:28+0000)
Maven home: /opt/apache-maven-3.0.5
Java version: 1.6.0_27, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "3.2.0-53-generic", arch: "amd64", family:
"unix"
****************************************************************************
SCM Changes:
****************************************************************************
Changed: ate @ Fri 17 Jan 2014 15:21:17 +0000
Comment: SCXML-186: Groovy Expression evaluator support
- adding simple test for GroovyContext (copied from jexl)
Files changed:
/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/env/groovy/GroovyContextTest.java
( 1559143 )
Changed: ate @ Fri 17 Jan 2014 15:22:41 +0000
Comment: SCXML-186: Groovy Expression evaluator support
- adding microwave tests for Groovy
Files changed:
/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/SCXMLExecutorTest.java
( 1559145 )
/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/env/groovy/microwave-01.xml
( 1559145 )
/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/env/groovy/microwave-02.xml
( 1559145 )
/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/env/groovy/microwave-03.xml
( 1559145 )
/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/env/groovy/microwave-04.xml
( 1559145 )
/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/env/groovy/microwave-05.xml
( 1559145 )
Changed: ate @ Fri 17 Jan 2014 15:26:38 +0000
Comment: SCXML-186: Groovy Expression evaluator support
- complete (albeit simple) test of the whole of this feature, using:
- an initial script to define dynamic classes and functions
- leveraging the initial script as base class and thereby providing its
custom functions to child element script or condition evaluation
- test and validate everything above is serializable
Files changed:
/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/env/groovy/SerializableInitialBaseScriptTest.java
( 1559147 )
/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/env/groovy/serializable-initial-base-script.xml
( 1559147 )
Changed: ate @ Fri 17 Jan 2014 15:29:34 +0000
Comment: SCXML-186: Groovy Expression evaluator support
- Simple test to validate and demonstrate using Groovy closures *is* possible
although not recommended to be used.
Using Groovy closures for SCXML is strongly discouraged because of the
limitations
(like NOT serializable) and serious memory/performance overhead they may
cause.
Better use the initial script feature as an script base and def(ine) methods
which provides same/similar capabilities
without the costs of closures. As an example, see:
serializable-initial-base-script.xml
Files changed:
/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/env/groovy/GroovyClosureTest.java
( 1559151 )
/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/env/groovy/groovy-closure.xml
( 1559151 )
Changed: sebb @ Fri 17 Jan 2014 16:01:28 +0000
Comment: Add debug to see why Continuum is failing
Files changed:
/commons/proper/scxml/trunk/src/test/java/org/apache/commons/scxml2/env/javascript/JSEvaluatorTest.java
( 1559164 )
****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed
****************************************************************************
Build Definition:
****************************************************************************
POM filename: pom.xml
Goals: clean deploy
Arguments: --batch-mode -Pjava-1.6 -Dgpg.skip -Prelease
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Maven 3.0.5
Description: Group (shared) Maven 3 Build Definition (Java 1.6)
****************************************************************************
Test Summary:
****************************************************************************
Tests: 286
Failures: 1
Errors: 0
Success Rate: 99
Total time: 10.000001
****************************************************************************
Test Failures:
****************************************************************************
JSEvaluatorTest
testStandardExpressions :
java.lang.AssertionError
java.lang.AssertionError: Invalid result: 1 + 1 + 2 + 3 + 5 expected:<12.0>
but was:<12>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at
org.apache.commons.scxml2.env.javascript.JSEvaluatorTest.testStandardExpressions(JSEvaluatorTest.java:185)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]