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
Improvements for the vmcp e2e test infrastructure (#5026)
test/e2e: fix polling loop cancellation, unify OIDC options, remove stale link
- Replace time.Now()/time.Sleep polling in WaitForVMCPHealthReady with
context.WithTimeout + time.NewTicker + select, matching the pattern
already used in WaitForMCPServerReady
- Unify NewOIDCMockServer and NewOIDCMockServerWithClientOptions into a
single variadic constructor accepting OIDCMockOption, which covers both
Fosite-config and client-registration axes; update WithClientAudience
and WithAccessTokenLifespan to return OIDCMockOption
- Remove the Tracked by issue link from the vmcp_infra_features_test.go
package comment (belongs in the PR/commit, not in source)
Closes#5022
Co-authored-by: taskbot <taskbot@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments