[JBoss JIRA] (JBIDE-26944) Create a probe job that record infra - mainly RHOS availability for our jobs
by Ondrej Dockal (Jira)
[ https://issues.redhat.com/browse/JBIDE-26944?page=com.atlassian.jira.plug... ]
Ondrej Dockal updated JBIDE-26944:
----------------------------------
Sprint: devex #176 Nov/Dec 2019, devex #178 Jan 2020 (was: devex #176 Nov/Dec 2019)
> Create a probe job that record infra - mainly RHOS availability for our jobs
> ----------------------------------------------------------------------------
>
> Key: JBIDE-26944
> URL: https://issues.redhat.com/browse/JBIDE-26944
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: qa
> Affects Versions: 4.14.0.AM1
> Environment: Rhel/Mac
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Major
> Fix For: 4.14.0.AM1
>
>
> Prepare pipeline job that runs on static agent (mac) and is able to spawn a simple job via openstack cloud plugin on a rhel snapshot.
> Write the probe's result - success/failure into a shared drive location with a simple notation - string "success/failure" into a file denoted by actual timestamp. (date +%F_%H%M%S)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (JBIDE-26991) Update cdi.itests class and method names to contain the "CDI12" string instead of containing the "CDI11" string
by Jeff MAURY (Jira)
[ https://issues.redhat.com/browse/JBIDE-26991?page=com.atlassian.jira.plug... ]
Jeff MAURY updated JBIDE-26991:
-------------------------------
Sprint: devex #177 Dec 2019, devex #178 Jan 2020 (was: devex #177 Dec 2019)
> Update cdi.itests class and method names to contain the "CDI12" string instead of containing the "CDI11" string
> ---------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26991
> URL: https://issues.redhat.com/browse/JBIDE-26991
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: cdi
> Affects Versions: 4.14.0.AM1
> Reporter: Zbyněk Červinka
> Assignee: Zbyněk Červinka
> Priority: Minor
> Fix For: 4.14.0.AM1
>
>
> h2. CDI version in cdi.itests has been updated from version 1.1 to version 1.2; Perform all necessary refactoring to keep the code clean:
> * classes and methods in cdi.itests still contains the "CDI11" string in its names, the names must be renamed to contain the "CDI12" string instead
> * perform all other necessary changes to complete the update from CDI version 1.1 to CDI version 1.2 (changes in pom.xml, changes in Jenkins settings)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (JBIDE-26993) Provide download infrastructure for cli
by Jeff MAURY (Jira)
Jeff MAURY created JBIDE-26993:
----------------------------------
Summary: Provide download infrastructure for cli
Key: JBIDE-26993
URL: https://issues.redhat.com/browse/JBIDE-26993
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: base, openshift
Affects Versions: 4.14.0.AM1
Reporter: Jeff MAURY
Assignee: Stephane Bouchet
Fix For: 4.14.0.AM1
Provide an infrastructure to download various CLI. The VSCode and IntelliJ OpenShift uses a non generic solution but the IJ Tekton one uses a generic one.
Generic should go to base, otherwise openshift is the place to go
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (JBIDE-26787) Several tests in examples.wildfly.itests are failing due to "Exception during sync execution in UI thread"
by Zbyněk Červinka (Jira)
[ https://issues.redhat.com/browse/JBIDE-26787?page=com.atlassian.jira.plug... ]
Zbyněk Červinka updated JBIDE-26787:
------------------------------------
Story Points: 5 (was: 3)
> Several tests in examples.wildfly.itests are failing due to "Exception during sync execution in UI thread"
> -----------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26787
> URL: https://issues.redhat.com/browse/JBIDE-26787
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: integration-tests, project-examples
> Affects Versions: 4.13.0.AM1
> Environment: All, tests are failing sporadically.
> Reporter: Zbyněk Červinka
> Assignee: Zbyněk Červinka
> Priority: Major
> Attachments: first_unsuccessful_attempt_to_fix_this_issue.png, second_unsuccessful_attempt_to_fix_this_issue.png
>
>
> Several tests in examples.wildfly.itests are failing due to "Exception during sync execution in UI thread"
> h2. *Jenkins:*
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/examples...
> h2. *Stack Trace:*
> org.eclipse.reddeer.common.exception.RedDeerException: Exception during sync execution in UI thread
> at org.jboss.tools.examples.ui.bot.test.integration.WildFlyImportQuickstartsTest.quickstartTest(WildFlyImportQuickstartsTest.java:62)
> Caused by: org.eclipse.swt.SWTException: Widget is disposed
> h2. *Standard Error:*
> org.eclipse.reddeer.common.exception.RedDeerException: Exception during sync execution in UI thread
> at org.eclipse.reddeer.common.util.Display.handleErrorOccured(Display.java:112)
> at org.eclipse.reddeer.common.util.Display.syncExec(Display.java:84)
> at org.eclipse.reddeer.core.handler.TreeItemHandler.getText(TreeItemHandler.java:68)
> at org.eclipse.reddeer.swt.impl.tree.AbstractTreeItem.getCell(AbstractTreeItem.java:77)
> at org.eclipse.reddeer.eclipse.ui.problems.Problem.getCell(Problem.java:68)
> at org.eclipse.reddeer.eclipse.ui.markers.AbstractMarker.getDescription(AbstractMarker.java:43)
> at org.jboss.tools.central.reddeer.api.ExamplesOperator.getAllWarnings(ExamplesOperator.java:225)
> at org.jboss.tools.examples.ui.bot.test.integration.AbstractImportQuickstartsTest.checkForWarnings(AbstractImportQuickstartsTest.java:375)
> at org.jboss.tools.examples.ui.bot.test.integration.AbstractImportQuickstartsTest.runQuickstarts(AbstractImportQuickstartsTest.java:283)
> at org.jboss.tools.examples.ui.bot.test.integration.WildFlyImportQuickstartsTest.quickstartTest(WildFlyImportQuickstartsTest.java:62)
> at jdk.internal.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>
> ...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (JBIDE-26987) Deprecate vpe/forge/jst components
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBIDE-26987?page=com.atlassian.jira.plug... ]
Stephane Bouchet commented on JBIDE-26987:
------------------------------------------
I second [~jeffmaury] about warn the user that we still ship *as is* the tooling as our best effort only, starting with 4.14 version.
> Deprecate vpe/forge/jst components
> ----------------------------------
>
> Key: JBIDE-26987
> URL: https://issues.redhat.com/browse/JBIDE-26987
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: central, forge, jst, visual-page-editor-core
> Affects Versions: 4.13.0.Final
> Reporter: Stephane Bouchet
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.14.0.Final
>
> Attachments: Capture d’écran de 2019-12-19 10-55-02.png, Capture d’écran de 2019-12-19 10-55-16.png
>
>
> Mark following components as not fully tested anymore :
> - VPE
> - Forge
> - JST
> The task is to communicate theses components are not yet removed from JBossTools/Studio, but are not anymore fully tested.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months