[JBoss JIRA] (JBIDE-16214) Code Coverage jobs needs to have locally available measured plugins
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16214?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-16214:
----------------------------------------
[~vpakan]: I've worked on an hopefully better script to generate reports using the jars that are actually used by tests, and not the class expected to be present in target/ folders. I've made some tests and it works better. See https://github.com/jbosstools/jbosstools-build-ci/commit/d957d27dcea140ec...
Can you try it? After running some tests, can you try
{code}
$ groovy -cp jacocoant.jar:/home/mistria/.m2/repository/org/apache/ant/ant/1.8.4/ant-1.8.4.jar jacococ.groovy org.jboss.tools.openshift
{code}
Where org.jboss.tools.openshift is a pattern for the jars to inspect (can be org.jboss.tools.webservices for webservices, org.hibernate.tools for Hibernate Tools...).
> Code Coverage jobs needs to have locally available measured plugins
> -------------------------------------------------------------------
>
> Key: JBIDE-16214
> URL: https://issues.jboss.org/browse/JBIDE-16214
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 4.1.1.CR1
> Reporter: Vlado Pakan
> Assignee: Mickael Istria
> Fix For: 4.1.x
>
>
> Code Coverage calculating via maven build returns 0% coverage because it's using source code and binary plugins installed from update site.
> When these are built locally prior to build calculating code coverage it returns correct results.
> Unfortunately sometimes maven build used plugins installed from update site instead of those which are locally build.
> We need to find way how to fix this.
> It's already reported here https://bugs.eclipse.org/bugs/show_bug.cgi?id=352560
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16340) Application wizard: Embeddable cartridges, gears etc. are not relaoded if I switch the connection
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16340?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16340:
-------------------------------------
Steps to Reproduce:
# ASSERT: make sure you have at least one connection to OpenShift Online and another one to OpenShift Enterprise (ex. console.itos.redhat.com)
# EXEC: Launch OpenShift wizard via new wizards (File->New->OpenShift->OpenShift Application
# EXEC: Pick the OpenShift Enterprise connection
# ASSERT: The list of embeddable cartridges is limited
!os-enterprise-cartridges.png!
# ASSERT: The available gears are *int_general_small*,
!os-enterprise-gears.png!
# EXEC: hit back and pick the OpenShift Online connection
# EXEC: verify the available cartridges and gears
Result:
You still see the cartridges and gears that you had with the enterprise connection (see screenshots above).
Expected result:
You should have the cartridges and gears that OpenShift Online offers:
!os-online-cartridges.png!
!os-online-cartridges.png!
was:
# ASSERT: make sure you have at least one connection to OpenShift Online and another one to OpenShift Enterprise (ex. console.itos.redhat.com)
# EXEC: Launch OpenShift wizard via new wizards (File->New->OpenShift->OpenShift Application
# EXEC: Pick the OpenShift Enterprise connection
# ASSERT: The list of embeddable cartridges is limited
!os-enterprise-cartridges.png!
# ASSERT: The available gears are *int_general_small*,
!os-enterprise-gears.png!
# EXEC: hit back and pick the OpenShift Online connection
# EXEC: verify the available cartridges and gears
Result:
You still see the cartridges and gears that you had with the enterprise connection
> Application wizard: Embeddable cartridges, gears etc. are not relaoded if I switch the connection
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16340
> URL: https://issues.jboss.org/browse/JBIDE-16340
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Alpha2
> Reporter: Andre Dietisheim
> Labels: application_wizard
> Fix For: 4.2.0.Alpha2
>
> Attachments: os-enterprise-cartridges.png, os-enterprise-gears.png, os-online-cartridges.png, os-online-gears.png
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16340) Application wizard: Embeddable cartridges, gears etc. are not relaoded if I switch the connection
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16340?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16340:
-------------------------------------
Steps to Reproduce:
# ASSERT: make sure you have at least one connection to OpenShift Online and another one to OpenShift Enterprise (ex. console.itos.redhat.com)
# EXEC: Launch OpenShift wizard via new wizards (File->New->OpenShift->OpenShift Application
# EXEC: Pick the OpenShift Enterprise connection
# ASSERT: The list of embeddable cartridges is limited
!os-enterprise-cartridges.png!
# ASSERT: The available gears are *int_general_small*,
!os-enterprise-gears.png!
# EXEC: hit back and pick the OpenShift Online connection
# EXEC: verify the available cartridges and gears
Result:
You still see the cartridges and gears that you had with the enterprise connection (see screenshots above).
Expected result:
You should have the cartridges and gears that OpenShift Online offers:
!os-online-cartridges.png!
!os-online-gears.png!
was:
# ASSERT: make sure you have at least one connection to OpenShift Online and another one to OpenShift Enterprise (ex. console.itos.redhat.com)
# EXEC: Launch OpenShift wizard via new wizards (File->New->OpenShift->OpenShift Application
# EXEC: Pick the OpenShift Enterprise connection
# ASSERT: The list of embeddable cartridges is limited
!os-enterprise-cartridges.png!
# ASSERT: The available gears are *int_general_small*,
!os-enterprise-gears.png!
# EXEC: hit back and pick the OpenShift Online connection
# EXEC: verify the available cartridges and gears
Result:
You still see the cartridges and gears that you had with the enterprise connection (see screenshots above).
Expected result:
You should have the cartridges and gears that OpenShift Online offers:
!os-online-cartridges.png!
!os-online-cartridges.png!
> Application wizard: Embeddable cartridges, gears etc. are not relaoded if I switch the connection
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16340
> URL: https://issues.jboss.org/browse/JBIDE-16340
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Alpha2
> Reporter: Andre Dietisheim
> Labels: application_wizard
> Fix For: 4.2.0.Alpha2
>
> Attachments: os-enterprise-cartridges.png, os-enterprise-gears.png, os-online-cartridges.png, os-online-gears.png
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months