You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 23:34:56 UTC

[GitHub] [beam] damccorm opened a new issue, #21470: Test flake: test_split_half_sdf

damccorm opened a new issue, #21470:
URL: https://github.com/apache/beam/issues/21470

   \>       raise RuntimeError(result.error)
   E       RuntimeError: Traceback (most recent call last):
   E         File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/worker/data_plane.py", line 487, in input_elements
   E           element = received.get(timeout=1)
   E         File "/usr/lib/python3.7/queue.py", line 178, in get
   E           raise Empty
   E       _queue.Empty
   E       
   E       During handling of the above exception, another exception occurred:
   E       
   E       Traceback (most recent call last):
   E         File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/worker/sdk_worker.py", line 267, in _execute
   E           response = task()
   E         File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/worker/sdk_worker.py", line 340, in <lambda\>
   E           lambda: self.create_worker().do_instruction(request), request)
   E         File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/worker/sdk_worker.py", line 581, in do_instruction
   E           getattr(request, request_type), request.instruction_id)
   E         File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/worker/sdk_worker.py", line 618, in process_bundle
   E           bundle_processor.process_bundle(instruction_id))
   E         File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/worker/bundle_processor.py", line 985, in process_bundle
   E           expected_inputs):
   E         File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/worker/data_plane.py", line 490, in input_elements
   E           raise RuntimeError('Channel closed prematurely.')
   E       RuntimeError: Channel closed prematurely.
   
   
   Imported from Jira [BEAM-13859](https://issues.apache.org/jira/browse/BEAM-13859). Original Jira may contain additional context.
   Reported by: ibzib.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm commented on issue #21470: Test flake: test_split_half_sdf

Posted by GitBox <gi...@apache.org>.
damccorm commented on issue #21470:
URL: https://github.com/apache/beam/issues/21470#issuecomment-1280931978

   This hasn't caused CI to fail in current history of the cron job. I also tried running it 100 times locally and it didn't flake (`for i in {1..100} ; do (pytest -v apache_beam/runners/portability/fn_api_runner/fn_runner_test.py::FnApiRunnerSplitTest::test_split_half_sdf) ; done`)


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm closed issue #21470: Test flake: test_split_half_sdf

Posted by GitBox <gi...@apache.org>.
damccorm closed issue #21470: Test flake: test_split_half_sdf
URL: https://github.com/apache/beam/issues/21470


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org