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

codenotary / immudb / 24833580882
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: fix/issue-2100-sql-panics
DEFAULT BRANCH: master
Ran 23 Apr 2026 11:58AM UTC
Jobs 1
Files 310
Run time 13s
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
24833580882

Pull #2090

gh-ci

vchaindz
tests: three CI-breaking assertion / setup fixes

All three were in my working tree as pre-session scratch, never
committed to feat/auditlog. CI run 24833093508 surfaced them:

1. pkg/integration/client_test.go:983 — TestImmuClient_Delete
   expected "Marshal called with nil"; current runtime returns
   "no entries provided". Updated assertion to match.

2. pkg/server/access_log_interceptor_test.go — TestAccessLogInterceptors
   constructed a server without WithPort(0), causing port-
   contention failures when the test ran alongside the full
   server suite. Adds WithPort(0) following the pattern master
   applied elsewhere (commit d918155b).

3. pkg/client/session_test.go — TestImmuClient_OpenSession_StateServiceError
   set c.ServiceClient on a test-mock struct expecting that to
   intercept OpenSession calls. It didn't: OpenSession creates its
   OWN service client from the dial connection, so the mock was
   unreachable. Replaced with a real in-process gRPC server via
   bufconn that returns an OpenSessionResponse with an empty
   ServerUUID, triggering the intended NewStateServiceWithUUID →
   ErrNoServerUuid path. Adds emptyUUIDImmuServer as the minimal
   service implementation.

Golangci.yml working-tree change reverted — auto-formatter
artifact (line break mid-comment, tab-char cosmetic), not a real
fix.
Pull Request #2090: v1.11.0: PostgreSQL compatibility and SQL feature expansion

44586 of 52277 relevant lines covered (85.29%)

126794.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24833580882.1 23 Apr 2026 11:58AM UTC 310
85.29
Source Files on build 24833580882
  • Tree
  • List 310
  • Changed 67
  • Source Changed 0
  • Coverage Changed 67
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2090
  • PR Base - master (#24401624429)
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