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

ilpanich / axiam / 29830888120 / 1
91%
main: 91%

Build:
DEFAULT BRANCH: main
Ran 21 Jul 2026 12:56PM UTC
Files 172
Run time 4s
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

21 Jul 2026 12:37PM UTC coverage: 80.799%. Remained the same
29830888120.1

push

github

ilpanich
fix(bench): make Keycloak and Zitadel seed users loginable

Two seed-provisioning bugs left the benchmark bench users in a
non-loginable state, failing the post-seed smoke checks.

Keycloak (keycloak-ropc-login HTTP 400 "Account is not fully set up"):
KC 24+ ships the declarative user profile enabled with firstName and
lastName required. The bench user was created without them, so KC
attached a VERIFY_PROFILE required action on first login that the
non-interactive ROPC grant cannot satisfy. Add firstName/lastName and
requiredActions:[] to the create payload, PUT the corrected state
unconditionally (kc_post treats 409 as OK without updating, so a stale
user would keep its broken state across re-seeds), and verify no
required actions remain.

Zitadel (session-create HTTP 400 "User has not set a password"):
the human user was created with a top-level "password" field, which is
an unknown key to the management-v1 AddHumanUserRequest schema and is
silently dropped by the gRPC gateway, leaving the user in
USER_STATE_INITIAL with no password. Use the correct field name,
initialPassword, which creates the user already ACTIVE.

Both fixes verified end-to-end against live keycloak:26.7.0 and zitadel
containers: all seed smoke checks (incl. real password session-create)
pass, and a Keycloak re-seed exercises the idempotent PUT path.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01D2Q2PPBgvLEwrbNzXUqetL

25509 of 31571 relevant lines covered (80.8%)

61.39 hits per line

Source Files on job rust-workspace - 29830888120.1
  • Tree
  • List 172
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29830888120
  • 8e72ca17 on github
  • Prev Job for on main (#29821684919.1)
  • Next Job for on main (#29857537123.1)
  • 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