o-nikolas commented on PR #25608:
URL: https://github.com/apache/airflow/pull/25608#issuecomment-1278131584

   > > Some tests are failing.
   > 
   > Yes, but the problem is that all these tests, that are failing in the CI, 
I can run locally without any errors for all Python versions.
   
   How are you running the postgres CI tests?
   
   > Can you please check what could be the reason of the errors? Thanks!
   
   The errors can be seen 
[here](https://github.com/apache/airflow/actions/runs/3111337410/jobs/5045988834):
   ```
    ==== Providers postgres: 9 failures ====
   
   
tests/providers/google/cloud/hooks/test_compute.py::TestGcpComputeHookApiCall::test_delete_instance_group_manager_should_not_throw_ex_when_project_id_none:
 google.auth.exceptions.DefaultCredentialsError: Could not automatically 
determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly 
create credentials and re-run the application. For more information, please see 
https://cloud.google.com/docs/authentication/getting-started
   
tests/providers/google/cloud/hooks/test_compute.py::TestGcpComputeHookApiCall::test_delete_instance_should_not_throw_ex_when_project_id_none:
 google.auth.exceptions.DefaultCredentialsError: Could not automatically 
determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly 
create credentials and re-run the application. For more information, please see 
https://cloud.google.com/docs/authentication/getting-started
   
tests/providers/google/cloud/hooks/test_compute.py::TestGcpComputeHookApiCall::test_delete_template_should_not_throw_ex_when_project_id_none:
 google.auth.exceptions.DefaultCredentialsError: Could not automatically 
determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly 
create credentials and re-run the application. For more information, please see 
https://cloud.google.com/docs/authentication/getting-started
   
tests/providers/google/cloud/hooks/test_compute.py::TestGcpComputeHookApiCall::test_get_instance_group_manager_should_not_throw_ex_when_project_id_none:
 google.auth.exceptions.DefaultCredentialsError: Could not automatically 
determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly 
create credentials and re-run the application. For more information, please see 
https://cloud.google.com/docs/authentication/getting-started
   
tests/providers/google/cloud/hooks/test_compute.py::TestGcpComputeHookApiCall::test_get_instance_should_not_throw_ex_when_project_id_none:
 google.auth.exceptions.DefaultCredentialsError: Could not automatically 
determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly 
create credentials and re-run the application. For more information, please see 
https://cloud.google.com/docs/authentication/getting-started
   
tests/providers/google/cloud/hooks/test_compute.py::TestGcpComputeHookApiCall::test_get_template_should_not_throw_ex_when_project_id_none:
 google.auth.exceptions.DefaultCredentialsError: Could not automatically 
determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly 
create credentials and re-run the application. For more information, please see 
https://cloud.google.com/docs/authentication/getting-started
   
tests/providers/google/cloud/hooks/test_compute.py::TestGcpComputeHookApiCall::test_insert_instance_group_manager_should_not_throw_ex_when_project_id_none:
 google.auth.exceptions.DefaultCredentialsError: Could not automatically 
determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly 
create credentials and re-run the application. For more information, please see 
https://cloud.google.com/docs/authentication/getting-started
   
tests/providers/google/cloud/hooks/test_compute.py::TestGcpComputeHookApiCall::test_insert_instance_should_not_throw_ex_when_project_id_none:
 google.auth.exceptions.DefaultCredentialsError: Could not automatically 
determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly 
create credentials and re-run the application. For more information, please see 
https://cloud.google.com/docs/authentication/getting-started
   
tests/providers/google/cloud/hooks/test_compute.py::TestGcpComputeHookApiCall::test_insert_template_should_not_throw_ex_when_project_id_none:
 google.auth.exceptions.DefaultCredentialsError: Could not automatically 
determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly 
create credentials and re-run the application. For more information, please see 
https://cloud.google.com/docs/authentication/getting-started
   Error: Process completed with exit code 1.
   ```
   


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