chore: re-pin the thousandeyes corpus document to 7.0.102 - #112
Merged
Conversation
The vendor replaced the document the lock pinned, so the fetch no longer matched its hash and both tests reading it failed. The pin now names what the URL serves: 208 paths and 327 operations, one more of each. Rewritten by corpus.RewriteLock, so pinnedAt moves to the fetch time and the new bytes are materialised rather than an old cache being reused under a new hash. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This was referenced Aug 25, 2026
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.
mainis red. The ThousandEyes vendor replaced the document the lock pinned, so the fetch stopped matching its hash and both tests reading it failed.A clean vendor bump — one new path, one new operation. Same maintenance as #92 (7.0.99 → 7.0.100).
Rewritten by
corpus.RewriteLockrather than by hand, sopinnedAtmoves to the fetch time and the new bytes are materialised instead of an old cache being reused under a new hash. The tests assertlen(doc.Paths) == pin.PathCount, so the counts move with the pin and nothing else needed touching.Verification
Cold corpus cache, corpus tests forced to run rather than skip:
Both previously failing tests now pass:
TestIntegration_Specmodel_LoadsAPinnedVendorDocumentandTestIntegration_IntermediateRepresentation_DerivesAPinnedVendorDocument.Worth deciding separately
This is the third ThousandEyes repin.
thousandeyes.upstreamUrltracks latest, so the pin goes stale whenever the vendor publishes — and it goes stale with no push, somainsat green in Actions while being red on a fresh checkout. The GitHub pin doesn't have this problem because #95 moved it to a commit sha; Cisco DevNet offers no equivalent immutable URL, so a mirror or a scheduled run is what would close it.🤖 Generated with Claude Code