[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

[jira] [Commented] (BEAM-2684) AmqpIOTest is flaky

2017-08-10 Thread Alex Filatov (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16122193#comment-16122193 ] Alex Filatov commented on BEAM-2684: I can reproduce the issue by commenting out Thread.sleep on line

[GitHub] beam pull request #3656: Fix View.asMultimap() javadoc

2017-07-28 Thread alex-filatov
GitHub user alex-filatov opened a pull request: https://github.com/apache/beam/pull/3656 Fix View.asMultimap() javadoc Fix return type in the usage example. You can merge this pull request into a Git repository by running: $ git pull https://github.com/alex-filatov/beam fix

[GitHub] beam pull request #3531: [BEAM-2306] Fail build when @Deprecated is used wit...

2017-07-10 Thread alex-filatov
GitHub user alex-filatov opened a pull request: https://github.com/apache/beam/pull/3531 [BEAM-2306] Fail build when @Deprecated is used without @deprecated javadoc Add checkstyle check to fail the build when @Deprecated is used without @deprecated javadoc (or vice versa

[GitHub] beam pull request #3475: [BEAM-2544] Fix flaky AvroIOTest

2017-06-29 Thread alex-filatov
GitHub user alex-filatov opened a pull request: https://github.com/apache/beam/pull/3475 [BEAM-2544] Fix flaky AvroIOTest Source of the flakiness is a race condition in a "write then read" subset of tests. Test pipeline was constructed in a way that write and read operat

[jira] [Created] (BEAM-2544) AvroIOTest is flaky

2017-06-29 Thread Alex Filatov (JIRA)
Alex Filatov created BEAM-2544: -- Summary: AvroIOTest is flaky Key: BEAM-2544 URL: https://issues.apache.org/jira/browse/BEAM-2544 Project: Beam Issue Type: Bug Components: sdk-java