KevinGG commented on pull request #13088:
URL: https://github.com/apache/beam/pull/13088#issuecomment-707921617
> Any idea on why the 2 tests are failing? Are they relevant?
I don't think they are relevant.
For :sdks:python:test-suites:dataflow:py36/py37:preCommitIT_batch, they
should fail because the SDK version is not a dev one in this release branch.
> apache_beam.runners.dataflow.dataflow_runner.DataflowRuntimeException:
Dataflow pipeline failed. State: FAILED, Error:
Traceback (most recent call last):
File
"/usr/local/lib/python3.7/site-packages/dataflow_worker/batchworker.py", line
762, in run
environment.check_sdk_compatibility()
File
"/usr/local/lib/python3.7/site-packages/dataflow_worker/environment.py", line
56, in check_sdk_compatibility
raise RuntimeError(message)
RuntimeError: Beam SDK base version 2.25.0 does not match Dataflow Python
worker version 2.25.0.dev. Please check Dataflow worker startup logs and make
sure that correct version of Beam SDK is installed.
For beam_PreCommit_Python_PVR_Flink_Phrase, it says
> ERROR: Step ‘Publish JUnit test result report’ failed: No test report
files were found. Configuration error?
10:48:17 Setting status of 967a79d44272081915a461e03a64864fd35bef79 to
FAILURE with url
https://ci-beam.apache.org/job/beam_PreCommit_Python_PVR_Flink_Phrase/23/ and
message: 'Build finished. '
The tests passes though because both gradle scans are green.
----------------------------------------------------------------
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]