You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Handles replication specs updates as in SDKv2 and enables most of remaining SDKv2 Acc Tests (#2895)
* chore: Refactor fail_index_key_too_long to be compatible with old implementation and use zero values in advanced_configuration
* chore: fix formatting
* fix: nil pointer error
* chore: Refactor fail_index_key_too_long to be compatible with old implementation and use zero values in advanced_configuration
* chore: fix formatting
* fix: nil pointer error
* chore: Fixes converting to TPF by including all attributes in replication_specs
* fix: Prevent increasing num_shards from 1 when state doesn't use it
* refactor: Normalizing state can lead to replication specs updates when nodeCount=0 in an electable spec, therefore, not safe
* refactor: Normalizing state can lead to replication specs updates when nodeCount=0 in an electable spec, therefore, not safe
* fix: Update EbsVolumeType conversion to handle nil or empty string cases
* test: Support updating data files with updated diff requests
* chore: regenerate mock data
* refactor: Enable more tests in TPF
* refactor: Enhance patch operations to support suffix and prefix ignore/include options
* refactor: Add patch options to ignore and include specific state fields
* chore: Re-generate diff payloads
* refactor:use existing variable when no variable exist in config, probably there will be an import error if `{groupId`} is used as projectId
* refactor: Enable TestAccClusterAdvancedCluster_singleShardedMultiCloud test case
* test: Enable another test
* refactor: Add AllowOutOfOrder option to MockHTTPDataConfig and update MockRoundTripper behavior
* test: Enable more tests for TPF
* fix lint error
* chore: Update failIndexKeyTooLong retrieval to use getter method
* test: Skip tests for Advanced Cluster V2 schema due to unimplemented features
* refactor: Replace string checks with strconv.ParseBool for environment variable validation
* refactor: Simplify variable declarations in newAttrPatchOperations function
* Use empty string when legacyID is not set
* add workaround for TPF data source is not fully implemented yet
* remove err check in ParseBool
* fix: num_shards updates detection
* fix: handle nil patch in tenant upgrade request
* feat: add forceUpdateAttr option to force update of replication specs when num_shards have changed
* revert earlier num_shards fix
* chore: remove debugging code [ci skip]
* fix: update patch options to use ForceUpdateAttr for replicationSpecs
* Revert "add workaround for TPF data source is not fully implemented yet"
This reverts commit 6c2516c.
* remove: todo for `id`
* feat: Support isSchemaUpgrade to handle legacy to new schema
* test: Skip TestAccClusterAdvancedClusterConfig_asymmetricGeoShardedNewSchemaAddingRemovingShard until full replication_specs support is added
0 commit comments