Abacn commented on PR #37640:
URL: https://github.com/apache/beam/pull/37640#issuecomment-3923097280

   To reproduce,
   
   ```
   GOCMD=/usr/local/go/bin/go. # Or your go bin path
   ./gradlew :sdks:go:test:flinkValidatesRunner -x flinkValidatesRunner  # run 
all dependency tasks
   cd sdks/go/test
   ./run_validatesrunner_tests.sh --runner flink --flink_job_server_jar 
./run_validatesrunner_tests.sh --runner flink \
   --flink_job_server_jar <path to 
beam>/beam/runners/flink/2.0/job-server/build/libs/beam-runners-flink-2.0-job-server-2.72.0-SNAPSHOT.jar
 \
   --prebuild_go_docker_tag 2.72.0.dev --pipeline_opts 
'--expansion_jar=test:<path to 
beam>/beam/sdks/java/testing/expansion-service/build/libs/beam-sdks-java-testing-expansion-service-testExpansionService-2.72.0-SNAPSHOT.jar'
 \
   --tests ./test/integration/primitives --run TestTimers_EventTime_Bounded
   ```


-- 
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]

Reply via email to