You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== FAIL: coderd/idpsync TestRoleSyncTable/AllTogether (0.00s)
t.go:109: 2025-04-25 08:58:51.042 [erro] idp-sync: failed to parse roles from claim field=bad-claim organization_id=bd03da10-9037-4355-ba73-5a0f5fafc788 user_id=b2469bb2-0f09-425b-81a7-84fa1885921b username=zealous_thompson12 ...
error= failed to parse roles from claim:
github.com/coder/coder/v2/coderd/idpsync.AGPLIDPSync.RolesFromClaim
/home/runner/work/coder/coder/coderd/idpsync/role.go:276
- invalid claim type. Expected an array of strings, got: int:
github.com/coder/coder/v2/coderd/idpsync.ParseStringSliceClaim
/home/runner/work/coder/coder/coderd/idpsync/idpsync.go:220
testing.go:1490: race detected during execution of test
Weirdly, I'm not seeing the usual stacktrace from the race detector...
When I run this test locally, I'm able to replicate the error above but I don't see any race-related output. In fact, the error logs but the test doesn't fail:
Seen here and here
Weirdly, I'm not seeing the usual stacktrace from the race detector...
When I run this test locally, I'm able to replicate the error above but I don't see any race-related output. In fact, the error logs but the test doesn't fail:
The text was updated successfully, but these errors were encountered: