Taragolis commented on PR #33720:
URL: https://github.com/apache/airflow/pull/33720#issuecomment-1694738424

   Interesting errors which happen on, it might refers either and error in code 
during change behaviour or the fact that something wrong with test on Postgres. 
Locally I've also have this error, wit flakey behaviour: 5-10 sequential fail, 
2-3 success, and again failure
   
   ```console
   FAILED tests/sensors/test_base.py::TestBaseSensor::test_ok_with_reschedule - 
AssertionError: assert datetime.datetime(2023, 8, 27, 16, 39, 45, 511220, 
tzinfo=Timezone('UTC')) == datetime.datetime(2023, 8, 27, 16, 39, 55, 511220, 
tzinfo=Timezone('UTC'))
    +  where datetime.datetime(2023, 8, 27, 16, 39, 45, 511220, 
tzinfo=Timezone('UTC')) = <airflow.models.taskreschedule.TaskReschedule object 
at 0x7fee0a9bdf70>.start_date
   FAILED 
tests/sensors/test_base.py::TestBaseSensor::test_ok_with_custom_reschedule_exception
 - AssertionError: assert datetime.datetime(2023, 8, 27, 16, 39, 46, 338455, 
tzinfo=Timezone('UTC')) == datetime.datetime(2023, 8, 27, 16, 40, 46, 338455, 
tzinfo=Timezone('UTC'))
    +  where datetime.datetime(2023, 8, 27, 16, 39, 46, 338455, 
tzinfo=Timezone('UTC')) = <airflow.models.taskreschedule.TaskReschedule object 
at 0x7fee0a900e80>.start_date
   FAILED 
tests/sensors/test_base.py::TestBaseSensor::test_reschedule_and_retry_timeout - 
Failed: DID NOT RAISE <class 'airflow.exceptions.AirflowSensorTimeout'>
   FAILED 
tests/sensors/test_base.py::TestBaseSensor::test_reschedule_and_retry_timeout_and_silent_fail
 - Failed: DID NOT RAISE <class 'airflow.exceptions.AirflowSensorTimeout'>
   ```


-- 
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]

Reply via email to