[ARVADOS] updated: 1.2.0-98-g959fc42ba

Git user git at public.curoverse.com
Mon Sep 24 16:57:53 EDT 2018


Summary of changes:
 lib/controller/federation_test.go | 1 +
 1 file changed, 1 insertion(+)

       via  959fc42ba11fbe4f803511ffcb8945bae537ff21 (commit)
      from  4edb33f16f8f111fa478dda908c37ea2a5723dd9 (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 959fc42ba11fbe4f803511ffcb8945bae537ff21
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Mon Sep 24 16:56:59 2018 -0400

    14197: Another test checking uuid from federated container request.
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/lib/controller/federation_test.go b/lib/controller/federation_test.go
index d1128b3d3..3b11625f6 100644
--- a/lib/controller/federation_test.go
+++ b/lib/controller/federation_test.go
@@ -554,6 +554,7 @@ func (s *FederationSuite) TestCreateRemoteContainerRequest1(c *check.C) {
 	var cr arvados.ContainerRequest
 	c.Check(json.NewDecoder(resp.Body).Decode(&cr), check.IsNil)
 	c.Check(cr.Name, check.Equals, "hello world")
+	c.Check(strings.HasPrefix(cr.UUID, "zzzzz-"), check.Equals, true)
 }
 
 func (s *FederationSuite) TestCreateRemoteContainerRequest2(c *check.C) {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list