Release: stage → prod (TE-4324: testName propagation + fallback fix)#513
Open
sushobhit-lt wants to merge 7 commits intoprodfrom
Open
Release: stage → prod (TE-4324: testName propagation + fallback fix)#513sushobhit-lt wants to merge 7 commits intoprodfrom
sushobhit-lt wants to merge 7 commits intoprodfrom
Conversation
…ot options Add testIdTestNameMap cache parallel to sessionTestIdMap so that testName is restored on subsequent LTMS-fallback cache hits. Populate snapshot.options.testName from LSRS getSmartUICapabilities response across all 3 resolution paths (Redis-success, sessionCapabilitiesMap cache-hit, LTMS-fallback). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The option-processing step built processedOptions from an explicit allowlist that only forwarded sessionId and testId, silently dropping testName. Add testName propagation in both prepareSnapshot and processSnapshot, mirroring the testId resolution order: inline option, then testIdTestNameMap lookup, then sessionCapabilitiesMap.name fallback. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
LSRS returns the test name under two different keys depending on the resolution path: - SessionInfo (Redis-success): `testName` - LTMS-fallback response: `name` The earlier fix only read `.name`, so the primary Redis-success path silently dropped the value. Read `testName` first with `name` as fallback in both server.ts (3 caps-resolution branches) and processSnapshot.ts (2 sessionCapabilitiesMap lookups). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
fix(TE-4324): read testName from caps with name fallback
Includes the TE-4324 testName-propagation series: - propagate testName from session capabilities to snapshot.options - carry testName through prepareSnapshot/processSnapshot allowlists - read testName from caps with name fallback (handles both LSRS Redis-success `testName` and LTMS-fallback `name` response shapes) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
chore: bump version to 4.1.67
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
Promote stage to prod. Includes 5 commits since last release — full TE-4324 testName-propagation series.
Commits being promoted
Highlights — TE-4324: testName end-to-end
Test plan
🤖 Generated with Claude Code