[ARVADOS] updated: 5015b0a3ab4ba407b162abf673d114924ca86c92

Git user git at public.curoverse.com
Tue Oct 25 11:08:49 EDT 2016


Summary of changes:
 services/crunch-run/crunchrun_test.go | 1 +
 1 file changed, 1 insertion(+)

       via  5015b0a3ab4ba407b162abf673d114924ca86c92 (commit)
      from  b4e586171f3fa3eab6b11f4fa4c71c346b2812e7 (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 5015b0a3ab4ba407b162abf673d114924ca86c92
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Oct 25 11:08:43 2016 -0400

    10172: Add container.output check to TestFullRunWithAPI.

diff --git a/services/crunch-run/crunchrun_test.go b/services/crunch-run/crunchrun_test.go
index 41b0e96..7f8e80c 100644
--- a/services/crunch-run/crunchrun_test.go
+++ b/services/crunch-run/crunchrun_test.go
@@ -959,6 +959,7 @@ func (s *TestSuite) TestFullRunWithAPI(c *C) {
 	c.Check(api.CalledWith("container.exit_code", 0), NotNil)
 	c.Check(api.CalledWith("container.state", "Complete"), NotNil)
 	c.Check(strings.HasSuffix(api.Logs["stdout"].String(), "test.arvados.org\n"), Equals, true)
+	c.Check(api.CalledWith("container.output", "d41d8cd98f00b204e9800998ecf8427e+0"), NotNil)
 }
 
 func (s *TestSuite) TestFullRunSetOutput(c *C) {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list