The previous hack had bitrotted and was just returning 3.7. This method was given to us by the GCF team and has backward compatibility guarantees. This will also help us to ensure that we don't accidentally remove support for a particular Python runtime version before GCF does. |
||
|---|---|---|
| .. | ||
| .gcloudignore | ||
| .gitignore | ||
| README.md | ||
| cleanup.sh | ||
| common.sh | ||
| main.py | ||
| requirements.txt.base | ||
| run.sh | ||
| run_single.sh | ||
README.md
Python Google Cloud Functions Distribtest
This distribtest acts as a smoke test for usage of the grpcio Python wheel in
the GCF environment. This test is dependent on two long-lived GCP resources:
gcf-distribtest-topicPub Sub Topic with default configuration.grpc-gcf-distribtestGCS Bucket. This bucket has 1 day TTL on all artifacts.
All Functions should be deleted by the test under normal circumstances. In
case anything goes wrong with this process, a cleanup.sh script is provided to
delete any dangling test functions.