damccorm commented on code in PR #36472:
URL: https://github.com/apache/beam/pull/36472#discussion_r2420106732
##########
.github/workflows/beam_LoadTests_Python_CoGBK_Flink_Batch.yml:
##########
@@ -108,28 +108,31 @@ jobs:
gradle-command: :sdks:python:apache_beam:testing:load_tests:run
arguments: |
--info \
+ -PpythonVersion=3.9 \
-PloadTest.mainClass=apache_beam.testing.load_tests.co_group_by_key_test \
- -Prunner=FlinkRunner \
+ -Prunner=PortableRunner \
Review Comment:
I think if we do this, we're defeating the point of the tests - the goal
here is to test against the flink runner
--
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]