[JBoss JIRA] (ERT-751) [GTK3] Tree with no items and the size of the header is blank [EBZ#541427]
by Friendly Jira Robot (Jira)
Friendly Jira Robot created ERT-751:
---------------------------------------
Summary: [GTK3] Tree with no items and the size of the header is blank [EBZ#541427]
Key: ERT-751
URL: https://issues.jboss.org/browse/ERT-751
Project: Eclipse Release Train
Issue Type: Task
Components: Platform
Reporter: Friendly Jira Robot
Distro:
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
Way to reproduce the bug:
Make a multi-column SWT Tree with SWT.NO_SCROLL of the height of the header. In GTK2 it will display the header, in win32 it displays the header, in gtk3.22 (from ubuntu 18.04.01) it displays a blank area.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 7 months
[JBoss JIRA] (JBIDE-26750) Update CDI.itests to run on java 11 and add some parameters to the pom.xml
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26750?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26750:
------------------------------------
Sprint: devex #171 Aug 2019 (was: devex #170 Aug 2019)
> Update CDI.itests to run on java 11 and add some parameters to the pom.xml
> --------------------------------------------------------------------------
>
> Key: JBIDE-26750
> URL: https://issues.jboss.org/browse/JBIDE-26750
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: cdi
> Affects Versions: 4.13.0.AM1
> Reporter: Zbyněk Červinka
> Assignee: Zbyněk Červinka
> Priority: Major
> Fix For: 4.13.0.AM1
>
>
> *Description of the task from [~odockal]:*
> As I said some time ago, would be awesome to also have test project running on Java 11 in case that test are running on machine with jdk 11. Also, I can see that this condition repeats in every class, do you dare to extract it somewhere else and just call in @requirementResctriction annotated method?
> Let's put it into some utility class, that's an easiest solution.
> Update:
> I can image that server family and version would be parametrized in pom. One could have parameter ie. server.family and server.version and so any update to server and its version could happen in one place at once.
> And you can run test for both server eap and wildfly driven by param in jenkins.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 7 months
[JBoss JIRA] (JBIDE-26758) examples.wildfly.itests contains errors like "There is no project with name " for projects: dist, wicket-ear and helloworld-classfiletransformer
by Zbyněk Červinka (Jira)
[ https://issues.jboss.org/browse/JBIDE-26758?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26758:
------------------------------------
Sprint: devex #171 Aug 2019
> examples.wildfly.itests contains errors like "There is no project with name " for projects: dist, wicket-ear and helloworld-classfiletransformer
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26758
> URL: https://issues.jboss.org/browse/JBIDE-26758
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.12.0.Final
> Environment: OS X 10.14.5
> Reporter: Zbyněk Červinka
> Assignee: Zbyněk Červinka
> Priority: Major
>
> h2. examples.wildfly.itests contains errors like "There is no project with name " for projects:
> * dist
> * wicket-ear
> * helloworld-classfiletransformer
> h2. *Error messages:*
> "There is no project with name jboss-dist"
> "There is no project with name jboss-wicket-ear"
> "There is no project with name jboss-helloworld-classfiletransformer"
> h2. *Reason for this error* - project's folder name is different from the artifact id in the pom.xml
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 7 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.jboss.org/browse/JBIDE-26787?page=com.atlassian.jira.plugi... ]
Zbyněk Červinka updated JBIDE-26787:
------------------------------------
Sprint: devex #171 Aug 2019
> Several tests in examples.wildfly.itests are failing due to "Exception during sync execution in UI thread"
> -----------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26787
> URL: https://issues.jboss.org/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
>
> 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.12.1#712002)
6 years, 7 months
[JBoss JIRA] (JBDS-4785) Start sending UMB messages for devstudio.product_master nightly builds
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBDS-4785?page=com.atlassian.jira.plugin.... ]
Ondrej Dockal updated JBDS-4785:
--------------------------------
Project: Red Hat CodeReady Studio (devstudio) (was: Tools (JBoss Tools))
Key: JBDS-4785 (was: JBIDE-26656)
Docs QE Status: NEW
Component/s: installer
(was: qa)
Affects Version/s: 12.13.0.AM1
(was: 4.12.0.Final)
Fix Version/s: 12.13.0.AM1
(was: 4.13.0.AM1)
> Start sending UMB messages for devstudio.product_master nightly builds
> ----------------------------------------------------------------------
>
> Key: JBDS-4785
> URL: https://issues.jboss.org/browse/JBDS-4785
> Project: Red Hat CodeReady Studio (devstudio)
> Issue Type: Task
> Components: installer
> Affects Versions: 12.13.0.AM1
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Critical
> Labels: jenkins, qa, quality
> Fix For: 12.13.0.AM1
>
>
> As a part of QE - CI initiative is to provide unified process of sending build notifications for other possible consumers of our product, we should prepare specification for unified message bus (JBIDE-26652) and assure that product/project build jobs send proper messages.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 7 months
[JBoss JIRA] (JBIDE-26656) Start sending UMB messages for devstudio.product_master nightly builds
by Ondrej Dockal (Jira)
[ https://issues.jboss.org/browse/JBIDE-26656?page=com.atlassian.jira.plugi... ]
Ondrej Dockal updated JBIDE-26656:
----------------------------------
Summary: Start sending UMB messages for devstudio.product_master nightly builds (was: Start sending UMB messages for jbosstools aggregate build)
> Start sending UMB messages for devstudio.product_master nightly builds
> ----------------------------------------------------------------------
>
> Key: JBIDE-26656
> URL: https://issues.jboss.org/browse/JBIDE-26656
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: qa
> Affects Versions: 4.12.0.Final
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Critical
> Labels: jenkins, qa, quality
> Fix For: 4.13.0.AM1
>
>
> As a part of QE - CI initiative is to provide unified process of sending build notifications for other possible consumers of our product, we should prepare specification for unified message bus (JBIDE-26652) and assure that product/project build jobs send proper messages.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 7 months