Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2241#discussion_r129541604 --- Diff: storm-client/test/jvm/org/apache/storm/bolt/TestJoinBolt.java --- @@ -313,7 +313,7 @@ private static TupleWindow makeTupleWindow(ArrayList<Tuple>... streams) { ArrayList<Object> tupleValues = new ArrayList<>(1); tupleValues.add(recordMap); - TupleImpl tuple = new TupleImpl(mockContext, tupleValues, 0, streamName); + TupleImpl tuple = new TupleImpl(mockContext, tupleValues, "testSrc", 0, streamName); --- End diff -- Let's put component id to the parameter of makeNestedEventsStream 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. ---