[GitHub] beam pull request #3714: [BEAM-2684] Fix flaky AmqpIOTest

2017-08-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/3714 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] beam pull request #3714: [BEAM-2684] Fix flaky AmqpIOTest

2017-08-10 Thread alex-filatov
GitHub user alex-filatov opened a pull request: https://github.com/apache/beam/pull/3714 [BEAM-2684] Fix flaky AmqpIOTest Source of the flakiness is a race between sender and receiver. In a peer-to-peer mode receiver must be running before sender starts sending messages. When this'