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

fernandobatels / rsfbclient / 34219335725
43%
master: 42%

Build:
Build:
LAST BUILD BRANCH: fix/statement-cache-handle-leak
DEFAULT BRANCH: master
Ran 08 Sep 2026 11:12AM UTC
Jobs 33
Files 28
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

08 Sep 2026 11:03AM UTC coverage: 43.45%. First build
34219335725

Pull #189

github

fernandobatels
Pure rust "connection rejected" regression fixed

76621aa(#179) made read_with() preserve unconsumed bytes across calls
instead of silently dropping them. That surfaced two latent bugs that
were previously harmless only because leftovers were discarded:
- execute2's closure called parse_response() right after
  parse_sql_response(), but the trailing op_response is framed with
  its own op_code like every other response on the wire. Skipping it
  left the response's own [op_code=9] sitting in pending, which the
  next read (e.g. commit_retaining) misread as the following
  operation's op_code, producing "Connection rejected with code 1
  (Connect)".
- parse_status_vector() had no arm for isc_arg_warning (18). Any
  status vector containing a warning (e.g. from CREATE USER) hit the
  catch-all "Invalid / Unknown status vector item" error before
  consuming the warning's code word, leaving pending misaligned for
  every subsequent read and cascading into garbage op_codes during
  rollback/detach.
Pull Request #189: Pure rust "connection rejected" regression fixed

0 of 5 new or added lines in 2 files covered. (0.0%)

2932 of 6748 relevant lines covered (43.45%)

194.92 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
12.88
rsfbclient-rust/src/client.rs
1
9.69
rsfbclient-rust/src/wire.rs
Jobs
ID Job ID Ran Files Coverage
1 run-v4-dynamic_loading-rsfbclient-diesel - 34219335725.1 08 Sep 2026 11:13AM UTC 5
0.0
GitHub Action Run
2 run-v2-dynamic_loading-rsfbclient-diesel - 34219335725.2 08 Sep 2026 11:13AM UTC 5
0.0
GitHub Action Run
3 run-v3-dynamic_loading-rsfbclient-diesel - 34219335725.3 08 Sep 2026 11:13AM UTC 5
0.0
GitHub Action Run
4 run-v2-dynamic_loading-rsfbclient-rust - 34219335725.4 08 Sep 2026 11:13AM UTC 9
18.2
GitHub Action Run
5 run-v5-linking-rsfbclient-rust - 34219335725.5 08 Sep 2026 11:12AM UTC 9
18.72
GitHub Action Run
6 run-v4-dynamic_loading-rsfbclient - 34219335725.6 08 Sep 2026 11:13AM UTC 13
85.44
GitHub Action Run
7 run-v4-linking-rsfbclient-diesel - 34219335725.7 08 Sep 2026 11:13AM UTC 5
86.15
GitHub Action Run
8 run-v3-dynamic_loading-rsfbclient-rust - 34219335725.8 08 Sep 2026 11:13AM UTC 9
18.2
GitHub Action Run
9 run-v5-linking-rsfbclient-diesel - 34219335725.9 08 Sep 2026 11:13AM UTC 5
86.15
GitHub Action Run
10 run-v4-linking-rsfbclient-rust - 34219335725.10 08 Sep 2026 11:13AM UTC 9
18.2
GitHub Action Run
11 run-v2-linking-rsfbclient-rust - 34219335725.11 08 Sep 2026 11:22AM UTC 9
18.2
GitHub Action Run
12 run-v5-pure_rust-rsfbclient-rust - 34219335725.12 08 Sep 2026 11:14AM UTC 9
18.72
GitHub Action Run
13 run-v5-pure_rust-rsfbclient-diesel - 34219335725.13 08 Sep 2026 11:14AM UTC 5
86.15
GitHub Action Run
14 run-v2-linking-rsfbclient - 34219335725.14 08 Sep 2026 11:22AM UTC 13
85.41
GitHub Action Run
15 run-v3-pure_rust-rsfbclient-diesel - 34219335725.15 08 Sep 2026 11:19AM UTC 5
86.15
GitHub Action Run
16 run-v5-dynamic_loading-rsfbclient-rust - 34219335725.16 08 Sep 2026 11:15AM UTC 9
18.2
GitHub Action Run
17 run-v3-linking-rsfbclient-diesel - 34219335725.17 08 Sep 2026 11:13AM UTC 5
86.15
GitHub Action Run
18 run-v5-pure_rust-rsfbclient - 34219335725.18 08 Sep 2026 11:14AM UTC 12
83.99
GitHub Action Run
19 run-v3-dynamic_loading-rsfbclient - 34219335725.19 08 Sep 2026 11:13AM UTC 13
85.5
GitHub Action Run
20 run-v5-linking-rsfbclient - 34219335725.20 08 Sep 2026 11:12AM UTC 13
85.3
GitHub Action Run
21 run-v4-pure_rust-rsfbclient - 34219335725.21 08 Sep 2026 11:13AM UTC 12
84.06
GitHub Action Run
22 run-v3-pure_rust-rsfbclient-rust - 34219335725.22 08 Sep 2026 11:19AM UTC 9
18.2
GitHub Action Run
23 run-v4-dynamic_loading-rsfbclient-rust - 34219335725.23 08 Sep 2026 11:13AM UTC 9
18.2
GitHub Action Run
24 run-v3-pure_rust-rsfbclient - 34219335725.24 08 Sep 2026 11:19AM UTC 12
84.12
GitHub Action Run
25 run-v5-dynamic_loading-rsfbclient-diesel - 34219335725.25 08 Sep 2026 11:15AM UTC 5
0.0
GitHub Action Run
26 run-v2-dynamic_loading-rsfbclient - 34219335725.26 08 Sep 2026 11:13AM UTC 13
85.55
GitHub Action Run
27 run-v4-linking-rsfbclient - 34219335725.27 08 Sep 2026 11:13AM UTC 13
85.3
GitHub Action Run
28 run-v2-linking-rsfbclient-diesel - 34219335725.28 08 Sep 2026 11:22AM UTC 5
82.5
GitHub Action Run
29 run-v3-linking-rsfbclient - 34219335725.29 08 Sep 2026 11:13AM UTC 13
85.35
GitHub Action Run
30 run-v4-pure_rust-rsfbclient-rust - 34219335725.30 08 Sep 2026 11:13AM UTC 9
18.2
GitHub Action Run
31 run-v4-pure_rust-rsfbclient-diesel - 34219335725.31 08 Sep 2026 11:13AM UTC 5
86.15
GitHub Action Run
32 run-v3-linking-rsfbclient-rust - 34219335725.32 08 Sep 2026 11:13AM UTC 9
18.2
GitHub Action Run
33 run-v5-dynamic_loading-rsfbclient - 34219335725.33 08 Sep 2026 11:15AM UTC 13
85.39
GitHub Action Run
Source Files on build 34219335725
  • Tree
  • List 28
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #189
  • PR Base - master (#32660242224)
  • Delete
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