[
https://issues.jboss.org/browse/JBIDE-20118?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-20118:
------------------------------------------
merging JBIDE-20076 fixed this. See jenkins:
{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBossTools/view/JBossTools_Master/job/jbosstools-openshift_master/846/}
Tests run: 120, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
[INFO] --- repository-utils:0.22.1-SNAPSHOT:compare-version-with-baselines (default) @
org.jboss.tools.openshift.test ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] openshift.tests .................................... SUCCESS [ 0.440 s]
[INFO] org.jboss.tools.openshift.egit.test ................ SUCCESS [ 20.959 s]
[INFO] org.jboss.tools.openshift.express.test ............. SUCCESS [ 21.253 s]
[INFO] org.jboss.tools.openshift.test ..................... SUCCESS [ 16.772 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:32 min
[INFO] Finished at: 2015-06-18T13:53:25-04:00
[INFO] Final Memory: 65M/647M
[INFO] ------------------------------------------------------------------------
{code}
Test failures after merging JBIDE-19958
---------------------------------------
Key: JBIDE-20118
URL:
https://issues.jboss.org/browse/JBIDE-20118
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.0.Beta2
Reporter: Andre Dietisheim
Assignee: Jeff Cantrill
Priority: Critical
Fix For: 4.3.0.Beta2
Build currently fails with the following failures in our test suite:
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-openshift_...
{code:title=org.jboss.tools.openshift.test.AllTestsSuite}
Failed tests:
CreateApplicationFromTemplateJobTest.shouldReturnInfoStatusWhenAllResourcesCreatedWithoutErrors:100
Wanted but not invoked:
template.addLabel(<any>, <any>);
-> at
org.jboss.tools.openshift.test.ui.job.CreateApplicationFromTemplateJobTest.shouldReturnInfoStatusWhenAllResourcesCreatedWithoutErrors(CreateApplicationFromTemplateJobTest.java:100)
However, there were other interactions with this mock:
-> at
org.jboss.tools.openshift.test.ui.job.CreateApplicationFromTemplateJobTest.shouldReturnInfoStatusWhenAllResourcesCreatedWithoutErrors(CreateApplicationFromTemplateJobTest.java:95)
-> at
org.jboss.tools.openshift.test.ui.job.CreateApplicationFromTemplateJobTest.shouldReturnInfoStatusWhenAllResourcesCreatedWithoutErrors(CreateApplicationFromTemplateJobTest.java:95)
NewApplicationWizardModelTest.setTemplateShouldCopyParametersAndLabels:76 array lengths
differed, expected.length=1 actual.length=0
Tests run: 120, Failures: 2, Errors: 0, Skipped: 0
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)