Update load-testing skill: u2m auth and relax matrix requirements#196
Open
jennsun wants to merge 4 commits intodatabricks:mainfrom
Open
Update load-testing skill: u2m auth and relax matrix requirements#196jennsun wants to merge 4 commits intodatabricks:mainfrom
jennsun wants to merge 4 commits intodatabricks:mainfrom
Conversation
…atrix, add docs draft - M2M OAuth no longer required for short tests (<1hr) — U2M from `databricks auth login` works automatically - Shrink recommended test matrix from 8 to 6 configs (Medium w2/w3/w4, Large w6/w8/w10) - Update estimated duration: 6 apps ~45min with defaults, under U2M token lifetime - Example commands: quick test uses U2M, overnight/multi-run examples keep M2M - Add draft docs page for Databricks docs (agent-load-testing/docs/load-test-apps.md) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
U2M via `databricks auth token --host` fails when multiple profiles match the same host. Adding DATABRICKS_PROFILE to the instructions ensures the scripts use the correct profile. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
bbqiu
approved these changes
Apr 21, 2026
Contributor
bbqiu
left a comment
There was a problem hiding this comment.
did you mean to check in the agent-load testing folder?
lgtm otherwise
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow up from https://github.com/databricks-eng/universe/pull/1816018#discussion_r3112376990
databricks auth loginis better for short tests (<1 hour). M2M only recommended for prolonged 1hr+ load testing. Reduces friction since creating a service principal requires workspace admin.--client-id/--client-secret), overnight examples keep M2M.Test plan
/load-testingskill works with U2M auth (no service principal) on a short test run