You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sa...@apache.org on 2014/07/09 22:29:46 UTC

[1/2] git commit: added a thread sleep to wait until the job started

Repository: airavata
Updated Branches:
  refs/heads/master 53edab460 -> e2ebec172


added a thread sleep to wait until the job started


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/5e5ee1b6
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/5e5ee1b6
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/5e5ee1b6

Branch: refs/heads/master
Commit: 5e5ee1b624a3e45dd1e9ddc814a015eb6efead86
Parents: fcbbc7e
Author: Saminda Wijeratne <samindaw@samindaw-desktop.(none)>
Authored: Wed Jul 9 16:28:17 2014 -0400
Committer: Saminda Wijeratne <samindaw@samindaw-desktop.(none)>
Committed: Wed Jul 9 16:28:17 2014 -0400

----------------------------------------------------------------------
 .../test/java/org/apache/airavata/integration/SimpleEchoIT.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/5e5ee1b6/modules/integration-tests/src/test/java/org/apache/airavata/integration/SimpleEchoIT.java
----------------------------------------------------------------------
diff --git a/modules/integration-tests/src/test/java/org/apache/airavata/integration/SimpleEchoIT.java b/modules/integration-tests/src/test/java/org/apache/airavata/integration/SimpleEchoIT.java
index e4b2931..f7a3335 100644
--- a/modules/integration-tests/src/test/java/org/apache/airavata/integration/SimpleEchoIT.java
+++ b/modules/integration-tests/src/test/java/org/apache/airavata/integration/SimpleEchoIT.java
@@ -96,7 +96,8 @@ public class SimpleEchoIT extends SingleAppIntegrationTestBase {
 
         launchExperiment(expId);
 
-        log.info("Experiment launched successfully\n");
+        Thread.sleep(3000);
+	log.info("Experiment launched successfully\n");
         log.info("Monitoring job in localhost");
         log.info("===========================");
         monitorJob(expId);


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/airavata

Posted by sa...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/airavata


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/e2ebec17
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/e2ebec17
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/e2ebec17

Branch: refs/heads/master
Commit: e2ebec172fad64b04c1518491258c32d9afb3e93
Parents: 5e5ee1b 53edab4
Author: Saminda Wijeratne <samindaw@samindaw-desktop.(none)>
Authored: Wed Jul 9 16:28:56 2014 -0400
Committer: Saminda Wijeratne <samindaw@samindaw-desktop.(none)>
Committed: Wed Jul 9 16:28:56 2014 -0400

----------------------------------------------------------------------
 .../org/airavata/appcatalog/cpi/ComputeResource.java   |  6 +++---
 .../catalog/data/impl/ComputeResourceImpl.java         | 13 +++++++++++--
 .../airavata/app/catalog/test/ComputeResourceTest.java |  2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
----------------------------------------------------------------------