-
Bug
-
Resolution: Done
-
Critical
-
4.4.2.AM3
-
None
-
devex #123 November 2016
Our tests are failing
testStubImageStreamWhereOneDoesNotExistAndImageIsPublic(org.jboss.tools.openshift.test.ui.job.DeployImageJobTest) Time elapsed: 0.016 sec <<< FAILURE! java.lang.AssertionError: expected:<repo/mynamespace/myimagename:latest> but was:<:latest> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:144) at org.jboss.tools.openshift.test.ui.job.DeployImageJobTest.testStubImageStreamWhereOneDoesNotExistAndImageIsPublic(DeployImageJobTest.java:219)
the failing assertion is the following:
assertEquals(new DockerImageURI("repo/mynamespace/myimagename:latest"), is.getDockerImageRepository());
Starting with #1677 our jenkins is thus failing.
- is caused by
-
JBIDE-22915 Deploy Docker Image: Replication controller is not created for some images
- Closed