[ARVADOS] updated: 55727c5da7f9c5a549e42750d9966b53a486ca68
Git user
git at public.curoverse.com
Mon Jan 16 16:54:21 EST 2017
Summary of changes:
services/api/test/unit/crunch_dispatch_test.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 55727c5da7f9c5a549e42750d9966b53a486ca68 (commit)
from f447c6158d00bdd2c5ab01983065a24670d225df (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 55727c5da7f9c5a549e42750d9966b53a486ca68
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Jan 16 16:53:16 2017 -0500
10868: Add fake uuid to test case for more realistic log messages.
diff --git a/services/api/test/unit/crunch_dispatch_test.rb b/services/api/test/unit/crunch_dispatch_test.rb
index b7f0a96..6233fb4 100644
--- a/services/api/test/unit/crunch_dispatch_test.rb
+++ b/services/api/test/unit/crunch_dispatch_test.rb
@@ -59,7 +59,8 @@ class CrunchDispatchTest < ActiveSupport::TestCase
[2, 16384, ['compute2', 'compute1']],
[2, 8000, ['compute4', 'compute3']],
].each do |min_nodes, min_ram, expect_nodes|
- job = Job.new(runtime_constraints: {
+ job = Job.new(uuid: 'zzzzz-8i9sb-382lhiizavzhqlp',
+ runtime_constraints: {
'min_nodes' => min_nodes,
'min_ram_mb_per_node' => min_ram,
})
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list