We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e6b27 commit 9559204Copy full SHA for 9559204
cluster-autoscaler/cloudprovider/azure/azure_scale_set_test.go
@@ -1116,6 +1116,10 @@ func TestTemplateNodeInfo(t *testing.T) {
1116
}
1117
asg.Name = "test-asg"
1118
1119
+ // The dynamic SKU list ("cache") in the test provider is empty
1120
+ // (initialized with cfg.EnableDynamicInstanceList = false).
1121
+ assert.False(t, provider.azureManager.azureCache.HasVMSKUs())
1122
+
1123
t.Run("Checking fallback to static because dynamic list is empty", func(t *testing.T) {
1124
asg.enableDynamicInstanceList = true
1125
0 commit comments