ashb commented on code in PR #39336:
URL: https://github.com/apache/airflow/pull/39336#discussion_r1594663632
##########
kubernetes_tests/test_kubernetes_pod_operator.py:
##########
@@ -112,7 +112,7 @@ def setup_tests(self, test_label):
"run_id": "manual__2016-01-01T0100000100-da4d1ce7b",
"dag_id": "dag",
"task_id": ANY,
- "try_number": "1",
+ "try_number": "0",
Review Comment:
We shouldn't expect a try_number of 0 to be the label, should we? This might
be a case where we need to have `try_number + 1` when generating the labels for
the pod?
--
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]