[
https://issues.jboss.org/browse/DROOLS-1068?page=com.atlassian.jira.plugi...
]
Bill Tuminaro commented on DROOLS-1068:
---------------------------------------
All of the tests for all of the projects execute using a Maven run configuration with a
goal of 'test'.
I tried using a goal of 'test
-Dtest=org.drools.compiler.integrationtests.AccumulateTest", I get:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test
(default-test) on project kie-test-util: No tests were executed! (Set
-DfailIfNoTests=false to ignore this error.) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project
kie-test-util: No tests were executed! (Set -DfailIfNoTests=false to ignore this error.)
When I try to right click and 'Run as-> Junit', I get:
Class not found org.drools.compiler.integrationtests.AccumulateTest
java.lang.ClassNotFoundException: org.drools.compiler.integrationtests.AccumulateTest
at java.net.URLClassLoader.findClass(URLClassLoader.java:434)
at java.lang.ClassLoader.loadClass(ClassLoader.java:677)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:358)
at java.lang.ClassLoader.loadClass(ClassLoader.java:643)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.loadClass(RemoteTestRunner.java:693)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.loadClasses(RemoteTestRunner.java:429)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:452)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
java.lang.UnsupportedOperationException thrown by
org.drools.core.reteoo.BaseLeftTuple.getBlocker(BaseLeftTuple.java:535)
-------------------------------------------------------------------------------------------------------------------------
Key: DROOLS-1068
URL:
https://issues.jboss.org/browse/DROOLS-1068
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 6.3.0.Final
Reporter: Bill Tuminaro
Assignee: Mario Fusco
Attachments: droolsReproducer.jar
We have encountered this issue when we insert a fact matching a certain rule, delete the
fact then call fire all rules.
A reproducer is attached.
-BillT
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)