mohamedawnallah commented on PR #35473: URL: https://github.com/apache/beam/pull/35473#issuecomment-3270211932
After enforcing CloudSQL tests to run only on precommit python transforms they are running and passing except the Google CloudSQL Enrichment tests due to lack of `ALLOYDB_PASSWORD` in PreCommit Python Transforms. With this PR #36096 we can enable them to run on this workflow ``` [gw3] [ 91%] SKIPPED apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py::TestCloudSQLPostgresEnrichment::test_sql_enrichment apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py::TestCloudSQLPostgresEnrichment::test_sql_enrichment_batched [gw3] [ 91%] SKIPPED apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py::TestCloudSQLPostgresEnrichment::test_sql_enrichment_batched apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py::TestCloudSQLPostgresEnrichment::test_sql_enrichment_batched_multiple_fields [gw3] [ 91%] SKIPPED apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py::TestCloudSQLPostgresEnrichment::test_sql_enrichment_batched_multiple_fields apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py::TestCloudSQLPostgresEnrichment::test_sql_enrichment_on_non_existent_table [gw3] [ 91%] SKIPPED apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py::TestCloudSQLPostgresEnrichment::test_sql_enrichment_on_non_existent_table apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py::TestCloudSQLPostgresEnrichment::test_sql_enrichment_with_condition_value_fn [gw3] [ 91%] SKIPPED apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py::TestCloudSQLPostgresEnrichment::test_sql_enrichment_with_condition_value_fn apache_beam/transforms/enrichment_handlers/cloudsql_it_test.py::TestCloudSQLPostgresEnrichment::test_sql_enrichment_with_query_fn [gw3] [ 91%] SKIPPED ... ``` -- 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]
