Add pact replay mismatch summary output#15
Closed
h1065153539-create wants to merge 2 commits into
Closed
Conversation
Owner
|
Thanks for the PR. I am closing this because |
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
--replay-summaryfor human-readable OpenAPI pact replay mismatch triage--replay-summary-jsonfor CI/chat-ops artifactstools/fixtures/docs/OPERATIONS.mdValidation
tools/openapi_pact.lua --replay-summary tools/fixtures/pact_replay_fail.jsonand confirmed the output includesPOST /auth/login, status mismatch, and response body shape differences.tools/openapi_pact.lua --replay-summary-json tools/fixtures/pact_replay_fail.json; the output parsed as JSON with 2 failed interactions.tools/openapi_pact.lua --replay-summary tools/fixtures/pact_replay_pass.json; the output reports 0 failing interactions.git diff --checkpassed.python3 build.pywas run in WSL and produceddiagnostic/build-31d4d08b.logdplusdiagnostic/build-31d4d08b.jsonfor change commit31d4d08b.Build note
The repository-wide WSL diagnostic build recorded failures for unavailable/shimmed multi-language tools in this validation environment (
cargo,npm,go,make,cmake,javac,ruby,luac,ghc). The required encrypted diagnostic artifact was still generated and included.Fixes #4