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

supabase / supavisor / 26449882287
76%

Build:
DEFAULT BRANCH: main
Ran 26 May 2026 01:15PM UTC
Jobs 2
Files 126
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

26 May 2026 01:08PM UTC coverage: 76.528% (-0.3%) from 76.79%
26449882287

push

github

web-flow
fix: chunk TLS sends to work around libpq async deadlock (#993)

libpq's async API (PQconsumeInput/PQisBusy) can hang when a TLS record
leaves bytes in OpenSSL's userspace buffer that pqReadData doesn't
drain in a single SSL_read: the client then polls the socket for data
that has already arrived. Capping our TLS records at libpq's 8KB
initial input buffer avoids producing the framing that triggers it.

See
https://www.postgresql.org/message-id/flat/57d1e8b1-d016-4cea-9b60-63cbdb40eb81%40iki.fi

3 of 13 new or added lines in 1 file covered. (23.08%)

4 existing lines in 4 files now uncovered.

2530 of 3306 relevant lines covered (76.53%)

55433.84 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
82.6
-2.21% lib/supavisor/db_handler.ex

Coverage Regressions

Lines Coverage ∆ File
1
87.5
-4.17% lib/supavisor/client_handler/proxy/supervisor.ex
1
78.95
-5.26% lib/supavisor/monitoring/telem.ex
1
92.86
-7.14% lib/supavisor/client_handler/proxy.ex
1
85.19
-1.85% lib/supavisor/metrics_cleaner.ex
Jobs
ID Job ID Ran Files Coverage
1 run-integration - 26449882287.1 26 May 2026 01:15PM UTC 126
41.23
GitHub Action Run
2 run-tests - 26449882287.2 26 May 2026 01:16PM UTC 126
75.11
GitHub Action Run
Source Files on build 26449882287
  • Tree
  • List 126
  • Changed 9
  • Source Changed 1
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26449882287
  • f4f19442 on github
  • Prev Build on main (#26447079545)
  • Next Build on main (#26505402060)
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