Build failed in Hudson: drools #2604

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Wed Feb 18 21:23:35 EST 2009


See http://hudson.qa.jboss.com/hudson/job/drools/2604/changes

Changes:

[KrisVerlaenen] JBRULES-1915: Improve process persistence usability
 - fixed persistence / transactions solution

------------------------------------------
[...truncated 12510 lines...]
    <actionNode id="2" />
    <actionNode id="1" />
      </nodes>
      <connections>
    <connection from="1" to="2" />
      </connections>
      <in-ports>
        <in-port type="DROOLS_DEFAULT" nodeId="1" nodeInType="DROOLS_DEFAULT" />
      </in-ports>
      <out-ports>
        <out-port type="DROOLS_DEFAULT" nodeId="2" nodeOutType="DROOLS_DEFAULT" />
      </out-ports>
    </composite>
    <workItem id="10" name="WorkItem" waitForCompletion="false" >
      <work name="workname" >
        <parameter name="param1" >
          <type name="org.drools.process.core.datatype.impl.type.StringDataType" />
          <value>value1</value>
        </parameter>
        <parameter name="param2" >
          <type name="org.drools.process.core.datatype.impl.type.IntegerDataType" />
          <value>1</value>
        </parameter>
      </work>
      <mapping type="in" from="var1" to="param1" />
      <mapping type="out" from="param2" to="var2" />
      <onEntry>
        <action type="expression" dialect="java" >System.out.println("action1");</action>
        <action type="expression" dialect="java" >System.out.println("action2");</action>
      </onEntry>
      <onExit>
        <action type="expression" dialect="java" >System.out.println("action1");</action>
        <action type="expression" dialect="java" >System.out.println("action2");</action>
      </onExit>
      <timers>
        <timer id="2" delay="200" period="200" >
        <action type="expression" dialect="dialect" >consequence</action>
        </timer>
        <timer id="1" delay="100" period="100" >
        <action type="expression" dialect="dialect" >consequence</action>
        </timer>
      </timers>
    </workItem>
    <split id="5" name="split" x="1" y="2" width="3" height="4" type="2" >
      <constraints>
        <constraint toNodeId="3" toType="DROOLS_DEFAULT" name="constraint2" priority="2" type="type2" dialect="dialect2" >constraint-text2</constraint>
        <constraint toNodeId="2" toType="DROOLS_DEFAULT" name="constraint1" priority="1" type="type1" dialect="dialect1" >constraint-text1</constraint>
      </constraints>
    </split>
  </nodes>

  <connections>
    <connection from="14" to="15" />
    <connection from="7" to="8" bendpoints="[10,10;20,20]" />
    <connection from="10" to="11" />
    <connection from="5" to="3" />
    <connection from="2" to="7" />
    <connection from="3" to="7" />
    <connection from="6" to="7" />
    <connection from="11" to="12" />
    <connection from="5" to="2" />
    <connection from="12" to="13" />
    <connection from="8" to="9" bendpoints="[10,10]" />
    <connection from="13" to="14" />
    <connection from="9" to="10" bendpoints="[]" />
    <connection from="1" to="5" />
  </connections>

</process>
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec
Running org.drools.integrationtests.StatefulKnowledgeSessionPipelineTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
Running org.drools.testframework.FactPopulatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.drools.integrationtests.ProcessForEachTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.drools.integrationtests.ProcessMilestoneTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
Running org.drools.guvnor.modeldriven.DSLSentenceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.drools.integrationtests.ProcessEventTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec
Running org.drools.compiler.SourcePackageProviderTest
RuleAgent(default) INFO (Wed Feb 18 21:23:08 EST 2009): Configuring with newInstance=false, secondsToRefresh=-1
RuleAgent(default) INFO (Wed Feb 18 21:23:08 EST 2009): Configuring package provider : FileScanner scanning: /tmp/__temp_test_drools_packages/Something.drl 
RuleAgent(default) INFO (Wed Feb 18 21:23:08 EST 2009): Applying changes to the rulebase.
RuleAgent(default) INFO (Wed Feb 18 21:23:08 EST 2009): Adding package called HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.drools.guvnor.modeldriven.FactPatternTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.drools.guvnor.modeldriven.CompositeFieldConstraintTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.drools.integrationtests.waltz.ReteOOWaltzTest
BEFORE : sync this.resources
DURING : sync this.resources
[2009:02:49 21:02:256:debug] ResourceChangeScanner attempt to scan 0 resources
AFTER : SCAN
[2009:02:49 21:02:257:debug] ResourceChangeNotification scanner thread is waiting for 2
BEFORE : sync this.resources
DURING : sync this.resources
[2009:02:49 21:02:260:debug] ResourceChangeScanner attempt to scan 0 resources
AFTER : SCAN
[2009:02:49 21:02:260:debug] ResourceChangeNotification scanner thread is waiting for 2
2334
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.559 sec
Running org.drools.rule.builder.dialect.mvel.MVELEvalBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.integrationtests.DynamicRulesTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.222 sec
Running org.drools.guvnor.modeldriven.ActionSetFieldTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.drools.rule.builder.dialect.mvel.MVELDebugTest
com.sample.Rule_myRule_0
com.sample.Rule_myRule_0
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.drools.guvnor.server.util.BRLPersitenceTest
<rule>
  <name>my rule</name>
  <modelVersion>1.0</modelVersion>
  <attributes>
    <attribute>
      <attributeName>no-loop</attributeName>
      <value>true</value>
    </attribute>
  </attributes>
  <metadataList/>
  <lhs>
    <fact>
      <factType>Person</factType>
    </fact>
    <fact>
      <factType>Accident</factType>
    </fact>
  </lhs>
  <rhs>
    <assert>
      <fieldValues/>
      <factType>Report</factType>
    </assert>
    <addToGlobal>
      <globalName>g</globalName>
      <factName>x</factName>
    </addToGlobal>
  </rhs>
