Author: ldimaggio
Date: 2012-10-08 23:47:29 -0400 (Mon, 08 Oct 2012)
New Revision: 44369
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java
Log:
Still more debugging of intermittent failures on Mac/Jenkins for SOA example tests .
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java 2012-10-09
01:43:57 UTC (rev 44368)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/ExampleTest.java 2012-10-09
03:47:29 UTC (rev 44369)
@@ -131,7 +131,17 @@
log.info("Downloading the example");
SWTBotShell shell = bot.shell("Downloading...");
log.info("Activate the downloading shell");
- shell.activate();
+
+ /* ldimaggi - debugging failures of SOA examples on Jenkins/Mac */
+ try {
+ shell.activate();
+ }
+ catch (Exception E) {
+ log.error("Could not activate shell: " + E.getMessage());
+ E.printStackTrace();
+ }
+
+
log.info("wait until shell closes");
bot.waitUntil(shellCloses(shell),Timing.time(projSize*20*1000));
log.info("wait for ignored jobs");
Show replies by date