[ARVADOS] updated: 2.1.0-1038-gefc1846a7

Git user git at public.arvados.org
Thu Jul 22 15:10:37 UTC 2021


Summary of changes:
 sdk/go/dispatch/dispatch_test.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  efc1846a758929bdb57b87bdbb3f757f8907c69b (commit)
      from  e089871b753585b26f429968e865f8ae1e03b733 (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 efc1846a758929bdb57b87bdbb3f757f8907c69b
Author: Tom Clegg <tom at curii.com>
Date:   Thu Jul 22 11:10:25 2021 -0400

    17756: Fix test.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/sdk/go/dispatch/dispatch_test.go b/sdk/go/dispatch/dispatch_test.go
index 25a4d2b87..4b115229b 100644
--- a/sdk/go/dispatch/dispatch_test.go
+++ b/sdk/go/dispatch/dispatch_test.go
@@ -35,11 +35,12 @@ func (s *suite) TestTrackContainer(c *C) {
 	time.AfterFunc(10*time.Second, func() { done <- false })
 	d := &Dispatcher{
 		Arv: arv,
-		RunContainer: func(dsp *Dispatcher, ctr arvados.Container, status <-chan arvados.Container) {
+		RunContainer: func(dsp *Dispatcher, ctr arvados.Container, status <-chan arvados.Container) error {
 			for ctr := range status {
 				c.Logf("%#v", ctr)
 			}
 			done <- true
+			return nil
 		},
 	}
 	d.TrackContainer(arvadostest.QueuedContainerUUID)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list