[
https://issues.jboss.org/browse/JBIDE-17831?page=com.atlassian.jira.plugi...
]
Andre Dietisheim edited comment on JBIDE-17831 at 7/14/14 10:07 AM:
--------------------------------------------------------------------
jenkins now ran the test without failure:
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.openshift.egit.internal.test.EGitTestSuite
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.468 sec
Results :
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
{code}
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.openshift.express.test.AllTestsSuite
Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.703 sec
Results :
Tests run: 65, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] openshift.tests ................................... SUCCESS [0.499s]
[INFO] org.jboss.tools.openshift.egit.test ............... SUCCESS [19.011s]
[INFO] org.jboss.tools.openshift.express.test ............ SUCCESS [27.901s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:03.840s
[INFO] Finished at: Mon Jul 14 10:06:37 EDT 2014
[INFO] Final Memory: 37M/648M
[INFO] ------------------------------------------------------------------------
{code}
was (Author: adietish):
jenkins now ran the test without failure:
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.openshift.egit.internal.test.EGitTestSuite
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.468 sec
Results :
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
{code}
Application wizard: dirty project should not be selectable as
existing project (validate before starting to merge openshift app into existing proj and
fail)
------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-17831
URL:
https://issues.jboss.org/browse/JBIDE-17831
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.2.0.Beta3
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Priority: Optional
Labels: respin-b
Fix For: 4.2.0.Beta3
Attachments: import-failed-uncommitted-changes.png, uncommitted-changes.png
EXEC: Import a git based project into the workspace in JBT (ex.
git@github.com:adietish/kitchensink.git)
EXEC: Launch New application wizard from OpenShift explorer (or launch via project
context menu Configure->New/Import OpenShift Application).
EXEC: Choose basic cartridge and click Next button (ex. EAP 6).
EXEC: Fill in name on the next wizard page and click Next.
EXEC: Choose Use existing project and select the existing git based project.
EXEC: Finish the wizard.
*RESULT:* There is the error that there are uncommitted changes and it is required to
commit them first. Application on OpenShift is default (from basic cartridge).
!import-failed-uncommitted-changes.png!
This is expected as you cannot merge into a project with uncommitted changes. But the
missing requirement (clean project without uncommitted changes) can be spotted far earlier
when the existing project is selected.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)