[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] I cannot reproduce this, but then I'm maybe missing something. Can you please provide steps or confirm this?
> 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)
9 years, 4 months
[JBoss JIRA] (JBIDE-23026) Integration tests: improve test stability
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23026?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23026:
-------------------------------------
Fix Version/s: 4.4.3.AM1
(was: 4.4.2.Final)
> Integration tests: improve test stability
> -----------------------------------------
>
> Key: JBIDE-23026
> URL: https://issues.jboss.org/browse/JBIDE-23026
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: openshift
> Affects Versions: 4.4.1.AM3
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: integration_tests
> Fix For: 4.4.3.AM1
>
>
> There are several impediments to the test stability:
> * tests dont set up their env individually
> * some tests assert the oc binary, but this binary is not the same across platforms (oc, oc.exe, etc): org.jboss.tools.openshift.reddeer.requirement.OCBinary et org.jboss.tools.openshift.reddeer.utils.OpenShiftLabel
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBIDE-23502) Integration tests: ConnectionPropertiesTest cannot be run individually in JBT
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23502?page=com.atlassian.jira.plugi... ]
Andre Dietisheim closed JBIDE-23502.
------------------------------------
> Integration tests: ConnectionPropertiesTest cannot be run individually in JBT
> -----------------------------------------------------------------------------
>
> Key: JBIDE-23502
> URL: https://issues.jboss.org/browse/JBIDE-23502
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM3
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: integration_tests, properties
> Fix For: 4.4.2.Final
>
>
> ConnectionPropertiesTest cannot be run individually. It requires the default connection to exist.
> Furhtermore it will fail if run in JBT (not in Devstudio) because the bot test wont find any content in the Properties view. This is because JBT by default has the OpenShift Explorer and the properties view sitting in the same stacked view. In this setup there's no selection in the explorer that can be displayed in the Properties view.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBIDE-22376) Enable JMX when entering Debug mode
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22376?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-22376:
---------------------------------------
What has been done there precisely? So i can verify its working as expected. I compared DC of a new application and a deployment config of application in debugging. There is a new port for debug 8787, but what with latest changes to EAP images the jolokia port is 8787 so basically we have 2 same ports with a different name, I don't think it is necessary. Then there are added environment variables:
{code}
},
{
"name" : "DEBUG_PORT",
"value" : "8787"
},
{
"name" : "DEV_MODE",
"value" : "true"
},
{
"name" : "DEBUG",
"value" : "true"
}
{code}
> Enable JMX when entering Debug mode
> -----------------------------------
>
> Key: JBIDE-22376
> URL: https://issues.jboss.org/browse/JBIDE-22376
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jmx, openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Thomas Mäder
> Assignee: Rob Stryker
> Fix For: 4.4.2.Final, 4.4.3.AM1, 4.5.0.AM1
>
>
> We need to update the deployment configuration when entering debug mode. It is not entirely clear how to determine that an Openshift Pod has indeed a wildfly/EAP in it and can be reached with remoting-jmx
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBIDE-23497) Integration tests: StoreConnectionTest isnt working
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23497?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-23497:
-------------------------------------
Fix Version/s: 4.4.3.AM1
(was: 4.4.2.Final)
> Integration tests: StoreConnectionTest isnt working
> ---------------------------------------------------
>
> Key: JBIDE-23497
> URL: https://issues.jboss.org/browse/JBIDE-23497
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.AM3
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: integration_tests
> Fix For: 4.4.3.AM1
>
>
> StoreConnectionTest isnt working. There are a few problems with it:
> * It can trigger the ssl certificate dialog if it's the test is the 1st test that is run against the given connection (and the certificate wasnt stored beforehand). The test wont take this possibility into account
> * The test isnt autonoumous, it relies on a connection being set up beforehand
> * etc.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBIDE-23512) Properties: Header hidden by another header is not retrievable
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23512?page=com.atlassian.jira.plugi... ]
Marián Labuda commented on JBIDE-23512:
---------------------------------------
That is because you are doing it on a different widget. See my video. You are working with a tree in properties view. I am working with table. Try a tabbed property with more columns, at least 3. And move 3rd column over 2nd.
> Properties: Header hidden by another header is not retrievable
> --------------------------------------------------------------
>
> Key: JBIDE-23512
> URL: https://issues.jboss.org/browse/JBIDE-23512
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.2.Final
> Reporter: Marián Labuda
> Priority: Minor
> Labels: openshift_v3, properties
> Fix For: 4.4.x
>
> Attachments: out-1.ogv, properties.ogv
>
>
> Table header in Properties for OpenShift 3 resources can be moved/resized. If I resize a header to beginning of another header, the another header is hidden and I cant resize is back or retrieve the second header with its column. See video for more details
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months