]
Andre Dietisheim commented on JBIDE-23640:
------------------------------------------
[~jkopriva] thx! I fixed the missing pieces and pushed.
Integration tests: Once PushImageTest starts to fail, it will always
fail if no image cleanup happens in the test suite
-----------------------------------------------------------------------------------------------------------------------
Key: JBIDE-23640
URL:
https://issues.jboss.org/browse/JBIDE-23640
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: integration-tests
Affects Versions: 4.4.2.Final
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.4.3.AM1
PushImageTest is add a tag to an image. When looking at the images, it is comparing all
of the decoration with the tag. This works fine as long as the image only has 1 tag, once
it gets more, the lookup for the image starts to fail. The image is deleted later in the
test, so if the image with the tag is not found, the delete wont happen and subsequent
lookups will fail. This most likely wont happen if you run the complete suite because the
suite is cleaning up, but it will happen if you run a single test.
Another problem is that PushImageTest wont wait until the freshly tagged image was
successfully pushed.