[ARVADOS] updated: 270956de7995d5140bf91709ffbbfde0d812f7c9
git at public.curoverse.com
git at public.curoverse.com
Fri Oct 23 15:55:42 EDT 2015
Summary of changes:
sdk/python/tests/test_retry_job_helpers.py | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
via 270956de7995d5140bf91709ffbbfde0d812f7c9 (commit)
from 3da9a8b9ac895c074a18a99a5a5a78611d5de111 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 270956de7995d5140bf91709ffbbfde0d812f7c9
Author: Bryan Cosca <bcosc at curoverse.com>
Date: Fri Oct 23 15:55:38 2015 -0400
6600: flailing 10.23.15 3.55
diff --git a/sdk/python/tests/test_retry_job_helpers.py b/sdk/python/tests/test_retry_job_helpers.py
index 0ee9c8c..d4d1173 100644
--- a/sdk/python/tests/test_retry_job_helpers.py
+++ b/sdk/python/tests/test_retry_job_helpers.py
@@ -96,19 +96,8 @@ class CurrentTaskSetOutputTestCase(CurrentTaskTestCase, unittest.TestCase):
DEFAULT_EXCEPTION = arvados.errors.ApiError
- def setUp(self):
- super(CurrentTaskTestCase, self).setUp()
- os.environ['TASK_UUID'] = 'zzzzz-zzzzz-zzzzzzzzzzzzzzz'
- os.environ['TASK_WORK'] = '.'
-
- def tearDown(self):
- del os.environ['TASK_UUID']
- del os.environ['TASK_WORK']
- arvados._current_task = None
- super(CurrentTaskTestCase, self).tearDown()
-
def run_method(self):
- arvados.current_task()['uuid']=self.TEST_UUID
+ #arvados.current_task()['uuid']=self.TEST_UUID
arvados.current_task().set_output(self.TEST_LOCATOR)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list