8989 test-type : load
9090 test-language : python
9191 argument-file-paths : |
92- ${{ github.workspace }}/.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_100b_Single_Key .txt
93- ${{ github.workspace }}/.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_100b_Multiple_Keys .txt
94- ${{ github.workspace }}/.github/workflows/load-tests-pipeline-options/python_CoGBK_Dataflow_Flink_Batch_10kB .txt
92+ ${{ github.workspace }}/.github/workflows/load-tests-pipeline-options/python_CoGBK_Flink_Batch_100b_Single_Key .txt
93+ ${{ github.workspace }}/.github/workflows/load-tests-pipeline-options/python_CoGBK_Flink_Batch_100b_Multiple_Keys .txt
94+ ${{ github.workspace }}/.github/workflows/load-tests-pipeline-options/python_CoGBK_Flink_Batch_10kB .txt
9595 - name : Start Flink with parallelism 5
9696 env :
9797 FLINK_NUM_WORKERS : 5
@@ -108,28 +108,31 @@ jobs:
108108 gradle-command : :sdks:python:apache_beam:testing:load_tests:run
109109 arguments : |
110110 --info \
111+ -PpythonVersion=3.9 \
111112 -PloadTest.mainClass=apache_beam.testing.load_tests.co_group_by_key_test \
112- -Prunner=FlinkRunner \
113+ -Prunner=PortableRunner \
113114 '-PloadTest.args=${{ env.beam_LoadTests_Python_CoGBK_Flink_Batch_test_arguments_1 }} --job_name=load-tests-python-flink-batch-cogbk-1-${{ steps.datetime.outputs.datetime }}' \
114115 - name : run CoGBK 2GB of 100B records with multiple keys
115116 uses : ./.github/actions/gradle-command-self-hosted-action
116117 with :
117118 gradle-command : :sdks:python:apache_beam:testing:load_tests:run
118119 arguments : |
119120 --info \
121+ -PpythonVersion=3.9 \
120122 -PloadTest.mainClass=apache_beam.testing.load_tests.co_group_by_key_test \
121- -Prunner=FlinkRunner \
123+ -Prunner=PortableRunner \
122124 '-PloadTest.args=${{ env.beam_LoadTests_Python_CoGBK_Flink_Batch_test_arguments_2 }} --job_name=load-tests-python-flink-batch-cogbk-2-${{ steps.datetime.outputs.datetime }}' \
123125 - name : run CoGBK reiterate 4 times 10kB values
124126 uses : ./.github/actions/gradle-command-self-hosted-action
125127 with :
126128 gradle-command : :sdks:python:apache_beam:testing:load_tests:run
127129 arguments : |
128130 --info \
131+ -PpythonVersion=3.9 \
129132 -PloadTest.mainClass=apache_beam.testing.load_tests.co_group_by_key_test \
130- -Prunner=FlinkRunner \
133+ -Prunner=PortableRunner \
131134 '-PloadTest.args=${{ env.beam_LoadTests_Python_CoGBK_Flink_Batch_test_arguments_2 }} --job_name=load-tests-python-flink-batch-cogbk-3-${{ steps.datetime.outputs.datetime }}' \
132135 - name : Teardown Flink
133136 if : always()
134137 run : |
135- ${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
138+ ${{ github.workspace }}/.test-infra/dataproc/flink_cluster.sh delete
0 commit comments