• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

grpc / grpc-java / #20361
89%
master: 89%

Build:
Build:
LAST BUILD BRANCH: dev/sauravzg/extauthz-test-fixes
DEFAULT BRANCH: master
Ran 22 Jul 2026 12:49PM UTC
Jobs 1
Files 685
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Jul 2026 12:36PM UTC coverage: 89.129%. Remained the same
#20361

push

github

web-flow
Fix docker tagging failure in upload_artifacts by using stable tag name (#12922)

The upload_artifacts.sh script previously read the build-phase image id
from example-hostname.id to tag and push the example image. However,
because the build and upload phases run on different VMs, differences in
the Docker daemon versions and layer serialization can cause the image
ID (hash of the config JSON) to be recalculated differently during
docker load on the upload VM. This mismatch caused the docker tag
command to fail with a "No such image" error. This change fixes the
issue by directly tagging the stable, imported image tag hostname:latest
(which is guaranteed to exist after docker load succeeds) instead of
using the brittle sha256 hash.

[Failed upload job
logs](https://btx.cloud.google.com/invocations/387baa72-224e-4885-bedc-9b9eb079a505/targets/grpc%2Fjava%2Fv1.83.x%2Fbranch%2Fupload_artifacts/log)

38002 of 42637 relevant lines covered (89.13%)

0.89 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
95.07
-0.44% ../core/src/main/java/io/grpc/internal/RetriableStream.java
3
92.06
-0.93% ../xds/src/main/java/io/grpc/xds/client/ControlPlaneClient.java
1
90.97
-0.35% ../core/src/main/java/io/grpc/internal/DelayedClientCall.java
1
87.36
-0.22% ../inprocess/src/main/java/io/grpc/inprocess/InProcessTransport.java
1
87.88
-3.03% ../netty/src/main/java/io/grpc/netty/ClientTransportLifecycleManager.java
1
74.23
-1.03% ../servlet/src/main/java/io/grpc/servlet/AsyncServletOutputStreamWriter.java
Jobs
ID Job ID Ran Files Coverage
1 #20361.1 22 Jul 2026 12:49PM UTC 685
89.13
Source Files on build #20361
  • Tree
  • List 685
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20361
  • b4ca099f on github
  • Prev Build on v1.83.x
  • Next Build on v1.83.x
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc