TheNeuralBit commented on PR #22132: URL: https://github.com/apache/beam/pull/22132#issuecomment-1192730687
I suspect that the change to pipeline options here broke Python load tests. First failure is here: https://ci-beam.apache.org/job/beam_LoadTests_Python_ParDo_Dataflow_Streaming/659/ With error log: ``` 06:01:37 usage: pardo_test.py [-h] [--runner RUNNER] [--streaming] 06:01:37 [--resource_hint RESOURCE_HINTS] 06:01:37 [--beam_services BEAM_SERVICES] 06:01:37 [--type_check_strictness {ALL_REQUIRED,DEFAULT_TO_ANY}] 06:01:37 [--type_check_additional TYPE_CHECK_ADDITIONAL] 06:01:37 [--no_pipeline_type_check] [--runtime_type_check] ... 06:01:37 [--iterations ITERATIONS] 06:01:37 [--number_of_counter_operations NUMBER_OF_COUNTER_OPERATIONS] 06:01:37 [--number_of_counters=0 NUMBER_OF_COUNTERS=0] 06:01:37 pardo_test.py: error: argument --number_of_counters=0: expected one argument 06:01:37 06:01:37 > Task :sdks:python:apache_beam:testing:load_tests:run FAILED ``` I haven't root caused this yet. I'll keep digging myself, but if you have any insight it would be appreciated. -- 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]
