create_cluster_test.go:2462: Running validation "when key prefix is not a valid sudomain it should fail"
create_cluster_test.go:2462: Running validation "when key suffix is not a valid qualified name it should fail"
create_cluster_test.go:2462: Running validation "when key is empty it should fail"
create_cluster_test.go:2462: Running validation "when key is a valid qualified name with no prefix it should pass"
create_cluster_test.go:2462: Running validation "when key is a valid qualified name with a subdomain prefix it should pass"
create_cluster_test.go:2462: Running validation "when key is a valid qualified name with a subdomain prefix and value is a valid qualified name it should pass"
create_cluster_test.go:2462: Running validation "when value contains strange chars it should fail"
create_cluster_test.go:2462: Running validation "when pausedUntil is a random string it should fail"
create_cluster_test.go:2462: Running validation "when pausedUntil date is not RFC3339 format it should fail"
create_cluster_test.go:2462: Running validation "when pausedUntil is an allowed bool False it should pass"
create_cluster_test.go:2462: Running validation "when pausedUntil is an allowed bool false it should pass"
create_cluster_test.go:2462: Running validation "when pausedUntil is an allowed bool true it should pass"
create_cluster_test.go:2462: Running validation "when pausedUntil is an allowed bool True it should pass"
create_cluster_test.go:2462: Running validation "when pausedUntil date is RFC3339 it should pass"
create_cluster_test.go:2462: Running validation "when image is bad format it should fail"
create_cluster_test.go:2462: Running validation "when image is empty it should fail"
create_cluster_test.go:2462: Running validation "when image is valid it should pass"
create_cluster_test.go:2462: Running validation "when replace upgrade type is set with inPlace configuration it should fail"
create_cluster_test.go:2462: Running validation "when strategy is onDelete with RollingUpdate configuration it should fail"
create_cluster_test.go:2462: Running validation "when tenancy is 'host' and capacity reservation is specified it should fail"
create_cluster_test.go:2462: Running validation "when capacity reservation ID is specified with preference 'None' it should fail"
create_cluster_test.go:2462: Running validation "when capacity reservation ID is specified with preference 'Open' it should fail"
create_cluster_test.go:2462: Running validation "when capacity reservation ID has invalid format it should fail"
create_cluster_test.go:2462: Running validation "when marketType is 'CapacityBlocks' without capacity reservation ID it should fail"
create_cluster_test.go:2462: Running validation "when tenancy is 'default' with capacity reservation it should pass"
create_cluster_test.go:2462: Running validation "when capacity reservation has preference 'Open' without ID it should pass"
create_cluster_test.go:2462: Running validation "when capacity reservation ID is specified with preference 'CapacityReservationsOnly' it should pass"
create_cluster_test.go:2462: Running validation "when marketplace is fully populated with imageGeneration set it should pass"
create_cluster_test.go:2462: Running validation "when marketplace is fully populated without imageGeneration it should pass"
create_cluster_test.go:2462: Running validation "when type is AzureMarketplace with empty marketplace struct and imageGeneration is set it should pass"
create_cluster_test.go:2462: Running validation "when type is AzureMarketplace with empty marketplace struct it should pass (allows defaulting)"
create_cluster_test.go:2462: Running validation "when marketplace has only publisher and offer but not sku and version it should fail"
create_cluster_test.go:2462: Running validation "when marketplace has only sku without publisher, offer, and version it should fail"
create_cluster_test.go:2462: Running validation "when marketplace has publisher, offer, sku but not version it should fail"
create_cluster_test.go:2462: Running validation "should fail for s390x arch on AWS platform"
create_cluster_test.go:2462: Running validation "should pass when imageType is not specified for arm64"
create_cluster_test.go:2462: Running validation "should pass when imageType is not specified for amd64"
create_cluster_test.go:2462: Running validation "should fail when imageType is Windows with arm64 architecture"
create_cluster_test.go:2462: Running validation "should pass when imageType is Windows with amd64 architecture"
create_cluster_test.go:2462: Running validation "should pass when imageType is Windows without arch (defaults to amd64)"
create_cluster_test.go:2462: Running validation "should pass when imageType is Linux with arm64 architecture"
create_cluster_test.go:2462: Running validation "should pass when imageType is Linux with amd64 architecture"
create_cluster_test.go:2462: Running validation "when autoScaling min=0 on AWS platform it should pass"
create_cluster_test.go:2462: Running validation "when autoScaling min=0 on Azure platform it should fail"
create_cluster_test.go:2469:
Expected an error to have occurred. Got:
<nil>: nil