amoghrajesh commented on PR #68274: URL: https://github.com/apache/airflow/pull/68274#issuecomment-4666120931
Failures are unrelated: ``` ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_mongo_conn_id - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_get_conn - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_srv - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_invalid_conn_type - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_invalid_conn_type_srv - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_invalid_srv_with_port - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_insert_one - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_insert_many - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_update_one - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_update_one_with_upsert - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_update_many - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_update_many_with_upsert - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_replace_one - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_replace_one_with_filter - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_replace_one_with_upsert - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_replace_many - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_replace_many_with_upsert - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_create_uri_with_all_creds - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_create_uri_no_creds - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_create_uri_srv_true - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_delete_one - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_delete_many - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_find_one - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_find_many - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_find_many_with_projection - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_aggregate - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_distinct - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_distinct_with_filter - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_create_standard_collection - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_return_if_exists_true_returns_existing - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::TestMongoHook::test_return_if_exists_false_raises - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::test_context_manager - Failed: Timeout >60.0s ERROR providers/mongo/tests/unit/mongo/hooks/test_mongo.py::test_allow_insecure_and_ssl_enabled - Failed: Timeout >60.0s ``` -- 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]
