googleapis / env-tests-logging

Apache License 2.0
3 stars 6 forks source link

java: add cloud functions test #88

Closed daniel-sanche closed 2 years ago

daniel-sanche commented 2 years ago

Replaces https://github.com/googleapis/env-tests-logging/pull/82

Implements Java Functions environment tests

Due to complications around Cloud Functions, this test uses a separate build method from the other deployment sources. It uses it's own Dockerfile, pom.xml file, and CloudFunctionsTrigger.java file. It shares the same Snippets.java file as the others though, so they will still be able to make use of a shared codebase

Implements https://github.com/googleapis/env-tests-logging/issues/53