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

pomerium / pomerium / 7492175538
52%

Build:
DEFAULT BRANCH: main
Ran 11 Jan 2024 05:15PM UTC
Jobs 1
Files 334
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

11 Jan 2024 05:12PM UTC coverage: 60.241% (+0.4%) from 59.874%
7492175538

push

github

web-flow
envoy: enable TCP keepalive for internal clusters (#4902)

In split service mode, and during periods of inactivity, the gRPC
connections to the databroker may fall idle. Some network firewalls may
eventually time out an idle TCP connection and even start dropping
subsequent packets once connection traffic resumes. Combined with Linux
default TCP retransmission settings, this could cause a broken
connection to persist for over 15 minutes.

In an attempt to avoid this scenario, enable TCP keepalive for outbound
gRPC connections, matching the Go standard library default settings for
time & interval: 15 seconds for both. (The probe count does not appear
to be set, so it will remain at the OS default.)

Add a test case exercising the BuildClusters() method with the default
configuration options, comparing the results with a reference "golden"
file in the testdata directory. Also add an '-update' flag to make it
easier to update the reference golden when needed:

  go test ./config/envoyconfig -update

15276 of 25358 relevant lines covered (60.24%)

111.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7492175538.1 11 Jan 2024 05:15PM UTC 0
60.24
GitHub Action Run
Source Files on build 7492175538
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7492175538
  • c7c20874 on github
  • Prev Build on main (#7479363888)
  • Next Build on main (#7506560937)
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