[ 
https://issues.apache.org/jira/browse/BEAM-8333?focusedWorklogId=325416&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-325416
 ]

ASF GitHub Bot logged work on BEAM-8333:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Oct/19 01:20
            Start Date: 09/Oct/19 01:20
    Worklog Time Spent: 10m 
      Work Description: pabloem commented on pull request #9746: [BEAM-8333] 
Adding lull logging for SDK harness
URL: https://github.com/apache/beam/pull/9746#discussion_r332796127
 
 

 ##########
 File path: sdks/python/apache_beam/runners/portability/fn_api_runner_test.py
 ##########
 @@ -1580,6 +1584,38 @@ def test_split_half(self):
     raise unittest.SkipTest("This test is for a single worker only.")
 
 
+class FnApiBasedLullLoggingTest(unittest.TestCase):
+  def create_pipeline(self):
+    return beam.Pipeline(
+        runner=fn_api_runner.FnApiRunner(
+            default_environment=beam_runner_api_pb2.Environment(
+                urn=python_urns.EMBEDDED_PYTHON_GRPC),
+            progress_request_frequency=0.5))
+
+  def test_lull_logging(self):
+
+    if sys.version_info < (3, 4):
 
 Review comment:
   This is also for Python 2, that's right.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 325416)
    Time Spent: 1h 10m  (was: 1h)

> Python SDK Worker should log lulls with progress-reporting thread
> -----------------------------------------------------------------
>
>                 Key: BEAM-8333
>                 URL: https://issues.apache.org/jira/browse/BEAM-8333
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-harness
>            Reporter: Pablo Estrada
>            Assignee: Pablo Estrada
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to