googleapis / nodejs-pubsub

Node.js client for Google Cloud Pub/Sub: Ingest event streams from anywhere, at any scale, for simple, reliable, real-time stream analytics.
https://cloud.google.com/pubsub/
Apache License 2.0
518 stars 228 forks source link

tests: add schema cleanup #1767

Closed feywind closed 1 year ago

feywind commented 1 year ago

Schemas were not being cleaned up properly, resulting in quota issues in the test projects on GCP. This fixes that and syncs up the "max old time" for resources to be deleted even if they're not part of the current run.

Fixes: https://github.com/googleapis/nodejs-pubsub/issues/1765 🧐