[
https://issues.apache.org/jira/browse/BEAM-11708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17282636#comment-17282636
]
Chamikara Madhusanka Jayalath commented on BEAM-11708:
------------------------------------------------------
I believe there was an internal bug related to this and this is due to Stateful
DoFn not being supported for Runner v2 batch pipelines. Yichi, should this test
be sickbayed till this is addressed ?
cc: [~harshsvd]
> [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
>
> _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)