pabloem commented on PR #39826: URL: https://github.com/apache/beam/pull/39826#issuecomment-5445699926
Hi Yi! thanks for the feedback. I figured it might be useful to keep a record of the investigation done to make this change. Do you now think that's reasonable to keep? On Sat, Aug 22, 2026 at 7:47 PM Yi Hu ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > In sdks/python/apache_beam/testing/README.md > <https://github.com/apache/beam/pull/39826#discussion_r3837557327>: > > > + total_leaks += 1 > + print(f"{sub_name:<70} | ACTIVE (ORPHAN)") > + > + print("-" * 90) > + print(f"Diagnosis: Detected {total_leaks} active orphan 'resource_sub' subscriptions in GCP.") > + > +if __name__ == "__main__": > + audit_wordcount_subscriptions("apache-beam-testing") > + > +``` > + > +## Evidence: Leaks in Pub/Sub Integration Tests (`psit_`) > + > +During the execution of the main integration test suite, the standard cleanup mechanism proved insufficient when tests failed or were abruptly aborted. > + > +### **Critical findings:** > > This dairy like log doesn't belong to Beam repo > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/beam/pull/39826?email_source=notifications&email_token=AAJ5Z3HAIOSBNEMWFPUWMTD5LJLMHA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTKMBQGE2TEOBUGQ2KM4TFMFZW63VMON2GC5DFL5RWQYLOM5S2KZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#pullrequestreview-5001528444>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAJ5Z3FYVDY2SK7D3K3WQZT5LJLMHAVCNFSNUABEKJSXA33TNF2G64TZHM2TAOJQGQZDINJ3JFZXG5LFHM2TCOJZGQ4TOOJYGSQXMAQ> > . > Triage notifications, keep track of coding agent tasks and review pull > requests on the go with GitHub Mobile for iOS > <https://github.com/notifications/mobile/ios/AAJ5Z3EI2OWMWPVDASME6WD5LJLMHA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTKMBQGE2TEOBUGQ2KM4TFMFZW63VMON2GC5DFL5RWQYLOM5S2KZLWMVXHJKTGN5XXIZLSL5UW64Y> > and Android > <https://github.com/notifications/mobile/android/AAJ5Z3CJJS4DSULDB4CWV3D5LJLMHA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTKMBQGE2TEOBUGQ2KM4TFMFZW63VMON2GC5DFL5RWQYLOM5S2KZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI>. > Download it today! > You are receiving this because you modified the open/close state.Message > ID: ***@***.***> > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
