Name Date Size #Lines LOC

..--

.gcloudignoreH A D25-Apr-2025529 2018

.gitignoreH A D25-Apr-202517 21

README.mdH A D25-Apr-2025548 138

cleanup.shH A D25-Apr-2025827 254

common.shH A D25-Apr-2025702 191

main.pyH A D25-Apr-20251 KiB3313

requirements.txt.baseH A D25-Apr-202530 21

run.shH A D25-Apr-20251.8 KiB5424

run_single.shH A D25-Apr-20251.6 KiB5523

README.md

1# Python Google Cloud Functions Distribtest
2
3This distribtest acts as a smoke test for usage of the `grpcio` Python wheel in
4the GCF environment. This test is dependent on two long-lived GCP resources:
5
6- `gcf-distribtest-topic` Pub Sub Topic with default configuration.
7- `grpc-gcf-distribtest` GCS Bucket. This bucket has 1 day TTL on all artifacts.
8
9
10All Functions _should_ be deleted by the test under normal circumstances. In
11case anything goes wrong with this process, a `cleanup.sh` script is provided to
12delete any dangling test functions.
13