[ARVADOS] updated: 1.3.0-318-gff241c645
Git user
git at public.curoverse.com
Wed Feb 13 15:12:51 EST 2019
Summary of changes:
lib/cloud/azure/azure_test.go | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via ff241c645b4f9c817739141016d6bb38ae46dc97 (commit)
from fb6840e9dc571044026e8d3d78079aed3bace897 (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 ff241c645b4f9c817739141016d6bb38ae46dc97
Author: Eric Biagiotti <ebiagiotti at veritasgenetcs.com>
Date: Wed Feb 13 15:10:48 2019 -0500
14745: Replaces debug println with proper return and doc clean up
Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <eric.biagiotti at gmail.com>
diff --git a/lib/cloud/azure/azure_test.go b/lib/cloud/azure/azure_test.go
index cf2ee82eb..0bf34280b 100644
--- a/lib/cloud/azure/azure_test.go
+++ b/lib/cloud/azure/azure_test.go
@@ -5,7 +5,7 @@
//
// How to manually run individual tests against the real cloud:
//
-// $ go test -v git.curoverse.com/arvados.git/lib/cloud/azure -live-azure-cfg azconfig.yml -check.f=TestListInstance
+// $ go test -v git.curoverse.com/arvados.git/lib/cloud/azure -live-azure-cfg azconfig.yml -check.f=TestCreate
//
// Tests should be run individually and in the order they are listed in the file:
//
@@ -20,7 +20,7 @@
// ClientSecret: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
// TenantId: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
// ResourceGroup: zzzzz
-// Network: zzzzz0:10 / 3:26:1
+// Network: zzzzz
// Subnet: zzzzz-subnet-private
// StorageAccount: example
// BlobContainer: vhds
@@ -135,7 +135,7 @@ func GetInstanceSet() (cloud.InstanceSet, cloud.ImageID, arvados.Cluster, error)
var azcfg azureInstanceSetConfig
err = json.Unmarshal(exampleCfg.DriverParameters, &azcfg)
if err != nil {
- println(err.Error())
+ return nil, cloud.ImageID(exampleCfg.ImageIDForTestSuite), cluster, err
}
ap, err := newAzureInstanceSet(exampleCfg.DriverParameters, "test123", logrus.StandardLogger())
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list