[ARVADOS] updated: c4670f707f305b675669f0d4fb085568bc373b60
Git user
git at public.curoverse.com
Tue Jul 11 17:39:44 EDT 2017
Summary of changes:
sdk/cli/test/test_crunch-job.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via c4670f707f305b675669f0d4fb085568bc373b60 (commit)
from 4492163a816c0918ff53623da242dd446ae4069f (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 c4670f707f305b675669f0d4fb085568bc373b60
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Jul 11 17:31:20 2017 -0400
11944: Ignore arv-put info on stderr.
refs #11944
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curoverse.com>
diff --git a/sdk/cli/test/test_crunch-job.rb b/sdk/cli/test/test_crunch-job.rb
index 6d6e9e1..4a528de 100644
--- a/sdk/cli/test/test_crunch-job.rb
+++ b/sdk/cli/test/test_crunch-job.rb
@@ -96,7 +96,7 @@ class TestCrunchJob < Minitest::Test
tryjobrecord j, binstubs: ['clean_fail']
end
assert_match /Failing mount stub was called/, err
- assert_match /clean work dirs: exit 44\n$/, err
+ assert_match /clean work dirs: exit 44\n(.*arv_put.*INFO.*\n)?$/, err
assert_equal SPECIAL_EXIT[:EX_RETRY_UNLOCKED], $?.exitstatus
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list