Closed minherz closed 2 years ago
Note: Open in Cloud Shell may not work properly if this PR contains changes to the custom Cloud Shell image
Fixes #883
Looks like a required test is failing:
File "/code/provision_test.py", line 56, in testNumberOfNode
self.assertEqual(node_count, 4)
AssertionError: 3 != 4
From the Terraform config initial_node_count = 4
but auto-scaling is also enabled, with a min_node_count = 2
. I don't have access to the GCP project to verify but my hypothesis is that this test is flaky based on the autoscaling configuration. Test should probably assert that node_count >= 2
.
upgrade log4j2 package to 2.15.0 to fix ZD CVE-2021-44228