googleapis / env-tests-logging

Apache License 2.0
3 stars 6 forks source link

feat: add tests for functions gen 2 #91

Closed daniel-sanche closed 1 year ago

daniel-sanche commented 1 year ago

Cloud Functions recently had a majo gen 2 release, basing the new service on Cloud Run infrastructure. This new version may confuse our logging libraries, which use a number of heuristics to determine which cloud environment they are running on. Will they be able to accurately tell a GCF v2 environment apart from a Cloud Run envioronment?

This PR adds a new functions_v2 test environment to the environment test repo. It won't show up in our CI system yet, but it will allow us to manually deploy and test against the new environment, and add those new CI configs in the future