[
https://issues.apache.org/jira/browse/BEAM-4176?focusedWorklogId=141010&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-141010
]
ASF GitHub Bot logged work on BEAM-4176:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Sep/18 19:50
Start Date: 04/Sep/18 19:50
Worklog Time Spent: 10m
Work Description: lukecwik commented on a change in pull request #6328:
[BEAM-4176] enumerate primitive transforms in portable construction
URL: https://github.com/apache/beam/pull/6328#discussion_r215044719
##########
File path:
runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/graph/OutputDeduplicatorTest.java
##########
@@ -41,12 +41,14 @@
import
org.apache.beam.runners.core.construction.graph.OutputDeduplicator.DeduplicationResult;
import
org.apache.beam.runners.core.construction.graph.PipelineNode.PCollectionNode;
import
org.apache.beam.runners.core.construction.graph.PipelineNode.PTransformNode;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
/** Tests for {@link OutputDeduplicator}. */
@RunWith(JUnit4.class)
+@Ignore
Review comment:
These tests need to be fixed instead of ignored.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 141010)
Time Spent: 17h (was: 16h 50m)
> Java: Portable batch runner passes all ValidatesRunner tests that
> non-portable runner passes
> --------------------------------------------------------------------------------------------
>
> Key: BEAM-4176
> URL: https://issues.apache.org/jira/browse/BEAM-4176
> Project: Beam
> Issue Type: Bug
> Components: runner-flink
> Reporter: Ben Sidhom
> Priority: Major
> Attachments: Screen Shot 2018-08-14 at 4.18.31 PM.png, Screen Shot
> 2018-09-03 at 11.07.38 AM.png
>
> Time Spent: 17h
> Remaining Estimate: 0h
>
> We need this as a sanity check that runner execution is correct.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)