The buildpacks team has been experimenting with running some of our pipelines against GCP. Parts of these pipelines run buildpack integration tests and CATS.
While running these tests, we've noticed that cf ssh sometimes fails when called immediately after a successful cf push. cf ssh eventually (~seconds) becomes available. However, the initial cf ssh failure is enough to cause the specs to fail. This occurs roughly 40% of the time.
Our test environments are BOSH-lite VMs running CF + diego. We've observed this on VMs with 4cpu + 15 GB memory (n1-standard-4) and on VMs with 16cpu + 15 GB memory (n1-highcpu-16).
Example failing job
Example failing CATs run
We are filing this issue as we did not see this problem on AWS. Our AWS configuration is 16cpu + 30 GB memory (c3.4xlarge), so we are unsure if it is configuration or platform related.