[ARVADOS] created: 1.3.0-1589-g3ee696c64
Git user
git at public.curoverse.com
Fri Sep 6 21:29:44 UTC 2019
at 3ee696c6485008044b1a54c351d0035ef485305e (commit)
commit 3ee696c6485008044b1a54c351d0035ef485305e
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Fri Sep 6 18:28:39 2019 -0300
15499: Make reuse tests fail to expose the bug.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/services/api/test/unit/container_request_test.rb b/services/api/test/unit/container_request_test.rb
index 2637e7793..4087a8878 100644
--- a/services/api/test/unit/container_request_test.rb
+++ b/services/api/test/unit/container_request_test.rb
@@ -630,6 +630,8 @@ class ContainerRequestTest < ActiveSupport::TestCase
set_user_from_auth :active
cr1 = create_minimal_req!(common_attrs.merge({state: ContainerRequest::Committed,
environment: env1}))
+ run_container(cr1)
+ cr1.reload
if use_existing.nil?
# Testing with use_existing default value
cr2 = create_minimal_req!(common_attrs.merge({state: ContainerRequest::Uncommitted,
@@ -855,8 +857,7 @@ class ContainerRequestTest < ActiveSupport::TestCase
c.update_attributes!(state: Container::Running)
c.update_attributes!(state: Container::Complete,
exit_code: 0,
- output: '1f4b0bc7583c2a7f9102c395f4ffc5e3+45',
- log: 'fa7aeb5140e2848d39b416daeef4ffc5+45')
+ output: '1f4b0bc7583c2a7f9102c395f4ffc5e3+45')
c
end
end
diff --git a/services/login-sync/Gemfile.lock b/services/login-sync/Gemfile.lock
index f0283b611..70b666af8 100644
--- a/services/login-sync/Gemfile.lock
+++ b/services/login-sync/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- arvados-login-sync (1.4.0.20190709140013)
+ arvados-login-sync (1.4.0.20190729193732)
arvados (~> 1.3.0, >= 1.3.0)
GEM
@@ -60,9 +60,9 @@ GEM
mocha (1.8.0)
metaclass (~> 0.0.1)
multi_json (1.13.1)
- multipart-post (2.0.0)
- os (1.0.0)
- public_suffix (3.0.3)
+ multipart-post (2.1.1)
+ os (1.0.1)
+ public_suffix (3.1.1)
rake (12.3.2)
retriable (1.4.1)
signet (0.11.0)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list