</rule>
<rule>
  <modelVersion>1.0</modelVersion>
  <attributes>
    <attribute>
      <attributeName>no-loop</attributeName>
      <value>true</value>
    </attribute>
  </attributes>
  <metadataList/>
  <lhs>
    <fact>
      <constraintList>
        <constraints>
          <fieldConstraint>
            <value>42</value>
            <constraintValueType>0</constraintValueType>
            <fieldBinding>f1</fieldBinding>
            <fieldName>age</fieldName>
            <operator>&lt;</operator>
            <fieldType></fieldType>
          </fieldConstraint>
        </constraints>
      </constraintList>
      <factType>Person</factType>
      <boundName>p1</boundName>
    </fact>
    <compositePattern>
      <type>not</type>
      <patterns>
        <fact>
          <factType>Cancel</factType>
        </fact>
      </patterns>
    </compositePattern>
  </lhs>
  <rhs>
    <modify>
      <fieldValues>
        <fieldValue>
          <field>status</field>
          <value>rejected</value>
          <type>String</type>
        </fieldValue>
      </fieldValues>
      <variable>p1</variable>
    </modify>
    <retract>
      <variableName>p1</variableName>
    </retract>
    <dslSentence>
      <sentence>Send an email to {administrator}</sentence>
    </dslSentence>
  </rhs>
</rule>
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running org.drools.testframework.RuleCoverageListenerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.drools.guvnor.modeldriven.CompositeFactPatternTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.drools.integrationtests.ProcessMultiThreadTest
BEFORE : sync this.resources
DURING : sync this.resources
[2009:02:49 21:02:263:debug] ResourceChangeScanner attempt to scan 0 resources
AFTER : SCAN
[2009:02:49 21:02:263:debug] ResourceChangeNotification scanner thread is waiting for 2
BEFORE : sync this.resources
DURING : sync this.resources
[2009:02:49 21:02:265:debug] ResourceChangeScanner attempt to scan 0 resources
AFTER : SCAN
[2009:02:49 21:02:265:debug] ResourceChangeNotification scanner thread is waiting for 2
BEFORE : sync this.resources
DURING : sync this.resources
[2009:02:49 21:02:267:debug] ResourceChangeScanner attempt to scan 0 resources
AFTER : SCAN
[2009:02:49 21:02:267:debug] ResourceChangeNotification scanner thread is waiting for 2
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.035 sec
Running org.drools.rule.builder.dialect.mvel.MVELPredicateBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

Tests in error: 
  testModifyFile(org.drools.agent.KnowledgeAgentTest)
  testModifyDirectory(org.drools.agent.KnowledgeAgentTest)

Tests run: 1107, Failures: 0, Errors: 2, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to http://hudson.qa.jboss.com/hudson/job/drools/ws/trunk/drools-compiler/target/surefire-reports  for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 32 seconds
[INFO] Finished at: Wed Feb 18 21:23:19 EST 2009
[INFO] Final Memory: 35M/997M
[INFO] ------------------------------------------------------------------------
Terminating xvnc
[drools] $ vncserver -kill :14
Killing Xvnc process ID 13759
Recording test results




More information about the builds mailing list