You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/22 16:12:05 UTC

[GitHub] [beam] TheNeuralBit commented on pull request #22132: Support dependencies and remote registration in the typescript SDK.

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org