You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by vr...@apache.org on 2015/10/25 20:37:48 UTC

[05/36] incubator-apex-core git commit: Merge branch 'APEX-162' of https://github.com/vrozov/incubator-apex-core into devel-3

Merge branch 'APEX-162' of https://github.com/vrozov/incubator-apex-core into devel-3


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/14f5269e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/14f5269e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/14f5269e

Branch: refs/heads/feature-module
Commit: 14f5269ef6bcdb5a27db0c88dd8bbc05cc73254e
Parents: 8767377 3c35ccc
Author: Thomas Weise <th...@datatorrent.com>
Authored: Tue Oct 13 18:23:00 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Tue Oct 13 18:23:00 2015 -0700

----------------------------------------------------------------------
 engine/pom.xml                                  |  2 +-
 .../com/datatorrent/stram/CheckpointTest.java   | 55 ++++--------
 .../stram/LogicalPlanModificationTest.java      | 34 ++++----
 .../datatorrent/stram/OutputUnifiedTest.java    | 29 ++++---
 .../stram/StramLocalClusterTest.java            | 17 ++--
 .../datatorrent/stram/StramMiniClusterTest.java |  6 +-
 .../datatorrent/stram/StramRecoveryTest.java    | 48 +++++------
 .../com/datatorrent/stram/StreamCodecTest.java  | 51 ++---------
 .../stram/StreamingContainerManagerTest.java    | 90 +++++++-------------
 .../stram/engine/AutoMetricTest.java            | 22 ++---
 .../stram/engine/ProcessingModeTests.java       | 17 ++--
 .../stram/plan/StreamPersistanceTests.java      | 27 ++----
 .../stram/support/StramTestSupport.java         | 64 ++++++++++++--
 13 files changed, 212 insertions(+), 250 deletions(-)
----------------------------------------------------------------------