You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bc...@apache.org on 2016/08/31 22:15:54 UTC

[2/2] incubator-beam git commit: Closes #907

Closes #907


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/a5320607
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/a5320607
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/a5320607

Branch: refs/heads/master
Commit: a5320607af10dd6b45440384b8afbbc8ad9889b7
Parents: 7dcb4c7 8968097
Author: bchambers <bc...@google.com>
Authored: Wed Aug 31 15:01:53 2016 -0700
Committer: bchambers <bc...@google.com>
Committed: Wed Aug 31 15:01:53 2016 -0700

----------------------------------------------------------------------
 .../beam/runners/direct/KeyedResourcePool.java  |  47 +++++
 .../runners/direct/LockedKeyedResourcePool.java |  95 +++++++++
 .../direct/TestStreamEvaluatorFactory.java      | 141 +++++++------
 .../direct/LockedKeyedResourcePoolTest.java     | 163 +++++++++++++++
 .../direct/TestStreamEvaluatorFactoryTest.java  | 206 +++++++++++++++++++
 .../apache/beam/sdk/testing/TestStreamTest.java |  29 +++
 6 files changed, 623 insertions(+), 58 deletions(-)
----------------------------------------------------------------------