[
https://issues.jboss.org/browse/JBIDE-24675?page=com.atlassian.jira.plugi...
]
Nick Boldt closed JBIDE-24675.
------------------------------
Resolution: Won't Fix
Since the same functionality is already being tested in the p2director tests (headless)
and the reddeer tests (UI), Lukas and I have decided to deprecate and disable these
install-grinder tests as we no longer need them.
I've therefore renamed (adding *DEPRECATED_* suffix) and moved the jobs to the 10.x
view [0].
I've also moved the 10.x install grinder stuff into that view, so we no longer need
the old devstudio_installation_tests view, which has been deleted.
And I moved the p2director install tests for master branch into the master view [1].
So, we have that test [1], plus the composite install test [2], and all these [3].
[0]
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
[1]
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
[2]
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
[3]
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
install-grinder test is broken due to Could not find shell matching:
with text 'Installing Software'
----------------------------------------------------------------------------------------------------
Key: JBIDE-24675
URL:
https://issues.jboss.org/browse/JBIDE-24675
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: install-tests
Affects Versions: 4.5.0.AM2
Reporter: Nick Boldt
Assignee: Lukáš Valach
Fix For: 4.5.0.Final
{code}
15:51:37 Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a
timestamp of 0 for 0xa00367 (Install )
15:51:37 Window manager warning: meta_window_activate called by a pager with a 0
timestamp; the pager needs to be fixed.
15:51:37 Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a
timestamp of 0 for 0xa0040f (Add Reposi)
15:51:37 Window manager warning: meta_window_activate called by a pager with a 0
timestamp; the pager needs to be fixed.
15:51:38 Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a
timestamp of 0 for 0xa00367 (Install )
15:51:38 Window manager warning: meta_window_activate called by a pager with a 0
timestamp; the pager needs to be fixed.
15:51:56 Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a
timestamp of 0 for 0xa0008e (workspace )
15:51:56 Window manager warning: meta_window_activate called by a pager with a 0
timestamp; the pager needs to be fixed.
15:52:02 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 26.816 sec
15:52:02
15:52:02 Testcase: testInstall took 26.254 sec
15:52:02 Caused an ERROR
15:52:02 Internal error
15:52:02 java.lang.RuntimeException: Internal error
15:52:02 at
org.jboss.tools.tests.installation.InstallTest.continueInstall(InstallTest.java:213)
15:52:02 at
org.jboss.tools.tests.installation.InstallTest.continueInstall(InstallTest.java:147)
15:52:02 at
org.jboss.tools.tests.installation.InstallTest.installFromSite(InstallTest.java:133)
15:52:02 at
org.jboss.tools.tests.installation.InstallTest.testInstall(InstallTest.java:78)
15:52:02 at
org.eclipse.swtbot.swt.finder.junit.internal.CapturingFrameworkMethod.invokeExplosively(CapturingFrameworkMethod.java:47)
15:52:02 at
org.eclipse.swtbot.swt.finder.junit.SWTBothttps://dev-platform-jenkins.rh...
15:52:02 at
org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60)
15:52:02 at
org.eclipse.swtbot.eclipse.junit.headless.EclipseTestRunner.run(EclipseTestRunner.java:350)
15:52:02 at
org.eclipse.swtbot.eclipse.junit.headless.EclipseTestRunner.run(EclipseTestRunner.java:208)
15:52:02 at
org.eclipse.swtbot.eclipse.junit.headless.UITestApplication.runTests(UITestApplication.java:120)
15:52:02 at
org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:73)
15:52:02 at java.lang.Thread.run(Thread.java:748)
15:52:02 Caused by: org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException:
Could not find shell matching: with text 'Installing Software'
15:52:02 at
org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:472)
15:52:02 at
org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntilWidgetAppears(SWTWorkbenchBot.java:1)
15:52:02 at org.eclipse.swtbot.swt.finder.SWTBotFactory.shells(SWTBotFactory.java:116)
15:52:02 at
org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.shells(SWTWorkbenchBot.java:1)
15:52:02 at org.eclipse.swtbot.swt.finder.SWTBotFactory.shell(SWTBotFactory.java:106)
15:52:02 at
org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.shell(SWTWorkbenchBot.java:1)
15:52:02 at org.eclipse.swtbot.swt.finder.SWTBotFactory.shell(SWTBotFactory.java:97)
15:52:02 at
org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.shell(SWTWorkbenchBot.java:1)
15:52:02 at
org.jboss.tools.tests.installation.InstallTest.continueInstall(InstallTest.java:156)
15:52:02 Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout
after: 5000 ms.: Could not find shell matching: with text 'Installing Software'
15:52:02 at
org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:522)
15:52:02 at
org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
15:52:02 at
org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:496)
15:52:02 at
org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
15:52:02 at
org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:484)
15:52:02 at
org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1)
15:52:02 at
org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:466){code}
--
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstoo...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)