Github user HeartSaVioR commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2241#discussion_r129541648
  
    --- Diff: 
storm-client/test/jvm/org/apache/storm/topology/WindowedBoltExecutorTest.java 
---
    @@ -78,7 +78,7 @@ public Fields getComponentOutputFields(String 
componentId, String streamId) {
         }
     
         private Tuple getTuple(String streamId, final Fields fields, Values 
values) {
    -        return new TupleImpl(getContext(fields), values, 1, streamId) {
    +        return new TupleImpl(getContext(fields), values, "testSrc", 1, 
streamId) {
    --- End diff --
    
    Let's put component id to the parameter of getTuple if possible.


---
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.
---

Reply via email to