Skip to content

Conversation

@scottmitchell
Copy link
Collaborator

Purpose

This PR follows up on DYN-1476, which fixed the AllowRankReductionAttribute on zero touch properties. This fix caused the behavior of Dictionary.Values to change, and broke a test that used that property. This PR removes AllowRankReductionAttribute from Dictionary.Values. We will consider adding it back for 3.0.

Declarations

Check these if you believe they are true

  • The code base is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning, and are documented in the API Changes document.

FYIs

@aparajit-pratap @mjkkirschner @QilongTang @smangarole

@mjkkirschner
Copy link
Member

👍 LGTM

@aparajit-pratap aparajit-pratap added the LGTM Looks good to me label Mar 8, 2019
@scottmitchell scottmitchell merged commit 24030ca into DynamoDS:master Mar 8, 2019
scottmitchell added a commit to scottmitchell/Dynamo that referenced this pull request Mar 8, 2019
…amoDS#9550)

* update

* Brought truncated search results and full query search out from behind debug menu. Deleted debug menu items.

* Removed AllowRankReduction from Dictionary.Values. Added TODO
scottmitchell added a commit that referenced this pull request Mar 8, 2019
…rties (#9542) (#9549)

* DYN-1476: AllowRankReductionAttribute on Zero Touch seems to be broken (#9542)

* update

* Brought truncated search results and full query search out from behind debug menu. Deleted debug menu items.

* Added CheckForRankReductionAttribute() method to FFIMemberInfo

* Cleaned up CheckForRankReductionAttribute

* Added AllowRankReductionAttribute tests

* Comments. Change method name.

* Update tests, method name

* Corrected test names

* Fixed annoying diff

* DYN-1476 Follow Up: Remove Rank Reduction from Dictionary.Values (#9550)

* update

* Brought truncated search results and full query search out from behind debug menu. Deleted debug menu items.

* Removed AllowRankReduction from Dictionary.Values. Added TODO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

LGTM Looks good to me

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants