From 5a1045a872d15a66da53d87b071da8e634b760a7 Mon Sep 17 00:00:00 2001 From: HansMarcus01 Date: Fri, 21 Aug 2026 14:34:17 -0600 Subject: [PATCH] Feat: expanding the context of the second and third security layers of testPubSubContext so that, in the event of failure, subscriptions retain a 24-hour grace period before being deleted --- .test-infra/tools/stale_cleaner.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.test-infra/tools/stale_cleaner.py b/.test-infra/tools/stale_cleaner.py index d59af061ce9b..313c9490ba54 100644 --- a/.test-infra/tools/stale_cleaner.py +++ b/.test-infra/tools/stale_cleaner.py @@ -365,6 +365,7 @@ def clean_pubsub_topics(): prefixes = [ "psit_topic_input", "psit_topic_output", + "psit_topic_ordering", "wc_topic_input", "wc_topic_output", "leader_board_it_input_topic", @@ -421,6 +422,12 @@ def clean_pubsub_subscriptions(): # Restrict subscription cleanup to the NYC taxi prefix only. prefixes = [ "taxirides-realtime_beam_", + "pubsub_io_performance", + "psit_sub_input", + "psit_sub_output", + "psit_sub_ordering", + "wc_subscription_input", + "wc_subscription_output", ] # Create a PubSubSubscriptionCleaner instance