[
https://jira.jboss.org/browse/JBIDE-6582?page=com.atlassian.jira.plugin.s...
]
Denis Golovin commented on JBIDE-6582:
--------------------------------------
The only thing I've fixed is
### Eclipse Workspace Patch 1.0
#P org.jboss.tools.ui.bot.ext
Index: src/org/jboss/tools/ui/bot/ext/SWTEclipseExt.java
===================================================================
--- src/org/jboss/tools/ui/bot/ext/SWTEclipseExt.java (revision 26782)
+++ src/org/jboss/tools/ui/bot/ext/SWTEclipseExt.java (working copy)
@@ -204,7 +204,7 @@
bot.sleep(Timing.time1S());
try {
bot.table().select(perspectiveLabel);
- } catch (WidgetNotFoundException e) {
+ } catch (IllegalArgumentException e) {
log.warn("WARN - Perspecive with label " + perspectiveLabel + " not
found, try + (default)");
bot.table().select(perspectiveLabel + (" (default)"));
}
org.jboss.tools.drools.ui.bot.test takes more than 15 mins - split
into smaller pieces?
---------------------------------------------------------------------------------------
Key: JBIDE-6582
URL:
https://jira.jboss.org/browse/JBIDE-6582
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: drools
Reporter: Nick Boldt
Assignee: Denis Golovin
Fix For: 3.2.0.CR1
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-test-plugin:0.9.0:test
(default-test) on project org.jboss.tools.drools.ui.bot.test: Error while executing
platform: Error while executing external command, process killed. Process timeout out
after 900 seconds -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.sonatype.tycho:maven-osgi-test-plugin:0.9.0:test (default-test) on project
org.jboss.tools.drools.ui.bot.test: Error while executing platform
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:141)
Does this test need more time? Can it be split into smaller pieces?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira