You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "BjornPrime (via GitHub)" <gi...@apache.org> on 2023/04/18 20:32:34 UTC

[GitHub] [beam] BjornPrime opened a new issue, #26335: [Failing Test]: Pipeline Options Validator test of GCS path not compatible with new GCS client

BjornPrime opened a new issue, #26335:
URL: https://github.com/apache/beam/issues/26335

   ### What happened?
   
   The apitools-generated StorageV1 client has been replaced with the [GCS client](https://github.com/googleapis/python-storage). This has caused `test_gcs_path` in `pipeline_options_validator_test.py` to start failing. The reason given is that the example project (named "example:example") doesn't exist, leading to a 400 response. It couldn't be immediately established why such an issue was only affecting this test, and not the others in the file, which also seem to use boilerplate or placeholder project names.
   
   ### Issue Failure
   
   Failure: Test is continually failing
   
   ### Issue Priority
   
   Priority: 2 (backlog / disabled test but we think the product is healthy)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow 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: github-unsubscribe@beam.apache.org.apache.org

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