damccorm commented on code in PR #37529:
URL: https://github.com/apache/beam/pull/37529#discussion_r2774354469
##########
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:
I noticed that
https://github.com/apache/beam/actions/runs/21735905959/job/62700799352?pr=37529
is failing as well, I'm guessing for basically the same reason. Both test_call
and MultiProcessSharedTest.setUpClass rely on the 'basic' tag, I think these
should be changed to be different as well
--
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]