Bug 1311039

Summary: Some designer tests are not running on Jenkins
Product: [Retired] JBoss BPMS Platform 6 Reporter: Kirill Gaevskii <kgaevski>
Component: jBPM DesignerAssignee: Tihomir Surdilovic <tsurdilo>
Status: CLOSED NOTABUG QA Contact: Kirill Gaevskii <kgaevski>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.3.0CC: jlindop, lpetrovi
Target Milestone: ---Keywords: TestBlocker
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-20 06:28:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Kirill Gaevskii 2016-02-23 08:57:53 UTC
Description of problem:
jBPM Designer test suite on Jenkins running without Bpmn2UnmarshallingTestCase. Meanwhile this class has 8 non-successful tests.

Also this Class (Bpmn2UnmarshallingTestCase) has 9 commented tests (one of them has comment "Disabling test that doesn't pass.")
VFSRepositoryGitFileSystemTest has 6 commented tests (one of them with comment "disabling this test for now"), 
JbpmServiceRepositoryServletTest has 1 commented test (no other tests in this class), 
TaskFormsServletTest has 2 commented tests (no other tests in this class). 
It have to be reviewed and actualized.


Version-Release number of selected component (if applicable):
6.2, 6.3.DR1, 6.4.SNAPSHOT

How reproducible:
always

Steps to Reproduce:
1. Go to "jbpm-designer/jbpm-designer-backend"
2. Run "mvn clean test" // All tests successfully passed (except skipped)
3. Run "mvn clean test -Dtest=Bpmn2UnmarshallingTestCase" // 8 tests not passed

Expected results:
"mvn clean test" will run all existing tests and all of them will be successful.

Comment 2 Kirill Gaevskii 2016-02-23 09:08:45 UTC
Partially fixed on master: https://github.com/droolsjbpm/jbpm-designer/pull/157

Comment 3 Lukáš Petrovický 2016-04-20 06:28:52 UTC
This is not, in itself, a product bug. Closing.