[JBoss JIRA] (DROOLS-5595) Review kie-dmn-core BULK DMN examples version in codebase
by Matteo Mortari (Jira)
[ https://issues.redhat.com/browse/DROOLS-5595?page=com.atlassian.jira.plug... ]
Matteo Mortari updated DROOLS-5595:
-----------------------------------
Description:
this JIRA focuses on the bulk of the tests from kie-dmn-core, it actually archive the DMNv1.1 based tests in an isolated module, and converts from DMNv1.1 to DMNv1.2 in kie-dmn-core.
Ref: see Epic descr
was:see Epic descr
> Review kie-dmn-core BULK DMN examples version in codebase
> ---------------------------------------------------------
>
> Key: DROOLS-5595
> URL: https://issues.redhat.com/browse/DROOLS-5595
> Project: Drools
> Issue Type: Task
> Components: dmn engine
> Reporter: Matteo Mortari
> Assignee: Matteo Mortari
> Priority: Major
> Fix For: 7.42.0.Final
>
>
> this JIRA focuses on the bulk of the tests from kie-dmn-core, it actually archive the DMNv1.1 based tests in an isolated module, and converts from DMNv1.1 to DMNv1.2 in kie-dmn-core.
> Ref: see Epic descr
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (WFLY-12586) Duplicated classes in testsuite, content slightly differs in some cases
by Parul Sharma (Jira)
[ https://issues.redhat.com/browse/WFLY-12586?page=com.atlassian.jira.plugi... ]
Parul Sharma reassigned WFLY-12586:
-----------------------------------
Assignee: Parul Sharma (was: Moulali Shikalwadi)
> Duplicated classes in testsuite, content slightly differs in some cases
> -----------------------------------------------------------------------
>
> Key: WFLY-12586
> URL: https://issues.redhat.com/browse/WFLY-12586
> Project: WildFly
> Issue Type: Bug
> Components: Test Suite
> Reporter: Rostislav Svoboda
> Assignee: Parul Sharma
> Priority: Major
>
> There are duplicated classes in testsuite, content slightly differs in some cases
> {code}
> for i in `find . | grep '.*src.*\.java$' | sed "s,.*src/main/java/,,g" | sed "s,.*src/test/java/,,g" | sort | uniq -c | sort -n | grep "2 " | cut -d" " -f 5-`; do echo "$i"; find . | grep "$i"; echo ""; done
> org/jboss/as/test/integration/deployment/classloading/war/WebInfLibClass.java
> ./integration/web/src/test/java/org/jboss/as/test/integration/deployment/classloading/war/WebInfLibClass.java
> ./integration/basic/src/test/java/org/jboss/as/test/integration/deployment/classloading/war/WebInfLibClass.java
> org/jboss/as/test/integration/deployment/deploymentoverlay/DeploymentOverlayTestCase.java
> ./integration/web/src/test/java/org/jboss/as/test/integration/deployment/deploymentoverlay/DeploymentOverlayTestCase.java
> ./integration/basic/src/test/java/org/jboss/as/test/integration/deployment/deploymentoverlay/DeploymentOverlayTestCase.java
> org/jboss/as/test/integration/ejb/security/EjbSecurityDomainSetup.java
> ./integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/EjbSecurityDomainSetup.java
> ./integration/ws/src/test/java/org/jboss/as/test/integration/ejb/security/EjbSecurityDomainSetup.java
> org/jboss/as/test/integration/web/security/SecuredServlet.java
> ./integration/web/src/test/java/org/jboss/as/test/integration/web/security/SecuredServlet.java
> ./integration/basic/src/test/java/org/jboss/as/test/integration/web/security/SecuredServlet.java
> org/jboss/as/test/integration/web/security/WebSimpleRoleMappingSecurityDomainSetup.java
> ./integration/web/src/test/java/org/jboss/as/test/integration/web/security/WebSimpleRoleMappingSecurityDomainSetup.java
> ./integration/basic/src/test/java/org/jboss/as/test/integration/web/security/WebSimpleRoleMappingSecurityDomainSetup.java
> org/jboss/as/test/integration/web/security/WebTestsSecurityDomainSetup.java
> ./integration/web/src/test/java/org/jboss/as/test/integration/web/security/WebTestsSecurityDomainSetup.java
> ./integration/basic/src/test/java/org/jboss/as/test/integration/web/security/WebTestsSecurityDomainSetup.java
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months