[
https://issues.apache.org/jira/browse/BEAM-11056?focusedWorklogId=500221&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-500221
]
ASF GitHub Bot logged work on BEAM-11056:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Oct/20 18:17
Start Date: 13/Oct/20 18:17
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 500221)
Time Spent: 3h 50m (was: 3h 40m)
> Fix warning message and rename old APIs
> ---------------------------------------
>
> Key: BEAM-11056
> URL: https://issues.apache.org/jira/browse/BEAM-11056
> Project: Beam
> Issue Type: Bug
> Components: runner-py-interactive
> Reporter: Ning Kang
> Assignee: Ning Kang
> Priority: P2
> Time Spent: 3h 50m
> Remaining Estimate: 0h
>
> When invoking `ib.evict_captured_data()`, the logging contains a typo
> `recordeddata`:
> `You have requested Interactive Beam to evict all recordeddata that could be
> deterministically replayed among multiple pipeline runs.`
> Also, the `capture_control` should be renamed to `record_control`. All
> occurrences of `capture` should be changed to `record` to keep the
> consistency of large source recording improvements.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)