Hide Forgot
Date of First Response: 2009-05-13 11:22:37 securitylevel_name: Public I see the following unit tests failing: # org.drools.reteoo.SchedulerTest.testDoLoopScheduledActivation # org.drools.compiler.Java5Test(JANINO).testJava5Rule # org.drools.integrationtests.AccumulateTest(JANINO).testAccumulateReverseModify # org.drools.integrationtests.AccumulateTest(JANINO).testAccumulateReverseModify2 # org.drools.integrationtests.AccumulateTest(JANINO).testAccumulateMultiPatternJava # org.drools.integrationtests.AccumulateTest(JANINO).testAccumulateWithPreviouslyBoundVariables # org.drools.integrationtests.AccumulateTest(JANINO).testAccumulateGlobals # org.drools.integrationtests.DynamicRulesTest(ECLIPSE).testDynamicFunction # org.drools.integrationtests.DynamicRulesTest(JANINO).testDynamicFunction # org.drools.integrationtests.MiscTest(JANINO).testWithInvalidRule see http://hudson.qa.jboss.com/hudson/view/BRMS/job/brms-rules-single/18/testReport/ For the tests classpath are used all jars from the BRMS distribution + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock</artifactId> <version>2.5.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock-legacy</artifactId> <version>2.5.1</version> <scope>test</scope> </dependency> <!-- Compiler dependencies --> <dependency><!-- TODO remove me as xstream brings in xpp3_min --> <groupId>xpp3</groupId> <artifactId>xpp3</artifactId> <version>1.1.3.4.O</version> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-embedded</artifactId> <version>6.1.15</version> <scope>test</scope> </dependency> <dependency> <groupId>org.antlr</groupId> <artifactId>antlr</artifactId> <version>3.1.1</version> <exclusions> <exclusion> <groupId>org.antlr</groupId> <artifactId>stringtemplate</artifactId> </exclusion> <exclusion> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> </exclusion> </exclusions> </dependency>
Hey Mark, could you have a look at the test report? We're seeing this issues when running the drools testsuite from http://anonsvn.labs.jboss.com/labs/jbossrules/tags/5.0.0.26115.FINAL/ against the bits we ship with BRMS (also built from this tag). Thanks.
Mark, Any update on this?
org.drools.integrationtests.DynamicRulesTest(ECLIPSE).testDynamicFunction org.drools.integrationtests.DynamicRulesTest(JANINO).testDynamicFunction are *not* failing in 5.0.1 org.drools.integrationtests.ExecutionFlowControlTest(ECLIPSE).testRuleFlowGroupInActiveMode org.drools.integrationtests.ExecutionFlowControlTest(JANINO).testRuleFlowGroupInActiveMode transient/fail on some test runs and pass on others
This will be tested in the first 5.2 build.