tvalentyn commented on code in PR #36737:
URL: https://github.com/apache/beam/pull/36737#discussion_r2501184527
##########
sdks/python/apache_beam/runners/worker/statesampler_test.py:
##########
@@ -127,6 +127,41 @@ def test_sampler_transition_overhead(self):
# debug mode).
self.assertLess(overhead_us, 20.0)
+ @retry(reraise=True, stop=stop_after_attempt(3))
Review Comment:
I think we exercise the same codepaths when we run
```
with sampler.scoped_state('step1', 'statea'):
```
in the earlier test. 'process-timers' is just a string name to pass to
the sampler. i don't think this test adds any new test coverage.
--
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]