[JBoss JIRA] (JBIDE-19961) org.jboss.tools.common.core.test.WebUtilsTest failure on Windows
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19961?page=com.atlassian.jira.plugi... ]
Daniel Azarov reassigned JBIDE-19961:
-------------------------------------
Assignee: Daniel Azarov
> org.jboss.tools.common.core.test.WebUtilsTest failure on Windows
> ----------------------------------------------------------------
>
> Key: JBIDE-19961
> URL: https://issues.jboss.org/browse/JBIDE-19961
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Environment: Windows 8.1
> Reporter: Daniel Azarov
> Assignee: Daniel Azarov
>
> {code}
> -------------------------------------------------------------------------------
> Test set: org.jboss.tools.common.core.test.CommonCoreTestSuite
> -------------------------------------------------------------------------------
> Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 16.24 sec <<< FAILURE! - in org.jboss.tools.common.core.test.CommonCoreTestSuite
> testGetWebContentPaths(org.jboss.tools.common.core.test.WebUtilsTest) Time elapsed: 9.101 sec
> testGeWebRootFolders(org.jboss.tools.common.core.test.WebUtilsTest) Time elapsed: 1.293 sec
> testFindResource(org.jboss.tools.common.core.test.WebUtilsTest) Time elapsed: 0.889 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at org.jboss.tools.common.core.test.WebUtilsTest.testFindResource(WebUtilsTest.java:205)
> testFirstWebContentPath(org.jboss.tools.common.core.test.WebUtilsTest) Time elapsed: 1.17 sec
> testGetWebPath(org.jboss.tools.common.core.test.WebUtilsTest) Time elapsed: 0.872 sec
> testGetWebRootFolder(org.jboss.tools.common.core.test.WebUtilsTest) Time elapsed: 1.119 sec
> testCreateHttpURLConnection(org.jboss.tools.common.core.test.HttpUtilTest) Time elapsed: 0.03 sec
> testInputStreamReader(org.jboss.tools.common.core.test.HttpUtilTest) Time elapsed: 0.917 sec
> testDefaultBeanName(org.jboss.tools.common.core.test.BeanUtilTest) Time elapsed: 0.001 sec
> testSubtypesInJar(org.jboss.tools.common.core.test.JandexTest) Time elapsed: 0.57 sec
> testAnnotationInJar(org.jboss.tools.common.core.test.JandexTest) Time elapsed: 0.233 sec
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19631) Switch Tern.java dependency version range to the only version after code freeze
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19631?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-19631:
----------------------------------------
I see the same tests failures as Denis:
{code}
Failed tests:
JstJsdtTernCATest.testJstJsdtTernCAOnBrowser:65->doJstJsdtTernCATest:79 Content Assistant returned no proposals
JstJsdtTernCATest.testJstJsdtTernCAOnEcma5:61->doJstJsdtTernCATest:79 Content Assistant returned no proposals
Tests run: 2, Failures: 2, Errors: 0, Skipped: 0
{code}
> Switch Tern.java dependency version range to the only version after code freeze
> -------------------------------------------------------------------------------
>
> Key: JBIDE-19631
> URL: https://issues.jboss.org/browse/JBIDE-19631
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.3.0.Alpha1
> Reporter: Alexey Kazakov
> Assignee: Victor Rubezhny
> Priority: Blocker
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Beta1
>
>
> In master tern.java dependencies have open range starting from 0.6.0 after https://github.com/jbosstools/jbosstools-jst/pull/429 was applied.
> For every development/stable release the open range should be replaced to specific version.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19959) Unable to run any commands for a connection after editing the URL
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19959?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-19959:
---------------------------------------
There are a number of issues related to changing the url and username. The correct solution is probably to remove the connection and add it back in after edit since both these items we use for display, save keys, etc.
> Unable to run any commands for a connection after editing the URL
> -----------------------------------------------------------------
>
> Key: JBIDE-19959
> URL: https://issues.jboss.org/browse/JBIDE-19959
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Jeff Cantrill
> Priority: Minor
>
> Edit a connection URL.
> Note that you can not run any command and you get no error which includes
> * delete
> * new app
> * import
> Also note the label in openshift explorer does not change either
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19955) Modify the openshift project label to display name and description
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19955?page=com.atlassian.jira.plugi... ]
Jeff Cantrill updated JBIDE-19955:
----------------------------------
Description:
Expand a connection and note the projects display like: 'openshift ns:default'
Modify the label to show display name or fall back to project name
was:
Expand a connection and note the projects display like: 'openshift ns:default'
Modify the label to display <name> [- <description>]
> Modify the openshift project label to display name and description
> ------------------------------------------------------------------
>
> Key: JBIDE-19955
> URL: https://issues.jboss.org/browse/JBIDE-19955
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Priority: Minor
> Fix For: 4.3.0.Beta2
>
>
> Expand a connection and note the projects display like: 'openshift ns:default'
> Modify the label to show display name or fall back to project name
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19631) Switch Tern.java dependency version range to the only version after code freeze
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19631?page=com.atlassian.jira.plugi... ]
Victor Rubezhny commented on JBIDE-19631:
-----------------------------------------
I'm getting success while running that test:
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.jst.jsdt.test.JstJsdtAllTests
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.717 sec - in org.jboss.tools.jst.jsdt.test.JstJsdtAllTests
testJstJsdtTernCAOnBrowser(org.jboss.tools.jst.jsdt.test.JstJsdtTernCATest) Time elapsed: 6.68 sec
testJstJsdtTernCAOnEcma5(org.jboss.tools.jst.jsdt.test.JstJsdtTernCATest) Time elapsed: 1.507 sec
Results :
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
{code}
> Switch Tern.java dependency version range to the only version after code freeze
> -------------------------------------------------------------------------------
>
> Key: JBIDE-19631
> URL: https://issues.jboss.org/browse/JBIDE-19631
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.3.0.Alpha1
> Reporter: Alexey Kazakov
> Assignee: Victor Rubezhny
> Priority: Blocker
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Beta1
>
>
> In master tern.java dependencies have open range starting from 0.6.0 after https://github.com/jbosstools/jbosstools-jst/pull/429 was applied.
> For every development/stable release the open range should be replaced to specific version.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months