[ARVADOS] updated: b38aee84aea043eb7bcb3acbab0a8ef64edf0838
Git user
git at public.curoverse.com
Thu Jan 12 19:29:42 EST 2017
Summary of changes:
apps/workbench/test/unit/work_unit_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via b38aee84aea043eb7bcb3acbab0a8ef64edf0838 (commit)
from b073de9a59cf1b19ea9f3bee0274eed71cf62495 (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 b38aee84aea043eb7bcb3acbab0a8ef64edf0838
Author: radhika <radhika at curoverse.com>
Date: Thu Jan 12 19:28:51 2017 -0500
10516: update test to expect 0 cputime, instead of nil.
diff --git a/apps/workbench/test/unit/work_unit_test.rb b/apps/workbench/test/unit/work_unit_test.rb
index 0ff3814..3456f33 100644
--- a/apps/workbench/test/unit/work_unit_test.rb
+++ b/apps/workbench/test/unit/work_unit_test.rb
@@ -54,7 +54,7 @@ class WorkUnitTest < ActiveSupport::TestCase
[
[Job, 'running_job_with_components', 1, 1, nil],
- [Job, 'queued', nil, nil, 1],
+ [Job, 'queued', nil, 0, 1],
[PipelineInstance, 'pipeline_in_running_state', 1, 1, nil],
[PipelineInstance, 'has_component_with_completed_jobs', 60, 60, nil],
].each do |type, fixture, walltime, cputime, queuedtime|
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list