[JBoss JIRA] Created: (JBPM-1205) Cleanup stale tests from the testsuite
by Thomas Diesler (JIRA)
Cleanup stale tests from the testsuite
--------------------------------------
Key: JBPM-1205
URL: http://jira.jboss.com/jira/browse/JBPM-1205
Project: JBoss jBPM
Issue Type: Task
Security Level: Public (Everyone can see)
Components: jPDL 3
Reporter: Thomas Diesler
I believe this is currently the list of tests that are not run as part of the testsuite
<!-- Tests not part of AllTests -->
<exclude>org/jbpm/context/exe/VariableQueryDbTest.java</exclude>
<exclude>org/jbpm/db/ContextSessionDbTest.java</exclude>
<exclude>org/jbpm/DefaultConfigurationTest.java</exclude>
<exclude>org/jbpm/graph/def/ExceptionHandlerDbTest.java</exclude>
<exclude>org/jbpm/graph/def/TransitionDbTest.java</exclude>
<exclude>org/jbpm/graph/exe/StateDbTest.java</exclude>
<exclude>org/jbpm/graph/exe/SubProcessCancellationTest.java</exclude>
<exclude>org/jbpm/graph/exe/SuperStateActionExecutionDbTest.java</exclude>
<exclude>org/jbpm/graph/log/NodeLogTest.java</exclude>
<exclude>org/jbpm/instantiation/UserCodeInterceptorTest.java</exclude>
<exclude>org/jbpm/JbpmDefaultConfigTest.java</exclude>
<exclude>org/jbpm/job/executor/ConcurrencyTest.java</exclude>
<exclude>org/jbpm/job/executor/JobExecutorDbTest.java</exclude>
<exclude>org/jbpm/job/executor/JobLoadJoinTest.java</exclude>
<exclude>org/jbpm/job/executor/JobLoadSubProcessTest.java</exclude>
<exclude>org/jbpm/jpdl/convert/ConversionTestCase.java</exclude>
<exclude>org/jbpm/jpdl/xml/SchemaTest.java</exclude>
<exclude>org/jbpm/logging/exe/LoggingConfigDbTest.java</exclude>
<exclude>org/jbpm/logging/exe/LogLogTest.java</exclude>
<exclude>org/jbpm/mail/RealServerMailTestCase.java</exclude>
<exclude>org/jbpm/mock/JdbcProxyTest.java</exclude>
<exclude>org/jbpm/perf/PerfWithoutDbTest.java</exclude>
<exclude>org/jbpm/perf/StateUpdateTest.java</exclude>
<exclude>org/jbpm/perf/TasklistEagerLoadingTest.java</exclude>
<exclude>org/jbpm/perf/TaskWithVariablesTest.java</exclude>
<exclude>org/jbpm/persistence/db/PersistenceConfigurationTest.java</exclude>
<exclude>org/jbpm/scheduler/exe/UnsafeSessionUsageTest.java</exclude>
<exclude>org/jbpm/seam/SeamPageFlowTest.java</exclude>
To cleanup, do one of the following
#1 enable the test
#2 remove the test from SVN
#3 disable the test with a FIXME
#4 put the test in the exclude file
void testFoo() {
if(true)
{
System.out.println("FIXME: [JBPM-1234] some issue that needs fixing");
return;
}
}
The union of tests in the exclude file and FIXME disabled tests are the errata for a given release.
Do not silently disable/exclude a test. There must be a jira associated.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 2 months
[JBoss JIRA] Created: (JBPM-1721) Fix or Remove JobLoadJoinTest
by Thomas Diesler (JIRA)
Fix or Remove JobLoadJoinTest
-----------------------------
Key: JBPM-1721
URL: https://jira.jboss.org/jira/browse/JBPM-1721
Project: JBoss jBPM
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: Thomas Diesler
Fix For: jBPM 3.3.0
Caused by: org.hibernate.HibernateException: instance not of expected entity type: org.jbpm.context.exe.variableinstance.JcrNodeInstance is not a: org.jbpm.context.exe.VariableInstance
at org.hibernate.persister.entity.AbstractEntityPersister.getSubclassEntityPersister(AbstractEntityPersister.java:3640)
at org.hibernate.impl.SessionImpl.getEntityPersister(SessionImpl.java:1347)
at org.hibernate.engine.ForeignKeys.isTransient(ForeignKeys.java:180)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 2 months
[JBoss JIRA] Created: (JBPM-1720) JcrDbTest
by Thomas Diesler (JIRA)
JcrDbTest
---------
Key: JBPM-1720
URL: https://jira.jboss.org/jira/browse/JBPM-1720
Project: JBoss jBPM
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: Thomas Diesler
Fix For: jBPM 3.3.0
Caused by: org.hibernate.HibernateException: instance not of expected entity type: org.jbpm.context.exe.variableinstance.JcrNodeInstance is not a: org.jbpm.context.exe.VariableInstance
at org.hibernate.persister.entity.AbstractEntityPersister.getSubclassEntityPersister(AbstractEntityPersister.java:3640)
at org.hibernate.impl.SessionImpl.getEntityPersister(SessionImpl.java:1347)
at org.hibernate.engine.ForeignKeys.isTransient(ForeignKeys.java:180)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 2 months
[JBoss JIRA] Created: (JBPM-1722) Fix or Remove MailTest
by Thomas Diesler (JIRA)
Fix or Remove MailTest
----------------------
Key: JBPM-1722
URL: https://jira.jboss.org/jira/browse/JBPM-1722
Project: JBoss jBPM
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: Thomas Diesler
Fix For: jBPM 3.3.0
Caused by: org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect): [org.jbpm.graph.exe.Token#21]
at org.hibernate.persister.entity.AbstractEntityPersister.check(AbstractEntityPersister.java:1769)
at org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2412)
at org.hibernate.persister.entity.AbstractEntityPersister.updateOrInsert(AbstractEntityPersister.java:2312)
at org.hibernate.persister.entity.AbstractEntityPersister.update(AbstractEntityPersister.java:2612)
at org.hibernate.action.EntityUpdateAction.execute(EntityUpdateAction.java:96)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 2 months