Adding test cases for primary key evaluation for complex composite views - #552
Merged
Conversation
ayush3797
requested review from
Aniruddh25,
JelteF,
Mathos1432,
aaronburtle,
aaronpowell,
abhishekkumams,
gledis69,
jarupatj,
junsu0ms,
mbhaskar,
milismsft,
seantleonard,
swviswan and
tarazou9
as code owners
July 13, 2022 15:56
jarupatj
reviewed
Jul 13, 2022
jarupatj
reviewed
Jul 13, 2022
jarupatj
reviewed
Jul 13, 2022
jarupatj
suggested changes
Jul 13, 2022
Aniruddh25
reviewed
Jul 15, 2022
Aniruddh25
reviewed
Jul 15, 2022
Aniruddh25
requested changes
Jul 15, 2022
Aniruddh25
left a comment
Collaborator
There was a problem hiding this comment.
Waiting on using Assert.ThrowsException
added 4 commits
July 25, 2022 12:06
…ithub.com/Azure/hawaii-gql into dev/agarwalayush/BootStrapFailureTestCase
…StrapFailureTestCase
jarupatj
reviewed
Jul 25, 2022
jarupatj
reviewed
Jul 25, 2022
jarupatj
suggested changes
Jul 26, 2022
seantleonard
previously requested changes
Jul 26, 2022
seantleonard
left a comment
Contributor
There was a problem hiding this comment.
Couple questions prior to merge.
Aniruddh25
approved these changes
Jul 27, 2022
jarupatj
suggested changes
Jul 28, 2022
jarupatj
approved these changes
Jul 28, 2022
seantleonard
left a comment
Contributor
There was a problem hiding this comment.
some nits and questions to consider for follow-up.
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.
This PR includes a test cases to affirm that an appropriate exception is thrown when the primary key for a view cannot be determined, and pass the bootstrap in case if it can be determined.
Please refer to this issue : #404
The fix was already provided in this PR: #414