The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Xuan Wang 73b0ac2067 [Python Version] Drop support for Python 3.7 (#34450) 8 months ago
..
.gcloudignore Add Python GCF Distribtest (#29303) 3 years ago
.gitignore Add Python GCF Distribtest (#29303) 3 years ago
README.md Add Python GCF Distribtest (#29303) 3 years ago
cleanup.sh Add Python GCF Distribtest (#29303) 3 years ago
common.sh Add Python GCF Distribtest (#29303) 3 years ago
main.py [Python] Migrate from yapf to black (#33138) 1 year ago
requirements.txt.base Add Python GCF Distribtest (#29303) 3 years ago
run.sh [Python Version] Drop support for Python 3.7 (#34450) 8 months ago
run_single.sh Add Python GCF Distribtest (#29303) 3 years ago

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-topic Pub Sub Topic with default configuration.
  • grpc-gcf-distribtest GCS 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.