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

grpc / grpc-java / #20292
89%

Build:
DEFAULT BRANCH: master
Ran 27 May 2026 06:36AM UTC
Jobs 1
Files 653
Run time 2min
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

27 May 2026 06:25AM UTC coverage: 88.826% (-0.03%) from 88.86%
#20292

push

github

web-flow
xds: fix TSAN data races in xDS security components and tests (#12829)

This change resolves several data races reported by ThreadSanitizer
(TSAN) in XdsSecurityClientServerTest and associated xDS security
components.

Key changes:
- Made certificate, key storage, and SSL context fields volatile in
CertProviderSslContextProvider and DynamicSslContextProvider to ensure
safe publication between Netty EventLoop threads and background
FileWatcher threads.
- Made experimental static flags (enableSpiffe and
useChannelAuthorityIfNoSniApplicable) volatile. These flags are toggled
by tests while being read by background networking threads; making them
volatile ensures these transitions are thread-safe and TSAN-compliant.

b/514777926

36273 of 40836 relevant lines covered (88.83%)

0.89 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
74.14
-5.17% ../servlet/src/main/java/io/grpc/servlet/ServletServerStream.java
3
93.22
-1.69% ../core/src/main/java/io/grpc/internal/AbstractClientStream.java
3
91.59
-1.4% ../xds/src/main/java/io/grpc/xds/client/ControlPlaneClient.java
2
81.05
0.0% ../okhttp/src/main/java/io/grpc/okhttp/ExceptionHandlingFrameWriter.java
1
90.91
-0.35% ../core/src/main/java/io/grpc/internal/DelayedClientCall.java
1
96.57
-0.57% ../core/src/main/java/io/grpc/internal/DelayedClientTransport.java
1
87.88
-3.03% ../netty/src/main/java/io/grpc/netty/ClientTransportLifecycleManager.java
1
96.0
0.08% ../xds/src/main/java/io/grpc/xds/internal/security/certprovider/FileWatcherCertificateProviderProvider.java
Jobs
ID Job ID Ran Files Coverage
1 #20292.1 27 May 2026 06:36AM UTC 653
88.83
Source Files on build #20292
  • Tree
  • List 653
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20292
  • 6faedad9 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc