This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new c494cc647fb 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 (#39856)
c494cc647fb is described below

commit c494cc647fb28933236af4a4729472610ac3621c
Author: HansMarcus01 <[email protected]>
AuthorDate: Wed Aug 26 11:19:34 2026 -0600

    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 (#39856)
---
 .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 d59af061ce9..313c9490ba5 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

Reply via email to