feat: add spector integration tests for 16 not-yet-covered scenario groups#3909
Merged
JialinHuang803 merged 4 commits intomainfrom Apr 15, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/Azure/autorest.typescript/sessions/2e59855a-ed5f-490a-b7ed-12080200f5ba Co-authored-by: v-jiaodi <80496810+v-jiaodi@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Verify and implement spector tests for scenario groups
feat: add spector integration tests for 14 not-yet-covered scenario groups
Apr 13, 2026
Member
|
@copilot Can you implement two additional scenario groups: Payload_Xml_ModelWithNamespaceOnPropertiesValue, Payload_Xml_ModelWithNamespaceValue |
Agent-Logs-Url: https://github.com/Azure/autorest.typescript/sessions/f6353c66-5c5e-4a3e-b727-23520223e91f Co-authored-by: JialinHuang803 <139532647+JialinHuang803@users.noreply.github.com>
Contributor
Author
Added |
Copilot
AI
changed the title
feat: add spector integration tests for 14 not-yet-covered scenario groups
feat: add spector integration tests for 16 not-yet-covered scenario groups
Apr 14, 2026
timovv
approved these changes
Apr 14, 2026
Copilot stopped work on behalf of
JialinHuang803 due to an error
April 15, 2026 08:12
Closed
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.
Adds missing Spector test coverage for scenario groups across 4 existing
.spec.tsfiles intest/azureModularIntegration/.Changes by file
azureClientGeneratorCoreOverride.spec.ts— addsGroupParameters.grouptest (skipped — emitter limitation)payloadPageable.spec.ts— addsServerDrivenPagination.AlternateInitialVerb.post(POST-then-GET link pagination)payloadXml.spec.ts— adds 11 model scenarios (22 get/put tests):ModelWithRenamedProperty,ModelWithNestedModel,ModelWithRenamedNestedModelModelWithWrappedPrimitiveCustomItemNames,ModelWithUnwrappedModelArrayModelWithRenamedWrappedModelArray,ModelWithRenamedUnwrappedModelArrayModelWithRenamedWrappedAndItemModelArray,ModelWithRenamedAttributeModelWithNamespace,ModelWithNamespaceOnPropertiesspecialWords.spec.ts— addsExtensibleStrings.putExtensibleStringValueAlready covered (no changes needed)
Azure_Core_Page.withParameterizedNextLink— already inazureCorePage.spec.tsAzure_ResourceManager_CommonProperties_Error.createForUserDefinedError— alreadyit.skipinazureArmManagedIdentity.spec.ts(blocked by open issue How to support readonly required property for input model in modular? #2965)Skipped / emitter limitations
Override.GroupParameters.group— skipped; emitter limitationClientDefaultValue.getHeaderParameter— emitter sendsapplication/jsoninstead of the@clientDefaultValue-specifiedapplication/json;odata.metadata=noneXmlPagination.listWithContinuation— emitter does not follow XML marker-based continuation tokens across pages (returns only first page)