mirror of https://github.com/apache/kafka.git
MINOR: remove System.out in test (#20494)
This PR removes two System.out.println(...) statements from StreamsGraphTest. These outputs were left over from debugging and are not needed in the test logic. Reviewers: Ken Huang <s7133700@gmail.com>, TengYao Chi <kitingiao@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
52dfe1e1b3
commit
655cfaa7b6
|
@ -192,8 +192,6 @@ public class StreamsGraphTest {
|
|||
final Topology attemptedOptimize = getTopologyWithChangingValuesAfterChangingKey(StreamsConfig.OPTIMIZE, false);
|
||||
final Topology noOptimization = getTopologyWithChangingValuesAfterChangingKey(StreamsConfig.NO_OPTIMIZATION, false);
|
||||
|
||||
System.out.println(attemptedOptimize.describe().toString());
|
||||
System.out.println(noOptimization.describe().toString());
|
||||
assertEquals("Topologies:\n" +
|
||||
" Sub-topology: 0\n" +
|
||||
" Source: KSTREAM-SOURCE-0000000000 (topics: [input])\n" +
|
||||
|
|
Loading…
Reference in New Issue