o-nikolas commented on code in PR #24357:
URL: https://github.com/apache/airflow/pull/24357#discussion_r893856303
##########
tests/jobs/test_backfill_job.py:
##########
@@ -1599,7 +1615,7 @@ def test_mapped_dag(self, dag_id, executor_name, session):
self.dagbag.process_file(str(TEST_DAGS_FOLDER / f'{dag_id}.py'))
dag = self.dagbag.get_dag(dag_id)
- when = datetime.datetime(2022, 1, 1)
+ when = timezone.datetime(2022, 1, 1)
Review Comment:
Note: DB errors are thrown if a non-timezoned date is used, which makes me
think these long running tests aren't being run in our CI? Since they would be
failing. @potiuk do you have any context around that?
--
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]