test: cover input_set git context and DeployAwsAgentCore schema sync#590
Draft
cursor[bot] wants to merge 1 commit into
Draft
test: cover input_set git context and DeployAwsAgentCore schema sync#590cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
Add regression tests for two recent merge gaps: - input_set GET must forward branch/repo/connector/storeType git context (#579) at both registry dispatch and harness_get tool layers — without these params the Harness API silently resolves remote sets from the default branch. - Auto-synced v0 pipeline/template schemas (#584) must expose DeployAwsAgentCoreRevision step definitions discoverable via harness_schema, following the existing Google agent runtime contract test pattern. Co-authored-by: Rohan Gupta <thisrohangupta@users.noreply.github.com>
|
|
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.
Description
Adds regression tests for two recently merged changes where production behavior was at risk but test coverage was incomplete.
Risky behavior now covered
Remote input set git context (fix(execute): forward git context so remote input sets resolve correctly #579) — Without branch/repoName/connectorRef/storeType on input-set GET, Harness silently resolves Git-backed input sets from the default branch (wrong values, no error). Tests lock this at both the registry dispatch layer and the public harness_get tool contract.
Schema auto-sync (chore: auto-sync harness schemas #584) — DeployAwsAgentCoreRevision step definitions added to v0 pipeline/template bundles must remain discoverable via harness_schema and present in bundled schema modules (same contract pattern as DeployGoogleAgentRuntimeRevision).
Test files added/updated
Why these tests materially reduce regression risk
Type of Change
Checklist