AMOOOMA commented on code in PR #37529:
URL: https://github.com/apache/beam/pull/37529#discussion_r2775242928


##########
sdks/python/apache_beam/utils/multi_process_shared_test.py:
##########
@@ -323,7 +323,7 @@ def test_unsafe_hard_delete_autoproxywrapper(self):
     shared2 = multi_process_shared.MultiProcessShared(
         Counter, tag='to_delete', always_proxy=True, spawn_process=True)
     counter3 = multi_process_shared.MultiProcessShared(
-        Counter, tag='basic', always_proxy=True, spawn_process=True).acquire()
+        Counter, tag='main', always_proxy=True, spawn_process=True).acquire()

Review Comment:
   Ah yes, that makes sense, I will update it to a completely unique tag thanks!



-- 
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]

Reply via email to