[JBoss JIRA] (JBIDE-23648) integration tests: ImageTagTest tries to assert that uppercase tags cannot be added to docker images, but it fails to
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23648?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-23648:
----------------------------------------
Assignee: Andre Dietisheim
> integration tests: ImageTagTest tries to assert that uppercase tags cannot be added to docker images, but it fails to
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23648
> URL: https://issues.jboss.org/browse/JBIDE-23648
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: docker, integration-tests
> Affects Versions: 4.4.2.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.4.3.AM1
>
>
> ImageTagTest tries to assert that uppercase tags cannot be added to docker images. But it has 2 flaws:
> * it tries to assert the existence of an error dialog (when providing an uppercase tag) via
> {code}new ShellWithTextIsAvailable("Error tagging image to <" + imageTagUppercase + ">"){code}
> but ShellWithTextIsAvailable is an AbstractWaitCondition. So it has no effect at all
> * the docker tooling wont prevent you from providing an uppercase tag. It will actually accept it, send it to the daemon and then display it. No error occurrs. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=509223
> The assertion itself is absolutely correct. The cmd line wont accept uppercase letters in a tag.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBDS-4056) Devsuite 1.1.0 install fails due to vagrant 1.8.1 box add failure
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-4056?page=com.atlassian.jira.plugin.... ]
Jan Richter closed JBDS-4056.
-----------------------------
Closing as a duplicate of JBDS-4033.
> Devsuite 1.1.0 install fails due to vagrant 1.8.1 box add failure
> -----------------------------------------------------------------
>
> Key: JBDS-4056
> URL: https://issues.jboss.org/browse/JBDS-4056
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 1.1.0.GA
> Environment: Windows 10/64 bit
> Reporter: Robert Terzi
> Assignee: Denis Golovin
> Fix For: 10.3.0.AM1
>
>
> DevSuite 1.1.0 GA install fails on Windows 10/64 bit, due to CDK vagrant box add failure that maybe related to Vagrant version greater than 1.7.4.
> See related ticket JBDS-3863 Platform installer hangs for log files. Split this into a separate ticket to track vagrant version issue in this ticket and the lack of feedback in 3863.
> See vagrant issue - https://github.com/mitchellh/vagrant/issues/6725 - Adding a local box via "box add" fails with v1.8.0, succeeds with v1.7.4 #6725
> Partial workaround:
> 1. Install DevSuite 1.1.0, quit installer after CDK install fails
> 2. Uninstall Vagrant 1.8.1
> 3. download and install Vagrant 1.7.4
> 4. cd c:\DevelopmentSuite\cdk\boxes
> 5. vagrant box add --name cdkv2 rhel-vagrant-virtualbox.box
> An alternative workaround from the Vagrant issue #6725, maybe to install VC++ 2010 x86 redistributable runtime libraries to work around curl problem in vagrant box add.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBIDE-23649) [baseline compare check] plugins in jbosstools-webservices need to be upversioned so they're greater than versions in last stable jbosstools site
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23649?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-23649:
-------------------------------
Priority: Blocker (was: Major)
> [baseline compare check] plugins in jbosstools-webservices need to be upversioned so they're greater than versions in last stable jbosstools site
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23649
> URL: https://issues.jboss.org/browse/JBIDE-23649
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.4.3.AM1
> Reporter: Nick Boldt
> Assignee: Brian Fitzpatrick
> Priority: Blocker
> Fix For: 4.4.3.AM1
>
>
> Building jbosstools-webservices from master branch, after releasing JBoss Tools 4.4.2.Final to the stable site [1] on Dec 8 last week:
> {code}
> mvn clean install -DskipTests -DskipBaselineComparison=false{code}
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines (default) on project
> org.jboss.tools.ws.feature: Duplicate version but different content found for (org.jboss.tools.ws.feature.source.feature.jar/1.9.2.v20160922-1835).
> Also exists in baseline, but its content is different. -> [Help 1]
> [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines (default) on project
> org.jboss.tools.ws.jaxrs.feature: Duplicate version but different content found for (org.jboss.tools.ws.jaxrs.feature.source.feature.jar/1.9.2.v20161115-1657).
> Also exists in baseline, but its content is different. -> [Help 1]
> [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines (default) on project
> org.jboss.tools.websockets.feature: Duplicate version but different content found for (org.jboss.tools.websockets.feature.source.feature.jar/1.9.2.v20160922-1835).
> Also exists in baseline, but its content is different. -> [Help 1]
> {code}
> [1] <lastStableRepository>http://download.jboss.org/jbosstools/neon/stable/updates/</lastStableRepository> - https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBIDE-23649) [baseline compare check] plugins in jbosstools-webservices need to be upversioned so they're greater than versions in last stable jbosstools site
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23649?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-23649:
-------------------------------
Description:
Building jbosstools-webservices from master branch, after releasing JBoss Tools 4.4.2.Final to the stable site [1] on Dec 8 last week:
{code}
mvn clean install -DskipTests -DskipBaselineComparison=false{code}
{code}
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines (default) on project
org.jboss.tools.ws.feature: Duplicate version but different content found for (org.jboss.tools.ws.feature.source.feature.jar/1.9.2.v20160922-1835).
Also exists in baseline, but its content is different. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines (default) on project
org.jboss.tools.ws.jaxrs.feature: Duplicate version but different content found for (org.jboss.tools.ws.jaxrs.feature.source.feature.jar/1.9.2.v20161115-1657).
Also exists in baseline, but its content is different. -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines (default) on project
org.jboss.tools.websockets.feature: Duplicate version but different content found for (org.jboss.tools.websockets.feature.source.feature.jar/1.9.2.v20160922-1835).
Also exists in baseline, but its content is different. -> [Help 1]
{code}
[1] <lastStableRepository>http://download.jboss.org/jbosstools/neon/stable/updates/</lastStableRepository> - https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml...
was:
Building jbosstools-server from master branch, after releasing JBoss Tools 4.4.2.Final to the stable site [1] on Dec 8 last week:
{code}
mvn clean install -DskipTests -DskipBaselineComparison=false{code}
{code}
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines (default) on project org.jboss.tools.livereload.feature: Duplicate version but different content found for (org.jboss.tools.livereload.feature.source.feature.jar/1.4.2.v20161103-0923). Also exists in baseline, but its content is different. -> [Help 1]
{code}
[1] <lastStableRepository>http://download.jboss.org/jbosstools/neon/stable/updates/</lastStableRepository> - https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml...
> [baseline compare check] plugins in jbosstools-webservices need to be upversioned so they're greater than versions in last stable jbosstools site
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-23649
> URL: https://issues.jboss.org/browse/JBIDE-23649
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.4.3.AM1
> Reporter: Nick Boldt
> Assignee: Brian Fitzpatrick
> Fix For: 4.4.3.AM1
>
>
> Building jbosstools-webservices from master branch, after releasing JBoss Tools 4.4.2.Final to the stable site [1] on Dec 8 last week:
> {code}
> mvn clean install -DskipTests -DskipBaselineComparison=false{code}
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines (default) on project
> org.jboss.tools.ws.feature: Duplicate version but different content found for (org.jboss.tools.ws.feature.source.feature.jar/1.9.2.v20160922-1835).
> Also exists in baseline, but its content is different. -> [Help 1]
> [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines (default) on project
> org.jboss.tools.ws.jaxrs.feature: Duplicate version but different content found for (org.jboss.tools.ws.jaxrs.feature.source.feature.jar/1.9.2.v20161115-1657).
> Also exists in baseline, but its content is different. -> [Help 1]
> [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:0.26.0:compare-version-with-baselines (default) on project
> org.jboss.tools.websockets.feature: Duplicate version but different content found for (org.jboss.tools.websockets.feature.source.feature.jar/1.9.2.v20160922-1835).
> Also exists in baseline, but its content is different. -> [Help 1]
> {code}
> [1] <lastStableRepository>http://download.jboss.org/jbosstools/neon/stable/updates/</lastStableRepository> - https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months