[ARVADOS] updated: 1.3.0-2949-gbc58da712
Git user
git at public.arvados.org
Thu Aug 20 19:39:16 UTC 2020
Summary of changes:
lib/cloud/azure/azure_test.go | 1 +
1 file changed, 1 insertion(+)
via bc58da712b83dfd45f4e7ca13c825ea7145c17e3 (commit)
from df279041b8f688270b8c6791d035ffbcd40688c3 (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 bc58da712b83dfd45f4e7ca13c825ea7145c17e3
Author: Ward Vandewege <ward at curii.com>
Date: Thu Aug 20 15:38:38 2020 -0400
16625: fix tests.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/lib/cloud/azure/azure_test.go b/lib/cloud/azure/azure_test.go
index 186966e19..7b5a34df5 100644
--- a/lib/cloud/azure/azure_test.go
+++ b/lib/cloud/azure/azure_test.go
@@ -156,6 +156,7 @@ func GetInstanceSet() (cloud.InstanceSet, cloud.ImageID, arvados.Cluster, error)
logger: logrus.StandardLogger(),
deleteNIC: make(chan string),
deleteBlob: make(chan storage.Blob),
+ deleteDisk: make(chan compute.Disk),
}
ap.ctx, ap.stopFunc = context.WithCancel(context.Background())
ap.vmClient = &VirtualMachinesClientStub{}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list