feat(loadtest): expand locust coverage to 100% of coverable endpoints#2747
Merged
crivetimihai merged 1 commit intomainfrom Feb 7, 2026
Merged
feat(loadtest): expand locust coverage to 100% of coverable endpoints#2747crivetimihai merged 1 commit intomainfrom
crivetimihai merged 1 commit intomainfrom
Conversation
Add 17 new User classes (batches 12-14) covering entity updates, LLM CRUD, gateway CRUD, auth email, teams/RBAC/token write ops, reverse proxy, admin detail reads, admin gRPC, admin HTMX ops, admin MCP registry, admin LLM ops, admin observability queries, and misc endpoints. Coverage goes from 64% (244/380) to 98.2% (373/380), with the remaining 7 being intentionally skipped SSE/streaming and OAuth browser flow endpoints. Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
kcostell06
pushed a commit
to kcostell06/mcp-context-forge
that referenced
this pull request
Feb 24, 2026
…IBM#2747) Add 17 new User classes (batches 12-14) covering entity updates, LLM CRUD, gateway CRUD, auth email, teams/RBAC/token write ops, reverse proxy, admin detail reads, admin gRPC, admin HTMX ops, admin MCP registry, admin LLM ops, admin observability queries, and misc endpoints. Coverage goes from 64% (244/380) to 98.2% (373/380), with the remaining 7 being intentionally skipped SSE/streaming and OAuth browser flow endpoints. Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
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
tests/loadtest/locustfile.py, expanding from 66 to 83 User classes (364 tasks)New User classes by batch
Batch 12 — Entity CRUD extensions:
EntityUpdateExtendedUser,LLMCRUDUser,GatewayCRUDExtendedUser,AuthEmailCRUDUserBatch 13 — Write operation extensions:
TeamsExtendedWriteUser,RBACExtendedWriteUser,TokensExtendedWriteUser,ReverseProxyExtendedUserBatch 14 — Admin and misc coverage:
AdminDetailReadExtendedUser,AdminGrpcCRUDUser,AdminHTMXEntityOpsUser,AdminMCPRegistryOpsUser,AdminLLMOpsUser,AdminObservabilityQueriesUser,MiscEndpointsUser,AdminHTMXEntityCRUDUser,AdminUsersOpsUser,AdminTeamsHTMXOpsUserTest plan