[
https://issues.apache.org/jira/browse/BEAM-11512?focusedWorklogId=530872&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530872
]
ASF GitHub Bot logged work on BEAM-11512:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Jan/21 20:24
Start Date: 04/Jan/21 20:24
Worklog Time Spent: 10m
Work Description: codecov[bot] edited a comment on pull request #13652:
URL: https://github.com/apache/beam/pull/13652#issuecomment-754197023
# [Codecov](https://codecov.io/gh/apache/beam/pull/13652?src=pr&el=h1) Report
> Merging
[#13652](https://codecov.io/gh/apache/beam/pull/13652?src=pr&el=desc) (c72fac9)
into
[master](https://codecov.io/gh/apache/beam/commit/4165016b523407fa5a3f98f27cd859280067eb68?el=desc)
(4165016) will **decrease** coverage by `0.00%`.
> The diff coverage is `n/a`.
[](https://codecov.io/gh/apache/beam/pull/13652?src=pr&el=tree)
```diff
@@ Coverage Diff @@
## master #13652 +/- ##
==========================================
- Coverage 82.73% 82.73% -0.01%
==========================================
Files 466 466
Lines 57518 57518
==========================================
- Hits 47590 47589 -1
- Misses 9928 9929 +1
```
| [Impacted
Files](https://codecov.io/gh/apache/beam/pull/13652?src=pr&el=tree) | Coverage
Δ | |
|---|---|---|
|
[sdks/python/apache\_beam/internal/metrics/metric.py](https://codecov.io/gh/apache/beam/pull/13652/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vaW50ZXJuYWwvbWV0cmljcy9tZXRyaWMucHk=)
| `86.45% <0.00%> (-1.05%)` | :arrow_down: |
|
[...ks/python/apache\_beam/runners/worker/sdk\_worker.py](https://codecov.io/gh/apache/beam/pull/13652/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy93b3JrZXIvc2RrX3dvcmtlci5weQ==)
| `89.54% <0.00%> (-0.32%)` | :arrow_down: |
|
[...hon/apache\_beam/runners/worker/bundle\_processor.py](https://codecov.io/gh/apache/beam/pull/13652/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy93b3JrZXIvYnVuZGxlX3Byb2Nlc3Nvci5weQ==)
| `93.83% <0.00%> (+0.25%)` | :arrow_up: |
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/beam/pull/13652?src=pr&el=continue).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/beam/pull/13652?src=pr&el=footer). Last
update
[4165016...c72fac9](https://codecov.io/gh/apache/beam/pull/13652?src=pr&el=lastupdated).
Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
----------------------------------------------------------------
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: 530872)
Time Spent: 2h 40m (was: 2.5h)
> sdk.properties is often (always?) stale.
> ----------------------------------------
>
> Key: BEAM-11512
> URL: https://issues.apache.org/jira/browse/BEAM-11512
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Reporter: Kyle Weaver
> Assignee: Kyle Weaver
> Priority: P2
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> I'm not sure when sdk.properties is rebuilt, but it is not often (perhaps it
> is only regenerated on a clean build). `./gradlew
> :sdks:java:core:processResources` never does anything, it always reports
> being up to date.
> One consequence of this is that when the SDK version property in Gradle
> changes, sdk.properties does not change. We rely on sdk.properties to get the
> default Java SDK container version tag, among other things, so this causes
> the default container environment to become incorrect.
>
> For example, this caused cross language tests to fail on the release branch
> because they looked for the wrong Java SDK container.
> https://ci-beam.apache.org/job/beam_PostCommit_Python38_PR/179/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)