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

grpc / grpc-java / 20678
89%

Build:
DEFAULT BRANCH: master
Ran 02 Dec 2020 05:47AM UTC
Jobs 1
Files 428
Run time 40s
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

pending completion
20678

push

travis-ci

web-flow
xds: print xDS request messages with JsonFormat (#7679)

Currently xDS response messages are printed with protobuf JsonFormat as they may contain Any-typed messages. JsonFormat internally uses Gson for generating human-readable message representations. The default Gson instance escapes HTML characters, which causes characters like '=' to be printed as '\u003d'. There is nothing can be done on our side to disable this as it is protobuf's internal implementation.

To make the same content consistent in both request and response messages consistent, we use JsonFormat to print both.

25488 of 29257 relevant lines covered (87.12%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20678.1 (GRADLE_OPTS=-Xmx512m LDFLAGS=-L/tmp/protobuf/lib CXXFLAGS=-I/tmp/protobuf/include LD_LIBRARY_PATH=/tmp/protobuf/lib) 02 Dec 2020 05:47AM UTC 0
87.12
Travis Job 20678.1
Source Files on build 20678
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #20678
  • 7dc8ab1c on github
  • Prev Build on master (#20677)
  • Next Build on master (#20695)
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