mtsadler-branch commented on PR #31095:
URL: https://github.com/apache/airflow/pull/31095#issuecomment-1536446980
I dont think these failures are related to the small change I made:
```
FAILED tests/jobs/test_triggerer_job.py::test_trigger_logging_sensitive_info
- AssertionError: assert 'test_dag/test_run/sensitive_arg_task/-1/1 (ID 1)
"""
Checks that when a trigger fires, it doesn't log any sensitive
information from arguments
"""
```
and
```
FAILED
tests/providers/amazon/aws/operators/test_sqs.py::TestSqsPublishOperator::test_execute_success
- botocore.exceptions.ClientError: An error occurred (400) when calling the
SendMessage operation: <ErrorResponse
xmlns="http://queue.amazonaws.com/doc/2012-11-05/"><Error><Type>Sender</Type><Code>AWS.SimpleQueueService.NonExistentQueue</Code><Message>The
specified queue does not exist for this wsdl
version.</Message><Detail/></Error><RequestId>86uWM0Jl6aJc4ryo8UcAN5fOLZTgL4oFScWcXOqVpCfP0HUgezA7</RequestId></ErrorResponse>
```
--
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]