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

supabase / wrappers / 29899015585
81%

Build:
DEFAULT BRANCH: main
Ran 22 Jul 2026 07:21AM UTC
Jobs 1
Files 66
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

22 Jul 2026 07:06AM UTC coverage: 80.959% (+0.03%) from 80.925%
29899015585

push

github

web-flow
fix(iceberg_fdw): [WRA-27] configurable HTTP timeouts for REST catalog (#617)

* fix(iceberg_fdw): add configurable HTTP timeouts for REST catalog

The Iceberg REST catalog client had no timeout, so a stalled connection
to the catalog server would hang the query indefinitely, uninterruptible
by statement_timeout or pg_cancel_backend, pinning VACUUM/replication
slot horizons in the process (WRA-27).

Adds request_timeout_ms/connect_timeout_ms server options and injects a
timeout-configured reqwest client into RestCatalogBuilder. This requires
bumping reqwest to 0.12 workspace-wide (with matching reqwest-middleware/
reqwest-retry/http bumps) since iceberg-catalog-rest pins reqwest 0.12.12.

* fix(iceberg_fdw): address Copilot review feedback

- Read request_timeout_ms/connect_timeout_ms from the vault-decrypted
  props map instead of raw server.options, so vault_-prefixed keys
  aren't silently ignored.
- Use an RFC 5737 TEST-NET address (192.0.2.1) instead of an RFC 1918
  address in the timeout test, since the latter can be routable in
  some CI/VPC environments.

16 of 17 new or added lines in 1 file covered. (94.12%)

1 existing line in 1 file now uncovered.

9486 of 11717 relevant lines covered (80.96%)

70.58 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
90.91
0.1% wrappers/src/fdw/iceberg_fdw/iceberg_fdw.rs

Coverage Regressions

Lines Coverage ∆ File
1
75.64
-0.43% wrappers/src/fdw/s3_fdw/parquet.rs
Jobs
ID Job ID Ran Files Coverage
1 29899015585.1 22 Jul 2026 07:21AM UTC 66
80.96
GitHub Action Run
Source Files on build 29899015585
  • Tree
  • List 66
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29899015585
  • 46288b58 on github
  • Prev Build on main (#28225645635)
  • Next Build on main (#30082279617)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc