syedahsn commented on code in PR #26606:
URL: https://github.com/apache/airflow/pull/26606#discussion_r980350445
##########
tests/system/providers/amazon/aws/example_s3.py:
##########
@@ -202,6 +203,12 @@ def check_fn(files: list) -> bool:
)
# [END howto_operator_s3_file_transform]
+ # This task skips the `sensor_keys_unchanged` task because the
S3KeysUnchangedSensor
Review Comment:
The DebugExecutor runs all sensors in reschedule mode, which is causing
problems for us with this sensor, and that executor is used for system tests.
I'm not sure how they are working around that, but maybe @bhirsz can weigh in?
--
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]