mohamedawnallah commented on PR #35473: URL: https://github.com/apache/beam/pull/35473#issuecomment-3270064808
We can enforce running CloudSQL enrichment handler on Precommit Python Transforms by removing `is_integration_test=True` from `TestPipeline` and removing using `uses_testcontainer` pytest marker so it not collected to run in the postcommit suite. That way we can limit the scope of running those test cases as well as avoiding such flaky runs on postcommit suite https://github.com/apache/beam/pull/35816#issuecomment-3269388436: https://github.com/apache/beam/blob/a2f9fb8e99241313bf3a0957a6aac9c24a8217b3/sdks/python/test-suites/direct/common.gradle#L374-L393 That require us to add `ALLOYDB_PASSWORD` env variable to `beam_PreCommit_Python_Transforms` workflow so Google CloudSQL PostgreSQL instance can run there without being skipped https://github.com/apache/beam/blob/a2f9fb8e99241313bf3a0957a6aac9c24a8217b3/.github/workflows/beam_PreCommit_Python_Transforms.yml#L52-L56 -- 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]
