[jbosstools-issues] [JBoss JIRA] (JBIDE-21972) Improve initialization of Configure Service Ports dialog

Andre Dietisheim (JIRA) issues at jboss.org
Tue Mar 29 05:15:02 EDT 2016


     [ https://issues.jboss.org/browse/JBIDE-21972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andre Dietisheim updated JBIDE-21972:
-------------------------------------
    Description: 
 When "Add..." is run on page 'Services & Routing Settings, if list of service ports is not empty, dialog is pre-filled with integers. Some errors should be fixed:

Case #1
# ASSERT: have a project in OpenShift
# EXEC: in Explorer: choose "Deploy Docker Image..." in context menu of your project
# EXEC: in deploy docker image wizard: pick an image (ex. php), 
# EXEC: confirm the 2nd wizard page ("Deployment Configuration & Scalability") and get to the 3rd wizard page
# ASSERT: no ports are defined yet
# EXEC: Create service port=65535, pod port=2000
# EXEC: Run "Add..." second time.

Result: 
Service port is filled with 65535 and causes error message.
Pod port is filled with 65536 also causing error.

Case #2
# ASSERT: no ports are defined yet.
# EXEC: Create service port=2000, pod port=2001
# EXEC: Run "Add..." second time.

Result: 
Service port is filled with 2001 - it is ok.
Pod port is filled with 2001 causing error.



  was:
When "Add..." is run on page 'Services & Routing Settings, if list of service ports is not empty, dialog is pre-filled with integers. Some errors should be fixed:

Start with empty list.
Create service port=65535, pod port=2000
Run "Add..." second time.
Result: 
Service port is filled with 65535 and causes error message.
Pod port is filled with 65536 also causing error.

Start with empty list.
Create service port=2000, pod port=2001
Run "Add..." second time.
Result: 
Service port is filled with 2001 - it is ok.
Pod port is filled with 2001 causing error.





> Improve initialization of Configure Service Ports dialog
> --------------------------------------------------------
>
>                 Key: JBIDE-21972
>                 URL: https://issues.jboss.org/browse/JBIDE-21972
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.3.1.CR1
>            Reporter: Viacheslav Kabanovich
>            Assignee: Viacheslav Kabanovich
>
>  When "Add..." is run on page 'Services & Routing Settings, if list of service ports is not empty, dialog is pre-filled with integers. Some errors should be fixed:
> Case #1
> # ASSERT: have a project in OpenShift
> # EXEC: in Explorer: choose "Deploy Docker Image..." in context menu of your project
> # EXEC: in deploy docker image wizard: pick an image (ex. php), 
> # EXEC: confirm the 2nd wizard page ("Deployment Configuration & Scalability") and get to the 3rd wizard page
> # ASSERT: no ports are defined yet
> # EXEC: Create service port=65535, pod port=2000
> # EXEC: Run "Add..." second time.
> Result: 
> Service port is filled with 65535 and causes error message.
> Pod port is filled with 65536 also causing error.
> Case #2
> # ASSERT: no ports are defined yet.
> # EXEC: Create service port=2000, pod port=2001
> # EXEC: Run "Add..." second time.
> Result: 
> Service port is filled with 2001 - it is ok.
> Pod port is filled with 2001 causing error.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list