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

grpc / grpc-java / #20169
89%

Build:
DEFAULT BRANCH: master
Ran 08 Feb 2026 08:08PM UTC
Jobs 1
Files 628
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

06 Feb 2026 10:39AM UTC coverage: 88.694% (-0.03%) from 88.723%
#20169

push

github

web-flow
xds: Remove isXdsSniEnabled and align SNI logic with gRFC A101 (#12625)

## Description
Remove the `isXdsSniEnabled` (GRPC_EXPERIMENTAL_XDS_SNI) guard so that
SNI determination via xDS is always enabled. This aligns the behavior
with
**gRFC A101**, where SNI is determined by xDS configurations such as
`auto_host_sni` or `UpstreamTlsContext.sni`, without relying on an
experimental toggle.

This change does **not** remove the
`GRPC_USE_CHANNEL_AUTHORITY_IF_NO_SNI_APPLICABLE` fallback logic, which
remains unchanged.

## Changes
- Remove the `isXdsSniEnabled` flag and the related conditional logic.
- Remove test cases that specifically covered behavior when the 
experimental flag was disabled, since the flag is no longer supported.

Ref #11784

35404 of 39917 relevant lines covered (88.69%)

0.89 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
86.49
-0.22% ../inprocess/src/main/java/io/grpc/inprocess/InProcessTransport.java
1
94.12
-1.18% ../netty/src/main/java/io/grpc/netty/WriteBufferingAndExceptionHandler.java
2
75.0
-1.72% ../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.9
-1.43% ../xds/src/main/java/io/grpc/xds/client/ControlPlaneClient.java
7
74.23
-7.22% ../servlet/src/main/java/io/grpc/servlet/AsyncServletOutputStreamWriter.java
11
89.66
-0.28% ../xds/src/main/java/io/grpc/xds/internal/security/SecurityProtocolNegotiators.java
Jobs
ID Job ID Ran Files Coverage
1 #20169.1 08 Feb 2026 08:08PM UTC 628
88.69
Source Files on build #20169
  • Tree
  • List 628
  • Changed 12
  • Source Changed 0
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20169
  • ac44e968 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