[JBoss JIRA] (JBIDE-22739) Use simpler Surefire include/exclude pattern in root poms
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22739?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-22739:
-------------------------------------
[~gastaldi] the problem is when you have abstract test classes. They usually don't contain any tests to run, and I think that makes surefire choke.
> Use simpler Surefire include/exclude pattern in root poms
> ---------------------------------------------------------
>
> Key: JBIDE-22739
> URL: https://issues.jboss.org/browse/JBIDE-22739
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Reporter: Nick Boldt
> Assignee: Alexey Kazakov
> Priority: Minor
> Fix For: 4.4.x
>
>
> 1. In JBDS9, use these new default patterns for Surefire to define which test classes to run/exclude:
> {code}
> include = *Test*, *Test, *TestCase
> exclude = *Abstract*
> {code}
> 2. If that causes test failures because running incorrectly named
> abstract stuff, they can refactor, add their own root pom overrides, use
> a TestSuite, or use @Ignore in test classes.
> 3. If the count of tests run suddenly DROPS because the pattern isn't
> running the correct # of tests, they can add their own root pom
> overrides, or use a TestSuite.
> Ref: http://lists.jboss.org/pipermail/jbosstools-dev/2015-January/009688.html
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22668) Deploy Docker Image wizard: should be able to skip connection page (or not?)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22668?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-22668:
------------------------------------------
To me the current approach where the connection page can be skipped is that it's non-obvious that one can hit "Back" to select a connection. It's not intuitive, unexpected.
To me the problem boils down to the fact that the connection page always authenticates and takes a few seconds to do it. I believe that the annoyance would be better solved in having the connection caching the authentication state allowing the connection page to skip the authentication (if the connection already is authenticated). The problem with this cached state is that the token can be expired and the assuming the connection is authenticated might be wrong. But then skipping connection page has the same "problem".
> Deploy Docker Image wizard: should be able to skip connection page (or not?)
> ----------------------------------------------------------------------------
>
> Key: JBIDE-22668
> URL: https://issues.jboss.org/browse/JBIDE-22668
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Final
> Reporter: Dmitry Bocharov
> Priority: Minor
> Fix For: 4.4.1.AM3
>
>
> This task was created as a reslut of discussion of [JBIDE-22594|https://issues.jboss.org/browse/JBIDE-22594]. It should be decided whether OS Connection Page worth being skipped or not when opened from Docker Ecplorer menu item or OS Ecplorer menu item
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months