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/06/04 19:08:25 UTC

[GitHub] [beam] damccorm opened a new issue, #20751: Can't access class for test

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

   For testing purposes i need public access to [IncomingMessage](https://github.com/apache/beam/blob/eb733a4c5d6c068e76499caad7c55ad6605ea4fc/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsub/PubsubClient.java#L345), unfortunately it has a default accessor.
   Can you change it to public.
   
   Imported from Jira [BEAM-11744](https://issues.apache.org/jira/browse/BEAM-11744). Original Jira may contain additional context.
   Reported by: acbeni.


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


[GitHub] [beam] mkuthan commented on issue #20751: Can't access class for test

Posted by GitBox <gi...@apache.org>.
mkuthan commented on issue #20751:
URL: https://github.com/apache/beam/issues/20751#issuecomment-1300533910

   I'm also interested in making IncomingMessage available for integration testing purpose.


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