You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2015/01/28 01:52:07 UTC

incubator-aurora git commit: Fixed python tests hanging

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 578162ee9 -> 0f735be02


Fixed python tests hanging

Bugs closed: AURORA-1067

Reviewed at https://reviews.apache.org/r/30331/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/0f735be0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/0f735be0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/0f735be0

Branch: refs/heads/master
Commit: 0f735be024e32bfa5493dc74fd740e66fc7c1d8c
Parents: 578162e
Author: Steve Niemitz <st...@tellapart.com>
Authored: Tue Jan 27 16:51:03 2015 -0800
Committer: Bill Farner <wf...@apache.org>
Committed: Tue Jan 27 16:51:03 2015 -0800

----------------------------------------------------------------------
 src/test/python/apache/aurora/executor/test_thermos_executor.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/0f735be0/src/test/python/apache/aurora/executor/test_thermos_executor.py
----------------------------------------------------------------------
diff --git a/src/test/python/apache/aurora/executor/test_thermos_executor.py b/src/test/python/apache/aurora/executor/test_thermos_executor.py
index e6191f3..c8fab30 100644
--- a/src/test/python/apache/aurora/executor/test_thermos_executor.py
+++ b/src/test/python/apache/aurora/executor/test_thermos_executor.py
@@ -502,6 +502,7 @@ class TestThermosExecutor(object):
     task_info.data = serialize(
         AssignedTask(
             task=TaskConfig(
+                job=JobKey(role=role, environment='env', name='name'),
                 owner=Identity(role=role, user=role),
                 executorConfig=ExecutorConfig(name=AURORA_EXECUTOR_NAME, data='garbage'))))