uranusjr commented on code in PR #37927:
URL: https://github.com/apache/airflow/pull/37927#discussion_r1522293481
##########
tests/jobs/test_triggerer_job.py:
##########
@@ -361,7 +390,7 @@ class TriggererJob_(TriggererJobRunner):
def wait_for_runner_loop(self, runner_loop_count):
for _ in range(30):
time.sleep(0.1)
- if getattr(self.trigger_runner, "call_count", 0) >=
runner_loop_count:
+ if getattr(self.trigger_runner, "loop_count", 0) >=
runner_loop_count:
Review Comment:
Is there a way to detect this if the attribute gets renamed?
--
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]