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 2021/11/05 11:20:30 UTC

[GitHub] [beam] aromanenko-dev edited a comment on pull request #15899: [adhoc] Speedup slow tests for AWS IO modules

aromanenko-dev edited a comment on pull request #15899:
URL: https://github.com/apache/beam/pull/15899#issuecomment-961810609


   @mosche If I'm not mistaken, an embedded SQS server will start before every test method call since it's annotated with `@Rule` and that is why we can have multiple instances running in the time when tests are running in parallel. So, with a static port, it will cause, of course, a port binding conflict.
   
   So, actually, it raises a question - can we start a server only once, in the beginning of test suite?


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