[ARVADOS] updated: e102efba3f46986b6a2abaee2cc222db8c85198a
git at public.curoverse.com
git at public.curoverse.com
Tue Oct 21 15:59:09 EDT 2014
Summary of changes:
services/api/test/fixtures/pipeline_instances.yml | 4 +--
services/nodemanager/arvnodeman/clientactor.py | 38 ++++++++++++++++-------
services/nodemanager/arvnodeman/jobqueue.py | 17 ++++++++--
services/nodemanager/arvnodeman/timedcallback.py | 3 +-
services/nodemanager/tests/test_clientactor.py | 25 +++++++++++++++
services/nodemanager/tests/test_jobqueue.py | 4 ++-
6 files changed, 72 insertions(+), 19 deletions(-)
via e102efba3f46986b6a2abaee2cc222db8c85198a (commit)
via 86e8d9a338e3947337898256479fc904b36949c7 (commit)
via b5c04e9b23c7292ea8b976d3614a172241eabaad (commit)
via 9362030c75c09e363f95dcf742f79570107928d1 (commit)
via 4fb27993c2989648fab6fa29e2073a65b395379d (commit)
via 15f367505326b375b17f03e4c54a751337155df0 (commit)
from 183df814d5cb49d11614acb73b07e4e2809524e2 (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 e102efba3f46986b6a2abaee2cc222db8c85198a
Author: radhika <radhika at curoverse.com>
Date: Tue Oct 21 15:57:47 2014 -0400
4227: update fixtures to use bigger finish times
diff --git a/services/api/test/fixtures/pipeline_instances.yml b/services/api/test/fixtures/pipeline_instances.yml
index 9a1a504..ed8f917 100644
--- a/services/api/test/fixtures/pipeline_instances.yml
+++ b/services/api/test/fixtures/pipeline_instances.yml
@@ -161,8 +161,8 @@ pipeline_<%=i%>_of_10:
state: Failed
uuid: zzzzz-d1hrv-10pipelines0<%= i.to_s.rjust(3, '0') %>
owner_uuid: zzzzz-j7d0g-000010pipelines
- created_at: <%= i.hour.ago.to_s(:db) %>
- started_at: <%= i.hour.ago.to_s(:db) %>
+ created_at: <%= (2*i).hour.ago.to_s(:db) %>
+ started_at: <%= (2*i).hour.ago.to_s(:db) %>
finished_at: <%= i.minute.ago.to_s(:db) %>
components:
foo:
commit 86e8d9a338e3947337898256479fc904b36949c7
Merge: 183df81 b5c04e9
Author: radhika <radhika at curoverse.com>
Date: Tue Oct 21 15:44:46 2014 -0400
Merge branch 'master' of git.curoverse.com:arvados into 4227-date-display
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list