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

2017-07-18 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/beam/pull/3475


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[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 operations 
were performed concurrently instead of sequentially.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/alex-filatov/beam 
beam-2544-fix-flaky-avroittest

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/beam/pull/3475.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3475


commit 1b6b38c7069820ca81dd18f44576c3959c35d80a
Author: Alex Filatov 
Date:   2017-06-29T20:23:04Z

[BEAM-2544] Fix flaky AvroIOTest by eliminating race condition in "write 
then read" tests.




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---