From ca245dbecb9ea0755de5733e2a2b743995fba014 Mon Sep 17 00:00:00 2001 From: ShocOne <62835948+ShocOne@users.noreply.github.com> Date: Tue, 25 Aug 2026 10:26:29 +0100 Subject: [PATCH] chore: re-pin the thousandeyes corpus document to 7.0.102 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) --- internal/corpus/testdata/corpus.lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/internal/corpus/testdata/corpus.lock.json b/internal/corpus/testdata/corpus.lock.json index 5018aa3..ae1b4ec 100644 --- a/internal/corpus/testdata/corpus.lock.json +++ b/internal/corpus/testdata/corpus.lock.json @@ -14,12 +14,12 @@ }, "thousandeyes": { "mirrorUrl": "", - "operationCount": 326, - "pathCount": 207, - "pinnedAt": "2026-08-14T14:57:52.057286Z", - "sha256": "68e45bf31813e6115b060bf14a720ee017dc00103e963cc552813958d1d8b82d", + "operationCount": 327, + "pathCount": 208, + "pinnedAt": "2026-08-25T09:25:47.069601Z", + "sha256": "b33faf23c39f64e124149760cccbc78d149ccbd5a32c128b113ba2e2286bf014", "upstreamUrl": "https://pubhub.devnetcloud.com/media/000-v7-apis/docs/reference/unified-oas/api.yaml", - "version": "7.0.100" + "version": "7.0.102" } } }