[hotfix] [tests] Remove sysout logging in KvStateLocationTest This helps keeping test log output free from clutter.
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/31f3d65c Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/31f3d65c Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/31f3d65c Branch: refs/heads/master Commit: 31f3d65c59034a9c5f40a7de34c0219792507327 Parents: f6e6e7e Author: Stephan Ewen <[email protected]> Authored: Thu Feb 23 16:51:14 2017 +0100 Committer: Stephan Ewen <[email protected]> Committed: Fri Feb 24 12:15:18 2017 +0100 ---------------------------------------------------------------------- .../java/org/apache/flink/runtime/query/KvStateLocationTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/31f3d65c/flink-runtime/src/test/java/org/apache/flink/runtime/query/KvStateLocationTest.java ---------------------------------------------------------------------- diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/query/KvStateLocationTest.java b/flink-runtime/src/test/java/org/apache/flink/runtime/query/KvStateLocationTest.java index ed51f62..cd5c6d5 100644 --- a/flink-runtime/src/test/java/org/apache/flink/runtime/query/KvStateLocationTest.java +++ b/flink-runtime/src/test/java/org/apache/flink/runtime/query/KvStateLocationTest.java @@ -56,8 +56,6 @@ public class KvStateLocationTest { start = end + 1; } - System.out.println(keyGroupRanges); - String registrationName = "asdasdasdasd"; KvStateLocation location = new KvStateLocation(jobId, jobVertexId, numKeyGroups, registrationName);
