[ https://issues.apache.org/jira/browse/BEAM-4791?focusedWorklogId=123601&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-123601 ]
ASF GitHub Bot logged work on BEAM-4791: ---------------------------------------- Author: ASF GitHub Bot Created on: 16/Jul/18 12:24 Start Date: 16/Jul/18 12:24 Worklog Time Spent: 10m Work Description: tweise commented on a change in pull request #5957: [BEAM-4791] Portable Flink runner integration test. URL: https://github.com/apache/beam/pull/5957#discussion_r202663059 ########## File path: runners/flink/build.gradle ########## @@ -35,6 +35,7 @@ evaluationDependsOn(":beam-runners-core-java") test { systemProperty "log4j.configuration", "log4j-test.properties" + //systemProperty "org.slf4j.simpleLogger.defaultLogLevel", "debug" Review comment: Left there intentionally so next time someone needs it no need to scramble for the setting. ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 123601) Time Spent: 50m (was: 40m) > Integration test for portable Flink runner basic batch/streaming execution > -------------------------------------------------------------------------- > > Key: BEAM-4791 > URL: https://issues.apache.org/jira/browse/BEAM-4791 > Project: Beam > Issue Type: Task > Components: runner-flink > Reporter: Thomas Weise > Assignee: Thomas Weise > Priority: Major > Labels: portability > Time Spent: 50m > Remaining Estimate: 0h > > Run a simple pipeline in embedded mode to verify the basic workings of > JobInvocation/translation/execution for both, batch and streaming. Although > there will be some overlap with (future) ValidatesRunner, this test is meant > to run as part of the unit tests. -- This message was sent by Atlassian JIRA (v7.6.3#76005)