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

ilpanich / axiam / 29830888120
83%

Build:
DEFAULT BRANCH: main
Ran 21 Jul 2026 12:39PM UTC
Jobs 2
Files 259
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

21 Jul 2026 12:37PM UTC coverage: 82.648%. Remained the same
29830888120

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

1682 of 1859 branches covered (90.48%)

Branch coverage included in aggregate %.

28697 of 34898 relevant lines covered (82.23%)

69.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 rust-workspace - 29830888120.1 21 Jul 2026 12:56PM UTC 172
80.8
GitHub Action Run
2 frontend-vitest - 29830888120.2 21 Jul 2026 12:39PM UTC 87
93.91
GitHub Action Run
Source Files on build 29830888120
  • Tree
  • List 259
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29830888120
  • 8e72ca17 on github
  • Prev Build on main (#29821684919)
  • Next Build on main (#29857537123)
  • 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