[JBoss JIRA] (JBIDE-23640) Integration tests: Once PushImageTest starts to fail, it will always fail if no image cleanup happens in the test suite
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23640?page=com.atlassian.jira.plugi... ]
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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBTIS-1003) Add id to all repositories defined in target platform
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBTIS-1003:
----------------------------------------
Summary: Add id to all repositories defined in target platform
Key: JBTIS-1003
URL: https://issues.jboss.org/browse/JBTIS-1003
Project: JBoss Tools Integration Stack
Issue Type: Task
Components: target-platform
Affects Versions: 4.4.0.CR1-TP
Reporter: Andrej Podhradsky
Currently, the definition looks as follows
{code:title=src/targets/integration-stack-base.target}
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
...
<repository location="http://download.jboss.org/jbosstools/updates/requirements/neon/201609281000/"/>
</location>
{code}
Please add an attribute 'id' to the tag 'repository'. Moreover, please consider using a composite site as a location, e.g.
{code}
http://download.jboss.org/jbosstools/updates/requirements/neon/
{code}
I think that the composite site should work without any problem since all needed versions are specified in each unit.
Note that if we decide to use the composite site then the id could be 'jbt-neon', otherwise it should be 'jbt-neon-201609281000'.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBTIS-1003) Add id to all repositories defined in target platform
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1003?page=com.atlassian.jira.plugin... ]
Andrej Podhradsky updated JBTIS-1003:
-------------------------------------
Description:
Currently, the definition looks as follows
{code:title=src/targets/integration-stack-base.target}
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
...
<repository location="http://download.jboss.org/jbosstools/updates/requirements/neon/201609281000/"/>
</location>
{code}
Please add an attribute 'id' to the tag 'repository'. Moreover, please consider using a composite site as a location, e.g.
{code}
http://download.jboss.org/jbosstools/updates/requirements/neon/
{code}
I think that the composite site should work without any problem since all needed versions are specified in each unit.
Note that if we decide to use the composite site then the id could be 'jbt-neon', otherwise it should be 'jbt-neon-201609281000'.
was:
Currently, the definition looks as follows
{code:title=src/targets/integration-stack-base.target}
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
...
<repository location="http://download.jboss.org/jbosstools/updates/requirements/neon/201609281000/"/>
</location>
{code}
Please add an attribute 'id' to the tag 'repository'. Moreover, please consider using a composite site as a location, e.g.
{code}
http://download.jboss.org/jbosstools/updates/requirements/neon/
{code}
I think that the composite site should work without any problem since all needed versions are specified in each unit.
Note that if we decide to use the composite site then the id could be 'jbt-neon', otherwise it should be 'jbt-neon-201609281000'.
> Add id to all repositories defined in target platform
> -----------------------------------------------------
>
> Key: JBTIS-1003
> URL: https://issues.jboss.org/browse/JBTIS-1003
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Components: target-platform
> Affects Versions: 4.4.0.CR1-TP
> Reporter: Andrej Podhradsky
>
> Currently, the definition looks as follows
> {code:title=src/targets/integration-stack-base.target}
> <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
> ...
> <repository location="http://download.jboss.org/jbosstools/updates/requirements/neon/201609281000/"/>
> </location>
> {code}
> Please add an attribute 'id' to the tag 'repository'. Moreover, please consider using a composite site as a location, e.g.
> {code}
> http://download.jboss.org/jbosstools/updates/requirements/neon/
> {code}
> I think that the composite site should work without any problem since all needed versions are specified in each unit.
> Note that if we decide to use the composite site then the id could be 'jbt-neon', otherwise it should be 'jbt-neon-201609281000'.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months