@@ -67,7 +67,7 @@ func TestPlanDiagramIndexJoin(t *testing.T) {
6767 Processors : []ProcessorSpec {{
6868 Core : ProcessorCoreUnion {TableReader : & tr },
6969 Output : []OutputRouterSpec {{
70- Type : OutputRouterSpec_MIRROR ,
70+ Type : OutputRouterSpec_PASS_THROUGH ,
7171 Streams : []StreamEndpointSpec {
7272 {StreamID : 0 },
7373 },
@@ -79,7 +79,7 @@ func TestPlanDiagramIndexJoin(t *testing.T) {
7979 Processors : []ProcessorSpec {{
8080 Core : ProcessorCoreUnion {TableReader : & tr },
8181 Output : []OutputRouterSpec {{
82- Type : OutputRouterSpec_MIRROR ,
82+ Type : OutputRouterSpec_PASS_THROUGH ,
8383 Streams : []StreamEndpointSpec {
8484 {StreamID : 1 },
8585 },
@@ -92,7 +92,7 @@ func TestPlanDiagramIndexJoin(t *testing.T) {
9292 {
9393 Core : ProcessorCoreUnion {TableReader : & tr },
9494 Output : []OutputRouterSpec {{
95- Type : OutputRouterSpec_MIRROR ,
95+ Type : OutputRouterSpec_PASS_THROUGH ,
9696 Streams : []StreamEndpointSpec {
9797 {StreamID : 2 },
9898 },
@@ -110,7 +110,7 @@ func TestPlanDiagramIndexJoin(t *testing.T) {
110110 }},
111111 Core : ProcessorCoreUnion {JoinReader : & jr },
112112 Output : []OutputRouterSpec {{
113- Type : OutputRouterSpec_MIRROR ,
113+ Type : OutputRouterSpec_PASS_THROUGH ,
114114 Streams : []StreamEndpointSpec {{Type : StreamEndpointSpec_SYNC_RESPONSE }},
115115 }}},
116116 },
@@ -216,7 +216,7 @@ func TestPlanDiagramJoin(t *testing.T) {
216216 },
217217 Core : ProcessorCoreUnion {HashJoiner : & hj },
218218 Output : []OutputRouterSpec {{
219- Type : OutputRouterSpec_MIRROR ,
219+ Type : OutputRouterSpec_PASS_THROUGH ,
220220 Streams : []StreamEndpointSpec {
221221 {StreamID : 101 },
222222 },
@@ -232,7 +232,7 @@ func TestPlanDiagramJoin(t *testing.T) {
232232 }},
233233 Core : ProcessorCoreUnion {Noop : & NoopCoreSpec {}},
234234 Output : []OutputRouterSpec {{
235- Type : OutputRouterSpec_MIRROR ,
235+ Type : OutputRouterSpec_PASS_THROUGH ,
236236 Streams : []StreamEndpointSpec {{Type : StreamEndpointSpec_SYNC_RESPONSE }},
237237 }}},
238238 },
@@ -282,7 +282,7 @@ func TestPlanDiagramJoin(t *testing.T) {
282282 },
283283 Core : ProcessorCoreUnion {HashJoiner : & hj },
284284 Output : []OutputRouterSpec {{
285- Type : OutputRouterSpec_MIRROR ,
285+ Type : OutputRouterSpec_PASS_THROUGH ,
286286 Streams : []StreamEndpointSpec {
287287 {StreamID : 101 },
288288 },
0 commit comments