[JBoss JIRA] (JBIDE-23668) Move integration-tests parent pom configuration to jbosstools-build/parent/pom.xml
by Pavol Srna (JIRA)
Pavol Srna created JBIDE-23668:
----------------------------------
Summary: Move integration-tests parent pom configuration to jbosstools-build/parent/pom.xml
Key: JBIDE-23668
URL: https://issues.jboss.org/browse/JBIDE-23668
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: build, integration-tests
Reporter: Pavol Srna
Fix For: 4.4.3.AM2
This configuration needs to be moved from [1] to build/parent/pom.xml
{code}
<properties>
<surefire.timeout>7200</surefire.timeout>
<integrationTestsSystemProperties>-Dusage_reporting_enabled=false</integrationTestsSystemProperties>
<devstudio.repository>https://devstudio.redhat.com/10.0/snapshots/updates/</devstudio.repository>
<testProduct>com.jboss.devstudio.core.product</testProduct>
</properties>
{code}
{code}
<profile>
<id>mac-installPath</id>
<activation>
<os>
<family>mac</family>
</os>
</activation>
<properties>
<test.installPath.OSX>/devstudio.app/Contents/Eclipse/</test.installPath.OSX>
</properties>
</profile>
<profile>
<id>install-base</id>
<activation>
<property>
<name>test.installBase</name>
</property>
</activation>
<properties>
<test.installPath>${test.installBase}${test.installPath.OSX}</test.installPath>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<work>${test.installPath}</work>
<product>${testProduct}</product>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<!-- Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=388084 -->
<id>osx</id>
<activation>
<os>
<family>mac</family>
</os>
</activation>
<properties>
<platformSystemProperties> -XstartOnFirstThread </platformSystemProperties>
</properties>
</profile>
<profile>
<id>download-devstudio</id>
<activation>
<property>
<name>!test.installBase</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<product>${testProduct}</product>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<dependency-resolution>
<extraRequirements>
<requirement>
<type>p2-installable-unit</type>
<id>com.jboss.devstudio.core.feature.feature.group</id>
<versionRange>0.0.0</versionRange>
</requirement>
</extraRequirements>
</dependency-resolution>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>devstudio-repo</id>
<name>devstudio-repo</name>
<layout>p2</layout>
<url>${devstudio.repository}</url>
</repository>
</repositories>
</profile>
{code}
{code}
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
<useUIThread>false</useUIThread>
<appArgLine>-pluginCustomization ${basedir}/../pluginCustomization.ini</appArgLine>
<systemProperties>
<org.eclipse.update.reconcile>false</org.eclipse.update.reconcile>
<!-- JBDS-4077 this should be passed in from Jenkins or commandline -->
<tpc.version>${TARGET_PLATFORM_VERSION_MAX}</tpc.version>
</systemProperties>
<explodedBundles>
<bundle>org.mozilla.xulrunner.cocoa.macosx</bundle>
<bundle>org.mozilla.xulrunner.gtk.linux.x86</bundle>
<bundle>org.mozilla.xulrunner.gtk.linux.x86_64</bundle>
<bundle>org.mozilla.xulrunner.win32.win32.x86</bundle>
</explodedBundles>
</configuration>
</plugin>
</plugins>
</build>
{code}
We need to find out how to deal with pluginCustomization.ini [2]. Download from somewhere?
[1] https://github.com/jbosstools/jbosstools-integration-tests/blob/master/te...
[2] https://github.com/jbosstools/jbosstools-integration-tests/blob/master/te...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-22816) Create application from image (or builder) may lead to update being detected
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22816?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-22816:
------------------------------------------
[~jeffmaury] please verify this as discussed yesterday in the call. But then we should still have steps to follow so that QE can verify this, too.
> Create application from image (or builder) may lead to update being detected
> ----------------------------------------------------------------------------
>
> Key: JBIDE-22816
> URL: https://issues.jboss.org/browse/JBIDE-22816
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.1.AM2
> Reporter: Jeff MAURY
> Assignee: Andre Dietisheim
> Labels: application_wizard, openshift_v3
> Fix For: 4.4.3.AM1
>
>
> When creating a new application from image or builder, an update may be detected and no resources being created. The pb is that the model is set to the Openshift project and asynchronously updated the get the list of projects that will set the Openshift project to the first thus misleading the rest of the processing
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-21462) Project wizard: cancel button stops the job but wont cleanup resources
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21462?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21462:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.3.AM1)
> Project wizard: cancel button stops the job but wont cleanup resources
> ----------------------------------------------------------------------
>
> Key: JBIDE-21462
> URL: https://issues.jboss.org/browse/JBIDE-21462
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Environment: OpenShift 3 Tools: 3.1.0.Beta2-v20160114-1935-B149
> OS: Fedora 17 & MAC OS 10
> Reporter: Xia Zhao
> Assignee: Andre Dietisheim
> Labels: openshift_v3
> Fix For: 4.5.x
>
>
> In project wizard, hitting the cancel button stops the job but wont cleanup the project (-resources) that were created.
> Steps to Reproduce:
> 0. Install latest version of Jboss Developer Studio from https://devstudio.redhat.com/9.0/stable/updates/
> 1. Login openshift with Jboss Developer Studio
> 2. Go to context menu New->Project
> 3. Enter project name "xiazhaotest", click on the Finish button
> 4. Click on the red cancel button while JBT is creating project, the wizard jumped back to the page on step3, but project "xiazhaotest" is in fact created
> Actual Result:
> Cancel button did not work in create project wizard of Jboss Developer Studio
> project "xiazhaotest" is in fact created
> Expected Result:
> Cancel button should work in create project wizard of Jboss Developer Studio
> project "xiazhaotest" should not be created
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-23315) Connection wizard: "Advanced >>" Button is cropped
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23315?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-23315:
------------------------------------------
The updated version of the PR worked for me. Merged it into master.
[~scabanovich] thx!
> Connection wizard: "Advanced >>" Button is cropped
> --------------------------------------------------
>
> Key: JBIDE-23315
> URL: https://issues.jboss.org/browse/JBIDE-23315
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.1.Final
> Reporter: Aurélien Pupier
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Labels: connection_wizard
> Fix For: 4.4.3.AM1
>
> Attachments: 2016-11-23 at 15-04-44.mp4, screenshot-1.png
>
>
> Use case that reproduces in my environment (Ubuntu + GTK3):
> 1. Ensure that OpenShift 3 connection is the recent one, by editing it.
> 2. From main Eclipse menu call File->New->New OpenShift Application.
> Wizard should open on Sign-In page with recent OpenShift 3 connection.
> Without PR 'Advanced' button is cropped, with PR it is fully visible.
> Second use case is:
> 1. Ensure that OpenShift 3 connection is the recent one, by editing it in OpenShift Explorer.
> 2. In Servers view call 'New->Server->OpenShift 3 Server Adapter'
> Wizard should open on Sign-In page with recent OpenShift 3 connection.
> Without PR 'Advanced' button is cropped, with PR it is fully visible.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-23315) Connection wizard: "Advanced >>" Button is cropped
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23315?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23315:
-------------------------------------
Description:
Use case that reproduces in my environment (Ubuntu + GTK3):
1. Ensure that OpenShift 3 connection is the recent one, by editing it.
2. From main Eclipse menu call File->New->New OpenShift Application.
Wizard should open on Sign-In page with recent OpenShift 3 connection.
Without PR 'Advanced' button is cropped, with PR it is fully visible.
Second use case is:
1. Ensure that OpenShift 3 connection is the recent one, by editing it in OpenShift Explorer.
2. In Servers view call 'New->Server->OpenShift 3 Server Adapter'
Wizard should open on Sign-In page with recent OpenShift 3 connection.
Without PR 'Advanced' button is cropped, with PR it is fully visible.
was:
Use case that reproduces in my environment (Ubuntu + GTK3):
1. Ensure that OpenShift 3 connection is the recent one, by editing it.
2. From main Eclipse menu call File->New->New OpenShift Application.
Wizard should open on Sign-In page with recent OpenShift 3 connection.
Without PR 'Advanced' button is cropped, with PR it is fully visible.
> Connection wizard: "Advanced >>" Button is cropped
> --------------------------------------------------
>
> Key: JBIDE-23315
> URL: https://issues.jboss.org/browse/JBIDE-23315
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.1.Final
> Reporter: Aurélien Pupier
> Priority: Minor
> Labels: connection_wizard
> Fix For: 4.4.3.AM1
>
> Attachments: 2016-11-23 at 15-04-44.mp4, screenshot-1.png
>
>
> Use case that reproduces in my environment (Ubuntu + GTK3):
> 1. Ensure that OpenShift 3 connection is the recent one, by editing it.
> 2. From main Eclipse menu call File->New->New OpenShift Application.
> Wizard should open on Sign-In page with recent OpenShift 3 connection.
> Without PR 'Advanced' button is cropped, with PR it is fully visible.
> Second use case is:
> 1. Ensure that OpenShift 3 connection is the recent one, by editing it in OpenShift Explorer.
> 2. In Servers view call 'New->Server->OpenShift 3 Server Adapter'
> Wizard should open on Sign-In page with recent OpenShift 3 connection.
> Without PR 'Advanced' button is cropped, with PR it is fully visible.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-23315) Connection wizard: "Advanced >>" Button is cropped
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23315?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-23315:
----------------------------------------
Assignee: Viacheslav Kabanovich
> Connection wizard: "Advanced >>" Button is cropped
> --------------------------------------------------
>
> Key: JBIDE-23315
> URL: https://issues.jboss.org/browse/JBIDE-23315
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.1.Final
> Reporter: Aurélien Pupier
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Labels: connection_wizard
> Fix For: 4.4.3.AM1
>
> Attachments: 2016-11-23 at 15-04-44.mp4, screenshot-1.png
>
>
> Use case that reproduces in my environment (Ubuntu + GTK3):
> 1. Ensure that OpenShift 3 connection is the recent one, by editing it.
> 2. From main Eclipse menu call File->New->New OpenShift Application.
> Wizard should open on Sign-In page with recent OpenShift 3 connection.
> Without PR 'Advanced' button is cropped, with PR it is fully visible.
> Second use case is:
> 1. Ensure that OpenShift 3 connection is the recent one, by editing it in OpenShift Explorer.
> 2. In Servers view call 'New->Server->OpenShift 3 Server Adapter'
> Wizard should open on Sign-In page with recent OpenShift 3 connection.
> Without PR 'Advanced' button is cropped, with PR it is fully visible.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-23315) Connection wizard: "Advanced >>" Button is cropped
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23315?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23315:
-------------------------------------
Fix Version/s: 4.4.3.AM1
(was: 4.4.x)
> Connection wizard: "Advanced >>" Button is cropped
> --------------------------------------------------
>
> Key: JBIDE-23315
> URL: https://issues.jboss.org/browse/JBIDE-23315
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.1.Final
> Reporter: Aurélien Pupier
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Labels: connection_wizard
> Fix For: 4.4.3.AM1
>
> Attachments: 2016-11-23 at 15-04-44.mp4, screenshot-1.png
>
>
> Use case that reproduces in my environment (Ubuntu + GTK3):
> 1. Ensure that OpenShift 3 connection is the recent one, by editing it.
> 2. From main Eclipse menu call File->New->New OpenShift Application.
> Wizard should open on Sign-In page with recent OpenShift 3 connection.
> Without PR 'Advanced' button is cropped, with PR it is fully visible.
> Second use case is:
> 1. Ensure that OpenShift 3 connection is the recent one, by editing it in OpenShift Explorer.
> 2. In Servers view call 'New->Server->OpenShift 3 Server Adapter'
> Wizard should open on Sign-In page with recent OpenShift 3 connection.
> Without PR 'Advanced' button is cropped, with PR it is fully visible.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-23315) Connection wizard: "Advanced >>" Button is cropped
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23315?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23315:
-------------------------------------
Description:
Use case that reproduces in my environment (Ubuntu + GTK3):
1. Ensure that OpenShift 3 connection is the recent one, by editing it.
2. From main Eclipse menu call File->New->New OpenShift Application.
Wizard should open on Sign-In page with recent OpenShift 3 connection.
Without PR 'Advanced' button is cropped, with PR it is fully visible.
> Connection wizard: "Advanced >>" Button is cropped
> --------------------------------------------------
>
> Key: JBIDE-23315
> URL: https://issues.jboss.org/browse/JBIDE-23315
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.1.Final
> Reporter: Aurélien Pupier
> Priority: Minor
> Labels: connection_wizard
> Fix For: 4.4.3.AM1
>
> Attachments: 2016-11-23 at 15-04-44.mp4, screenshot-1.png
>
>
> Use case that reproduces in my environment (Ubuntu + GTK3):
> 1. Ensure that OpenShift 3 connection is the recent one, by editing it.
> 2. From main Eclipse menu call File->New->New OpenShift Application.
> Wizard should open on Sign-In page with recent OpenShift 3 connection.
> Without PR 'Advanced' button is cropped, with PR it is fully visible.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months