ahmedabu98 commented on code in PR #34581: URL: https://github.com/apache/beam/pull/34581#discussion_r2054042290
########## sdks/python/test-suites/direct/common.gradle: ########## @@ -56,6 +56,31 @@ tasks.register("postCommitIT") { } } +tasks.register("xlangAwsIOIT") { Review Comment: You can automate this part using our existing utils. Steps: 1. Create a new pytest marker [here](https://github.com/apache/beam/blob/0536dc6f042c8e6ecf920e9b92671cbb8e015eda/sdks/python/pytest.ini#L32) 2. Mark your new test in `xlang_sqsio_it_test.py` with pytest.mark.<new-marker> 3. Follow these instructions: https://github.com/apache/beam/blob/0536dc6f042c8e6ecf920e9b92671cbb8e015eda/sdks/python/test-suites/xlang/build.gradle#L24-L25 ########## sdks/python/test-suites/direct/common.gradle: ########## @@ -56,6 +56,31 @@ tasks.register("postCommitIT") { } } +tasks.register("xlangAwsIOIT") { Review Comment: If you name the new task "awsCrossLanguage" for example, it will create a new gradle task `":sdks:python:test-suites:direct:py<version>:awsCrossLanguagePythonUsingJava"` that you can reference in `sdks/python/test-suites/direct/build.gradle` -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org