aromanenko-dev commented 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. -- 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]
