[ARVADOS] updated: 1.3.0-1037-g85577ffe9
Git user
git at public.curoverse.com
Fri Jun 7 01:17:18 UTC 2019
Summary of changes:
sdk/cli/test/test_crunch-job.rb | 2 ++
1 file changed, 2 insertions(+)
via 85577ffe94f97defab4efa8cdcab9252da98f4c6 (commit)
from de3ced158ccf579efbe9bfe0e23e03eb9417daeb (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 85577ffe94f97defab4efa8cdcab9252da98f4c6
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Thu Jun 6 21:16:30 2019 -0400
Fix the build by disabling an old crunch-job (jobs api) test that now
depends on the presence of a post 1.3 version of the
python-arvados-python-client package being present.
refs #9945
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/sdk/cli/test/test_crunch-job.rb b/sdk/cli/test/test_crunch-job.rb
index c1465d8d6..5f111e78d 100644
--- a/sdk/cli/test/test_crunch-job.rb
+++ b/sdk/cli/test/test_crunch-job.rb
@@ -101,6 +101,8 @@ class TestCrunchJob < Minitest::Test
end
def test_output_collection_owner_uuid
+ skip "Depends on a post 1.3 python-arvados-python-client package being installed"
+
j = jobspec :grep_local
out, err = capture_subprocess_io do
tryjobrecord j, binstubs: ['arv-mount', 'output_coll_owner']
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list