]
Jeff Cantrill commented on JBIDE-20118:
---------------------------------------
@andre fixed in PR JBIDE-20076
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}