Add deterministic Zendesk Support ticket mock - #4
Merged
Conversation
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.
Why
RealReplicaBench currently covers storefront, marketplace, documents, email, and several business CLIs, but does not yet have a customer-support ticket surface. This contribution stages an offline support-desk API that can support realistic triage, assignment, escalation, comment, and status-transition tasks.
What this adds
The proposed listen port is 3117. It does not collide with a currently registered mock.
Data and assets
All implementation and fixture content is original. The mock contains no copied source, captured responses, logos, screenshots, fonts, or other third-party assets. Seed identities and records are synthetic and use example.test addresses. The README explicitly states that the project is not affiliated with or endorsed by Zendesk.
Validation
The integration tests cover token separation, filtering/search, deterministic create/update behavior, invalid-request atomicity, reference validation, comments and audit evidence, allowed status transitions, closed-ticket immutability, and exact reset behavior.
Benchmark comparability
This lands only in contrib staging. It is not registered, copied into the runtime image, or referenced by a task, so it does not alter the 107 current tasks or any published result. Promotion and task construction can remain a separate release-boundary change.