[JBoss JIRA] (JBIDE-20331) install grinder fails due to beaker virt slaves blocking UI
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20331?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-20331:
-------------------------------
Summary: install grinder fails due to beaker virt slaves blocking UI (was: install grinder fails due to oomph or beaker virt slaves?)
> install grinder fails due to beaker virt slaves blocking UI
> -----------------------------------------------------------
>
> Key: JBIDE-20331
> URL: https://issues.jboss.org/browse/JBIDE-20331
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.0.Beta2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.3.x, 4.4.0.Alpha1
>
> Attachments: install-grinder-fail.txt, install-grinder-firefox-problem-testInstall(org.jboss.tools.tests.installation.InstallTest).jpeg, virt1-ftl.png, virt2-ftl.png
>
>
> {code:title=http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-install-grinder.install-tests.matrix_master/PROJECT=jbosstools,eclipseBundleVersion=mars.R,jdk=jdk1.8,label_exp=%28RHEL6||RHEL7||beaker||jboss-prod%29&&%28x86||x86_64%29/3157/consoleFull}
> 08:02:18 java.lang.RuntimeException: Unable to aquire PluginConverter service during generation for: /mnt/hudson_workspace/workspace/jbosstools-install-grinder.install-tests.matrix_master/d6768101/eclipse/plugins/org.eclipse.oomph.base_1.1.0.v20150609-0914.jar{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-21344) Not able to specify Target runtime while creating Switchyard project.
by Abhijit Humbe (JIRA)
Abhijit Humbe created JBIDE-21344:
-------------------------------------
Summary: Not able to specify Target runtime while creating Switchyard project.
Key: JBIDE-21344
URL: https://issues.jboss.org/browse/JBIDE-21344
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: switchyard
Affects Versions: 2.0.1
Reporter: Abhijit Humbe
Assignee: Brian Fitzpatrick
When we try to create switchyard project, we cannot select Target Runtime.
We can see same behavior enven after runtime environment is configured. The list for "Target Runtime" has only "<None>".
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-21324) Server Adapter: Can finish wizard after picking connection, should not be able to
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21324?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-21324:
-----------------------------------------------
ServerSettingsWizardFragment initializes its internal model and validators in createComposite() method which is called only when the page is about to be shown. Before that isComplete flag is true by default.
If there are no default server adapter settings and user must always visit this page before he can finish wizard, then the solution is simple - call setComplete(false) in constructor of ServerSettingsWizardFragment.
If there may be default server adapter settings for a selected connection, then ServerSettingsWizardFragment should listen to ConnectionWizardFragment and be able to update ServerSettingsViewModel and validate it without ui controls.
> Server Adapter: Can finish wizard after picking connection, should not be able to
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-21324
> URL: https://issues.jboss.org/browse/JBIDE-21324
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Andre Dietisheim
> Fix For: 4.3.1.Beta2
>
> Attachments: finish-enabled.png
>
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-19081) Use simpler Surefire include/exclude pattern in parent pom
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19081?page=com.atlassian.jira.plugi... ]
Denis Golovin commented on JBIDE-19081:
---------------------------------------
If JBT component doesn't use include/exclude pattern form parent, it should override it with empty or specific patterns.
> Use simpler Surefire include/exclude pattern in parent pom
> ----------------------------------------------------------
>
> Key: JBIDE-19081
> URL: https://issues.jboss.org/browse/JBIDE-19081
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Max Rydahl Andersen
> 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)
10 years, 3 months
[JBoss JIRA] (JBIDE-19081) Use simpler Surefire include/exclude pattern in parent pom
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19081?page=com.atlassian.jira.plugi... ]
Denis Golovin commented on JBIDE-19081:
---------------------------------------
If we apply this we deal with massive refactoring, because looks like all components going to be affected. Look at simple search results below. It seems all removed patterns are heavily used. Applying this attached PR would lead to increase number of tests and errors:
{code}eskimo@dgolovin-desktop:~/Projects/jbdevstudio/4.4.x/releng$ find -type f -name "AllTests*.java" -print
./jbosstools-openshift/tests/org.jboss.tools.openshift.express.test/src/org/jboss/tools/openshift/express/test/AllTestsSuite.java
./jbosstools-openshift/tests/org.jboss.tools.openshift.test/src/org/jboss/tools/openshift/test/AllTestsSuite.java
./jbosstools-base/tests/tests/org.jboss.tools.tests.test/src/org/jboss/tools/tests/tests/AllTests.java
./jbosstools-integration-tests/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/AllTestsSuite.java
./jbosstools-integration-tests/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/test/AllTestsSuite.java
./jbosstools-integration-tests/tests/org.jboss.tools.central.ui.bot.test/src/org/jboss/tools/central/test/ui/reddeer/AllTestsSuite.java
eskimo@dgolovin-desktop:~/Projects/jbdevstudio/4.4.x/releng$ find -type f -name "*AllTests*.java" -print
./jbosstools-freemarker/tests/org.jboss.ide.eclipse.freemarker.test/src/org/jboss/ide/eclipse/freemarker/test/FreemarkerAllTests.java
./jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/launcher/CDIAllTests.java
./jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test/CDICoreAllTests.java
./jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/CDIUIAllTests.java
./jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/src/org/jboss/tools/cdi/seam/config/core/test/CDISeamConfigCoreAllTests.java
./jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.seam.config.core.test/src/org/jboss/tools/cdi/seam/config/core/test/v30/CDISeamConfigCoreAllTests30.java
./jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.seam.core.test/src/org/jboss/tools/cdi/seam/core/test/CDISeamCoreAllTests.java
./jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.seam.solder.core.test/src/org/jboss/tools/cdi/seam/solder/core/test/v30/CDISeamSolderCoreAllTests30.java
./jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.seam.solder.core.test/src/org/jboss/tools/cdi/seam/solder/core/test/CDISeamSolderCoreAllTests.java
./jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/CdiTextExtAllTests.java
./jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/src/org/jboss/tools/cdi/deltaspike/core/test/DeltaspikeCoreAllTests.java
./jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/tools/cdi/seam/faces/core/test/CDISeamFacesCoreAllTests.java
./jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.seam.config.ui.test/src/org/jboss/tools/cdi/seam/config/ui/test/CdiSeamConfigUIAllTests.java
./jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.extension.core.test/src/org/jboss/tools/cdi/extension/core/test/ExtensionCoreAllTests.java
./jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/src/org/jboss/tools/cdi/seam/text/ext/test/CdiSeamTextExtAllTests.java
./jbosstools-javaee/seam/tests/org.jboss.tools.runtime.seam.detector.test/src/org/jboss/tools/runtime/seam/detector/test/SeamRuntimeDetectionAllTests.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/view/SeamComponentsViewAllTests.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.ui.test/src/org/jboss/tools/seam/ui/test/SeamUiAllTests.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/SeamValidatorsAllTests.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/SeamCoreAllTests.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/refactoring/SeamRefactoringAllTests.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.xml.test/src/org/jboss/tools/seam/xml/test/SeamXMLAllTests.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.vpe.test/src/org/jboss/tools/seam/vpe/test/SeamAllTests.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.pages.xml.test/src/org/jboss/tools/seam/pages/xml/test/SeamPagesXMLAllTests.java
./jbosstools-javaee/batch/itests/org.jboss.tools.batch.ui.itest/src/org/jboss/tools/batch/ui/itest/BatchUIAllTests.java
./jbosstools-javaee/batch/itests/org.jboss.tools.batch.core.itest/src/org/jboss/tools/batch/core/itest/BatchCoreAllTests.java
./jbosstools-javaee/jsf/tests/org.jboss.tools.jsf.test/src/org/jboss/tools/jsf/test/JsfAllTests.java
./jbosstools-javaee/jsf/tests/org.jboss.tools.jsf.test/src/org/jboss/tools/jsf/kb/test/JsfKbAllTests.java
./jbosstools-javaee/jsf/tests/org.jboss.tools.jsf.test/src/org/jboss/tools/jsf/kb/test/JsfWebKbAllTests.java
./jbosstools-javaee/jsf/tests/org.jboss.tools.jsf.vpe.myfaces.test/src/org/jboss/tools/jsf/vpe/myfaces/test/MyFacesAllTests.java
./jbosstools-javaee/jsf/tests/org.jboss.tools.jsf.vpe.facelets.test/src/org/jboss/tools/jsf/vpe/facelets/test/FaceletsAllTests.java
./jbosstools-javaee/jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/ui/test/JsfUiAllTests.java
./jbosstools-javaee/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesAllTests.java
./jbosstools-javaee/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/src/org/jboss/tools/jsf/vpe/ajax4jsf/test/Ajax4JsfAllTests.java
./jbosstools-javaee/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfAllTests.java
./jbosstools-javaee/jsf/tests/org.jboss.tools.jsf.verification.test/src/org/jboss/tools/jsf/verification/test/JsfVerificationAllTests.java
./jbosstools-javaee/jsf/tests/org.jboss.tools.jsf.vpe.jstl.test/src/org/jboss/tools/jsf/vpe/jstl/test/JstlAllTests.java
./jbosstools-javaee/jsf/tests/org.jboss.tools.jsf.vpe.jbpm.test/src/org/jboss/tools/jsf/vpe/jbpm/test/JbpmVisualAllTests.java
./jbosstools-javaee/jsf/tests/org.jboss.tools.jsf.text.ext.test/src/org/jboss/tools/jsf/text/ext/test/JsfTextExtAllTests.java
./jbosstools-hibernate/tests/org.hibernate.eclipse.console.test/src/org/hibernate/eclipse/console/test/ConsolePluginAllTests.java
./jbosstools-hibernate/tests/org.hibernate.eclipse.jdt.ui.test/src/org/hibernate/eclipse/jdt/ui/test/JDTuiAllTests.java
./jbosstools-webservices/tests/org.jboss.tools.ws.core.test/src/org/jboss/tools/ws/core/test/JBossWSCoreAllTests.java
./jbosstools-webservices/tests/org.jboss.tools.ws.ui.test/src/org/jboss/tools/ws/ui/test/JBossWSUIAllTests.java
./jbosstools-browsersim/tests/org.jboss.tools.browsersim.browser.test/src/org/jboss/tools/browsersim/browser/test/BrowserAllTests.java
./jbosstools-browsersim/tests/org.jboss.tools.browsersim.eclipse.test/src/org/jboss/tools/browsersim/eclipse/test/BrowsersimEclipseAllTests.java
./jbosstools-server/jmx/tests/org.jboss.tools.jmx.core.test/src/org/jboss/tools/jmx/core/test/JMXCoreAllTests.java
./jbosstools-server/jmx/tests/org.jboss.tools.jmx.ui.test/src/org/jboss/tools/jmx/ui/test/JMXUIAllTests.java
./jbosstools-central/maven/tests/org.jboss.tools.maven.sourcelookup.test/src/org/jboss/tools/maven/sourcelookup/test/JBossSourceLookupAllTests.java
./jbosstools-openshift/tests/org.jboss.tools.openshift.express.test/src/org/jboss/tools/openshift/express/test/AllTestsSuite.java
./jbosstools-openshift/tests/org.jboss.tools.openshift.test/src/org/jboss/tools/openshift/test/AllTestsSuite.java
./jbosstools-base/foundation/tests/org.jboss.tools.foundation.core.test/src/org/jboss/tools/foundation/core/test/FoundationAllTests.java
./jbosstools-base/common/tests/org.jboss.tools.common.test/src/org/jboss/tools/common/test/CommonAllTests.java
./jbosstools-base/common/tests/org.jboss.tools.common.test/src/org/jboss/tools/common/zip/test/ZipAllTests.java
./jbosstools-base/common/tests/org.jboss.tools.common.mylyn.test/src/org/jboss/tools/common/mylyn/test/CommonMylynAllTests.java
./jbosstools-base/common/tests/org.jboss.tools.common.model.test/src/org/jboss/tools/common/model/test/CommonModelAllTests.java
./jbosstools-base/common/tests/org.jboss.tools.common.text.ext.test/src/org/jboss/tools/common/text/ext/test/TextExtAllTests.java
./jbosstools-base/common/tests/org.jboss.tools.common.el.core.test/src/org/jboss/tools/common/el/core/test/CommonELAllTests.java
./jbosstools-base/common/tests/org.jboss.tools.common.verification.ui.test/src/org/jboss/tools/common/verification/ui/test/VerificationUiAllTests.java
./jbosstools-base/common/tests/org.jboss.tools.common.model.ui.test/src/org/jboss/tools/common/model/ui/test/ModelUiAllTests.java
./jbosstools-base/common/tests/org.jboss.tools.common.validation.test/src/org/jboss/tools/common/validation/test/CommonValidationAllTests.java
./jbosstools-base/common/tests/org.jboss.tools.common.verification.test/src/org/jboss/tools/common/verification/test/CommonVerificationAllTests.java
./jbosstools-base/tests/tests/org.jboss.tools.tests.test/src/org/jboss/tools/tests/tests/AllTests.java
./jbosstools-base/runtime/tests/org.jboss.tools.runtime.test/src/org/jboss/tools/runtime/test/RuntimeDetectionAllTests.java
./jbosstools-base/stacks/tests/org.jboss.tools.stacks.core.test/src/org/jboss/tools/stacks/core/test/StacksAllTests.java
./jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/src/org/jboss/tools/arquillian/test/ArquillianAllTests.java
./jbosstools-aerogear/cordovasim/tests/org.jboss.tools.cordovasim.eclipse.test/src/org/jboss/tools/cordovasim/eclipse/test/CordovasimEclipseAllTests.java
./jbosstools-integration-tests/tests/org.jboss.tools.ws.ui.bot.test/src/org/jboss/tools/ws/ui/bot/test/webservice/eap/EAPCompAllTests.java
./jbosstools-integration-tests/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/Java8AllTestsSuite.java
./jbosstools-integration-tests/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/Java7AllTestsSuite.java
./jbosstools-integration-tests/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/Java6AllTestsSuite.java
./jbosstools-integration-tests/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/AllTestsSuite.java
./jbosstools-integration-tests/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/VPESWTBottAllTests.java
./jbosstools-integration-tests/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/test/AllTestsSuite.java
./jbosstools-integration-tests/tests/org.jboss.tools.central.ui.bot.test/src/org/jboss/tools/central/test/ui/reddeer/AllTestsSuite.java
./jbosstools-jst/tests/org.jboss.tools.jst.jsdt.test/src/org/jboss/tools/jst/jsdt/test/JstJsdtAllTests.java
./jbosstools-jst/tests/org.jboss.tools.jst.js.node.test/src/org/jboss/tools/jst/js/node/test/NodeAllTests.java
./jbosstools-jst/tests/org.jboss.tools.jst.web.test/src/org/jboss/tools/jst/web/test/JstWebAllTests.java
./jbosstools-jst/tests/org.jboss.tools.jst.web.kb.test/src/org/jboss/tools/jst/web/kb/test/JstWebKbAllTests.java
./jbosstools-jst/tests/org.jboss.tools.jst.js.npm.test/src/org/jboss/tools/jst/js/npm/test/NpmAllTests.java
./jbosstools-jst/tests/org.jboss.tools.jst.js.bower.test/src/org/jboss/tools/jst/js/bower/test/BowerAllTests.java
./jbosstools-jst/tests/org.jboss.tools.jst.angularjs.test/src/org/jboss/tools/jst/angularjs/test/AngularJSAllTests.java
./jbosstools-jst/tests/org.jboss.tools.jst.web.ui.test/src/org/jboss/tools/jst/web/ui/test/JstWebUiAllTests.java
./jbosstools-jst/tests/org.jboss.tools.jst.web.ui.test/src/org/jboss/tools/jst/web/ui/editor/test/JstJspAllTests.java
./jbosstools-jst/tests/org.jboss.tools.jst.web.ui.test/src/org/jboss/tools/jst/web/ui/openon/test/JstTextExtAllTests.java
./jbosstools-jst/tests/org.jboss.tools.jst.web.ui.test/src/org/jboss/tools/jst/web/ui/css/test/CSSAllTests.java
./jbosstools-vpe/tests/org.jboss.tools.vpe.spring.test/src/org/jboss/tools/vpe/spring/test/SpringAllTests.java
./jbosstools-vpe/tests/org.jboss.tools.vpe.preview.editor.test/src/org/jboss/tools/vpe/preview/editor/test/HTMLEditorAllTests.java
./jbosstools-vpe/tests/org.jboss.tools.vpe.xulrunner.test/src/org/jboss/tools/vpe/xulrunner/test/XulRunnerAllTests.java
./jbosstools-vpe/tests/org.jboss.tools.vpe.jst.test/src/org/jboss/tools/vpe/jst/test/VpeJstAllTests.java
./jbosstools-vpe/tests/org.jboss.tools.vpe.html.test/src/org/jboss/tools/vpe/html/test/HtmlAllTests.java
./jbosstools-vpe/tests/org.jboss.tools.vpe.ui.test/src/org/jboss/tools/vpe/ui/test/VpeAllTests.java
./jbosstools-vpe/tests/org.jboss.tools.vpe.test/src/org/jboss/tools/vpe/test/VpeAllTests.java
./jbosstools-vpe/tests/org.jboss.tools.vpe.docbook.test/src/org/jboss/tools/vpe/docbook/test/DocbookAllTests.java
./jbosstools-vpe/tests/org.jboss.tools.vpe.jsp.test/src/org/jboss/tools/vpe/jsp/test/JSPAllTests.java
eskimo@dgolovin-desktop:~/Projects/jbdevstudio/4.4.x/releng$ find -type f -name "*AllBotTests*.java" -print
./jbosstools-integration-tests/tests/org.jboss.tools.deltaspike.ui.bot.test/src/org/jboss/tools/deltaspike/ui/bot/test/DeltaspikeAllBotTests.java
./jbosstools-integration-tests/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/ArchivesAllBotTests.java
./jbosstools-integration-tests/tests/org.jboss.tools.perf.test/src/org/jboss/tools/perf/test/PerfAllBotTests.java
./jbosstools-integration-tests/tests/org.jboss.tools.jsf.ui.bot.test/src/org/jboss/tools/jsf/ui/bot/test/JSFAllBotTests.java
./jbosstools-integration-tests/tests/org.jboss.tools.seam.ui.bot.test/src/org/jboss/tools/seam/ui/bot/test/SeamAllBotTests.java
./jbosstools-integration-tests/tests/org.jboss.tools.cdi.bot.test/src/org/jboss/tools/cdi/bot/test/CDIAllBotTests.java
./jbosstools-integration-tests/tests/org.jboss.tools.aerogear.ui.bot.test/src/org/jboss/tools/aerogear/ui/bot/test/AerogearAllBotTests.java
./jbosstools-integration-tests/tests/org.jboss.tools.maven.ui.bot.test/src/org/jboss/tools/maven/ui/bot/test/MavenAllBotTests.java
./jbosstools-integration-tests/tests/org.jboss.tools.cdi.seam3.bot.test/src/org/jboss/tools/cdi/seam3/bot/test/CDISeam3AllBotTests.java
./jbosstools-integration-tests/tests/org.jboss.tools.vpe.ui.bot.test/src/org/jboss/tools/vpe/ui/bot/test/VPEAllBotTests.java
eskimo@dgolovin-desktop:~/Projects/jbdevstudio/4.4.x/releng$ find -type f -name "*TestSuite*.java" -print
./jbosstools-javaee/seam/tests/org.jboss.tools.seam221GA.ui.test/src/org/jboss/tools/seam/ui/test/wizard/Seam20XOperationsTestSuite221GA.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seamfp.ui.test/src/org/jboss/tools/seam/ui/test/wizard/Seam20XOperationsTestSuiteFP.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam121EAP.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam12XFacetTestSuite121EAP.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam121EAP.ui.test/src/org/jboss/tools/seam/ui/test/wizard/Seam12XOperationsTestSuite121EAP.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam212GA.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite212GA.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite203CR1.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite202SP1.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam12XFacetTestSuite121EAP.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuiteFP.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seamfp.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuiteFP.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam212GA.ui.test/src/org/jboss/tools/seam/ui/test/wizard/Seam20XOperationsTestSuite212GA.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite221GA.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/ui/test/wizard/Seam12XOperationsTestSuite121EAPBase.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/ui/test/wizard/Seam23XOperationsTestSuite23GABase.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/ui/test/wizard/Seam20XOperationsTestSuite201GABase.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite220CR1Base.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite211GABase.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam.base.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite201GA.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam230.ui.test/src/org/jboss/tools/seam/ui/test/wizard/Seam20XOperationsTestSuite230.java
./jbosstools-javaee/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite230.java
./reddeer/plugins/org.jboss.reddeer.examples/src/org/jboss/reddeer/suite/MyTestSuite.java
./jbosstools-hibernate/tests/org.jboss.tools.hibernate.jpt.core.test/src/org/jboss/tools/hibernate/jpt/core/test/HibernateJptCoreTestSuite.java
./jbosstools-hibernate/tests/org.jboss.tools.hibernate.ui.test/src/org/jboss/tools/hibernate/ui/test/HibernateUiTestSuite.java
./jbosstools-webservices/tests/org.jboss.tools.ws.creation.core.test/src/org/jboss/tools/ws/creation/core/test/JBossWSCreationCoreTestSuite.java
./jbosstools-portlet/tests/org.jboss.tools.portlet.core.test/src/org/jboss/tools/portlet/core/test/PortletCoreTestSuite.java
./jbosstools-server/archives/tests/org.jboss.ide.eclipse.archives.test/src/org/jboss/ide/eclipse/archives/test/ArchivesTestSuite.java
./jbosstools-server/archives/tests/org.jboss.ide.eclipse.archives.ui.test/src/org/jboss/ide/eclipse/archives/ui/test/ArchivesUITestSuite.java
./jbosstools-server/as/itests/org.jboss.tools.as.itests/src/org/jboss/tools/as/itests/ASToolsIntegrationTestSuite.java
./jbosstools-server/as/itests/org.jboss.tools.as.management.itests/src/org/jboss/tools/as/management/itests/AS7IntegrationTestSuite.java
./jbosstools-server/as/tests/org.jboss.tools.as.test.core/src/org/jboss/tools/as/test/core/ASToolsUnitTestSuite.java
./jbosstools-server/as/tests/org.jboss.tools.as.test.core/src/org/jboss/tools/as/test/core/ASToolsTestSuite.java
./jbosstools-openshift/tests/org.jboss.tools.openshift.egit.test/src/org/jboss/tools/openshift/egit/internal/test/EGitTestSuite.java
./jbosstools-base/foundation/tests/org.jboss.tools.foundation.checkup.test/src/org/jboss/tools/foundation/checkup/test/FoundationCheckupTestSuite.java
./jbosstools-base/foundation/tests/org.jboss.tools.foundation.ui.test/src/org/jboss/tools/foundation/ui/test/FoundationUITestSuite.java
./jbosstools-base/common/tests/org.jboss.tools.common.core.test/src/org/jboss/tools/common/core/test/CommonCoreTestSuite.java
./jbosstools-base/common/tests/org.jboss.tools.common.ui.test/src/org/jboss/tools/common/ui/CommonUITestSuite.java
./jbosstools-base/tests/plugins/org.jboss.tools.tests/src/org/jboss/tools/tests/TestSuiteWithParams.java
./jbosstools-base/usage/tests/org.jboss.tools.usage.test/src/org/jboss/tools/usage/test/UsageTestSuite.java
./jbosstools-base/usage/tests/org.jboss.tools.usage.test/src/org/jboss/tools/usage/test/event/EventTestSuite.java
./jbosstools-integration-tests/tests/org.jboss.tools.ws.ui.bot.test/src/org/jboss/tools/ws/ui/bot/test/AbstractTestSuite.java
./jbosstools-integration-tests/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/AllRuntimeDownloadTestSuite.java
./jbosstools-integration-tests/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/test/server/PortletServerTestSuite.java
./jbosstools-integration-tests/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/test/seam/SeamPortletTestSuite.java
./jbosstools-integration-tests/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/test/core/JavaPortletTestSuite.java
./jbosstools-integration-tests/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/test/jsf/JSFPortletTestSuite.java
./jbosstools-integration-tests/tests/org.jboss.tools.portlet.ui.bot.test/src/org/jboss/tools/portlet/ui/bot/test/compatibility/JBDSCompatibilityTestSuite.java
./jbosstools-integration-tests/tests/org.jboss.tools.openshift.ui.bot.test/src/org/jboss/tools/openshift/ui/bot/test/TestCasesTestSuite.java
./jbosstools-birt/tests/org.jboss.tools.birt.core.test/src/org/jboss/tools/birt/core/test/BirtCoreTestSuite.java
{code}
> Use simpler Surefire include/exclude pattern in parent pom
> ----------------------------------------------------------
>
> Key: JBIDE-19081
> URL: https://issues.jboss.org/browse/JBIDE-19081
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Max Rydahl Andersen
> 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)
10 years, 3 months
[JBoss JIRA] (JBIDE-21302) Removing user from credentials framework while not authenticated to secure storage should not work
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21302?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-21302:
--------------------------------
Fix Version/s: 4.3.1.Beta2
> Removing user from credentials framework while not authenticated to secure storage should not work
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21302
> URL: https://issues.jboss.org/browse/JBIDE-21302
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.3.1.Beta1
> Environment: JBDS 9.0.0.Beta1-v20151210-1836-B183
> Reporter: Radim Hopp
> Assignee: Rob Stryker
> Fix For: 4.3.1.Beta2
>
>
> Removing credentials (which are stored in secure storage) using
> CredentialPreferencePage without being authenticated to secure storage (see steps to reproduce on how to do that) seems to delete the credentials, but after eclipse restart, the credentials are still there. I would prefer message saying something like "Unable to delete credentials stored in secure storage without atuhenticating to secure storage".
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (JBIDE-21293) CDK start timed out due to slow image download
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21293?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-21293:
--------------------------------
Fix Version/s: 4.3.1.Beta2
> CDK start timed out due to slow image download
> ----------------------------------------------
>
> Key: JBIDE-21293
> URL: https://issues.jboss.org/browse/JBIDE-21293
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.3.1.Beta2
>
>
> I set up a CDK server using https://github.com/redhat-developer-tooling/openshift-vagrant .
> Then I tried to start the server for the first time. Of course this will take quite long as it needs to download the VM image first. I was on a very fast connection, but it still only went around 1 MB/s. So the startup took longer than the default timeout of 450 s. The result was that the startup timed out in the middle followed by an attempted shutdown by the tooling which failed. So in the end I ended up with the running box, but with two unwanted errors.
> I'm not sure what we can do here. Perhaps just increase the timeout to something bigger? Even better would be if could detect that a download is in progress so it will take longer, but I don't think the current mechanism is capable of anything like that.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months