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

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

                Author: ASF GitHub Bot
            Created on: 10/Feb/21 20:01
            Start Date: 10/Feb/21 20:01
    Worklog Time Spent: 10m 
      Work Description: TheNeuralBit commented on a change in pull request 
#13950:
URL: https://github.com/apache/beam/pull/13950#discussion_r574034656



##########
File path: sdks/python/apache_beam/transforms/combinefn_lifecycle_test.py
##########
@@ -69,6 +69,7 @@ def test_non_liftable_combine(self):
 
   @skip_unless_v2
   def test_combining_value_state(self):
+    self.skipTest('BEAM-11793')

Review comment:
       My reading of that logic is that it skips the test when DataflowRunner 
is used without runner v2 specified. So it should run the test for any other 
runner, 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:
[email protected]


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

    Worklog Id:     (was: 550906)
    Time Spent: 1.5h  (was: 1h 20m)

> [beam_PostCommit_Py_VR_Dataflow_V2] 
> [apache_beam.transforms.combinefn_lifecycle_test.CombineFnLifecycleTest.test_combining_value_state]
>  Failure summary
> -------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-11708
>                 URL: https://issues.apache.org/jira/browse/BEAM-11708
>             Project: Beam
>          Issue Type: Bug
>          Components: test-failures
>            Reporter: Yichi Zhang
>            Priority: P1
>              Labels: currently-failing
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> _Use this form to file an issue for test failure:_
>  * [Jenkins 
> Job|https://ci-beam.apache.org/job/beam_PostCommit_Py_VR_Dataflow_V2/]
>  * [Gradle Build Scan|https://scans.gradle.com/s/vyipazcdlpkcc]
>  * [Test source 
> code|https://github.com/apache/beam/blob/master/sdks/python/apache_beam/transforms/combinefn_lifecycle_test.py#L71]
> Initial investigation:
> ```
> File "/usr/lib/python3.8/unittest/case.py", line 60, in testPartExecutor 
> yield File "/usr/lib/python3.8/unittest/case.py", line 676, in run 
> self._callTestMethod(testMethod) File "/usr/lib/python3.8/unittest/case.py", 
> line 633, in _callTestMethod method() File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow_V2/src/sdks/python/apache_beam/transforms/combinefn_lifecycle_test.py",
>  line 52, in wrapped return fn(*args, **kwargs) File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow_V2/src/sdks/python/apache_beam/transforms/combinefn_lifecycle_test.py",
>  line 72, in test_combining_value_state run_pardo(self.pipeline) File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow_V2/src/sdks/python/apache_beam/transforms/combinefn_lifecycle_pipeline.py",
>  line 127, in run_pardo _ = ( File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow_V2/src/sdks/python/apache_beam/pipeline.py",
>  line 580, in __exit__ self.result = self.run() File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow_V2/src/sdks/python/apache_beam/testing/test_pipeline.py",
>  line 110, in run result = super(TestPipeline, self).run( File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow_V2/src/sdks/python/apache_beam/pipeline.py",
>  line 527, in run return Pipeline.from_runner_api( File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow_V2/src/sdks/python/apache_beam/pipeline.py",
>  line 559, in run return self.runner.run_pipeline(self, self._options) File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow_V2/src/sdks/python/apache_beam/runners/dataflow/test_dataflow_runner.py",
>  line 68, in run_pipeline 
> self.result.wait_until_finish(duration=wait_duration) File 
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow_V2/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py",
>  line 1687, in wait_until_finish raise DataflowRuntimeException( Dataflow 
> pipeline failed. State: FAILED, Error: Shard number -598290054 is not in 
> range [0, 20).
> ```
> (Add any investigation notes so far)
> ----
> _After you've filled out the above details, please [assign the issue to an 
> individual|https://beam.apache.org/contribute/postcommits-guides/index.html#find_specialist].
>  Assignee should [treat test failures as 
> high-priority|https://beam.apache.org/contribute/postcommits-policies/#assigned-failing-test],
>  helping to fix the issue or find a more appropriate owner. See [Apache Beam 
> Post-Commit 
> Policies|https://beam.apache.org/contribute/postcommits-policies]._



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

Reply via email to