list and identity implementation : azurerm_storage_sync_server_endpoint#31988
list and identity implementation : azurerm_storage_sync_server_endpoint#31988aayushsingh2502 wants to merge 4 commits intomainfrom
Conversation
| ) | ||
|
|
||
| type StorageSyncServerEndpointTestResource struct{} | ||
| type StorageSyncServerEndpointResource struct{} |
There was a problem hiding this comment.
The rename was done as part of the refactor that introduced the sequential wrapper test and reused the helper across multiple test files. The file moved from standalone tests to grouped sequential tests, and the helper struct name was normalized from StorageSyncServerEndpointTestResource to StorageSyncServerEndpointResource.
|
Added some minor comments except testing one. Also documentation changes are not present, please add them also. Copilot cli also caught a bug in list acceptance test query. Pasting co-pilot's code review comments also. Main findings:
|
Fixed, thanks for flagging this. Added. |
|
@rigalGit have all your previous issues been addressed? I've looked at this myself and I think it is good. @aayushsingh2502 can you resolve the current conflict and run the tests manually with a registered server? The TC test link above wasn't really a test, all tests are ignored (skip), if there is a way to run the tests manually and post the summary of results here, that would be good. |
|
@toddgiguere I have fixed the merge conflict. |
|
@aayushsingh2502 I wasn't referring to a manual run of the query, I meant a manual run of the actual unit tests, especially since you added identity and made changes to the existing endpoint_test.go. If you look at your TeamCity link in the description, all of the tests that were run are just the following output:
That's because there is a manual step required to run the tests, so they are skipped. Are you able to run the whole unit test set manually? If so that is what I meant. |
|
@toddgiguere Manual Test Summary: azurerm_storage_sync_server_endpointWhat was tested
Key outcomes
ConclusionManual validation passed. |
Community Note
Description
Implemented list and identity in azurerm_storage_sync_server_endpoint
Teamcity link: https://hashicorp.teamcity.com/buildConfiguration/TF_AzureRM_AZURERM_SERVICE_PUBLIC_STORAGE/631915?buildTab=overview
Manul run output:
PR Checklist
For example: “
resource_name_here- description of change e.g. adding propertynew_property_name_here”Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_resource- support for thething1property [GH-00000]This is a (please select all that apply):
Related Issue(s)
Fixes #0000
AI Assistance Disclosure
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the provider.
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
Note
If this PR changes meaningfully during the course of review please update the title and description as required.