[
https://issues.apache.org/jira/browse/BEAM-8830?focusedWorklogId=354326&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-354326
]
ASF GitHub Bot logged work on BEAM-8830:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Dec/19 14:20
Start Date: 05/Dec/19 14:20
Worklog Time Spent: 10m
Work Description: aromanenko-dev commented on pull request #10293:
[BEAM-8830] Fix flatten in the new spark runner
URL: https://github.com/apache/beam/pull/10293#discussion_r354338968
##########
File path: runners/spark/src/test/resources/log4j-test.properties
##########
@@ -18,7 +18,7 @@
# Set root logger level to ERROR.
# set manually to INFO for debugging purposes.
-log4j.rootLogger=ERROR, testlogger
+log4j.rootLogger=DEBUG, testlogger
Review comment:
I'm afraid to have too much logs for all Spark tests that could consume too
much disk space on Jenkins servers (since Spark is very verbose).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 354326)
Time Spent: 1h 40m (was: 1.5h)
> fix Flatten tests in Spark Structured Streaming runner
> ------------------------------------------------------
>
> Key: BEAM-8830
> URL: https://issues.apache.org/jira/browse/BEAM-8830
> Project: Beam
> Issue Type: Bug
> Components: runner-spark
> Reporter: Etienne Chauchot
> Assignee: Etienne Chauchot
> Priority: Major
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> 'org.apache.beam.sdk.transforms.FlattenTest.testEmptyFlattenAsSideInput'
> 'org.apache.beam.sdk.transforms.FlattenTest.testFlattenPCollectionsEmpty'
>
> 'org.apache.beam.sdk.transforms.FlattenTest.testFlattenPCollectionsEmptyThenParDo'
--
This message was sent by Atlassian Jira
(v8.3.4#803005)