Skip to content

PS-11435: Add auth_openid_connect suite to default MTR runs - #6076

Open
nogueiraanderson wants to merge 1 commit into
percona:8.4from
nogueiraanderson:PS-11435-add-auth-openid-connect-default-mtr
Open

PS-11435: Add auth_openid_connect suite to default MTR runs#6076
nogueiraanderson wants to merge 1 commit into
percona:8.4from
nogueiraanderson:PS-11435-add-auth-openid-connect-default-mtr

Conversation

@nogueiraanderson

@nogueiraanderson nogueiraanderson commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Feature

  • The auth_openid_connect MTR suite now runs in default mtr invocations and in the Jenkins parallel MTR pipeline.

Why

  • The OIDC plugin ships in 8.4 with an MTR suite that CI never executes, so regressions in OIDC authentication go uncaught.
  • The check_suites CI gate requires DEFAULT_SUITES and the per-worker suite split to change together, so both files move in one PR.

Tickets

Problem:
The auth_openid_connect MTR suite was listed neither in DEFAULT_SUITES
in mysql-test-run.pl nor in the Jenkins per-worker suite split in
suites-groups.sh. Neither default local mtr invocations nor the Jenkins
parallel MTR pipeline executed it, so regressions in OIDC authentication
were not caught by CI.

Fix:
Added auth_openid_connect to DEFAULT_SUITES and to one worker per build
type (Debug, RelWithDebInfo, Valgrind) in suites-groups.sh, next to
auth_sec. The check_suites consistency gate passes for all three build
types.
@hulyav
hulyav requested a review from inikep August 13, 2026 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant