-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Migrate mutation-relation tests to new framework #1109
refactor: Migrate mutation-relation tests to new framework #1109
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
TransactionId: 0, | ||
|
||
testUtils.TransactionRequest2{ | ||
// Delete a liniked book that exists. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
multiple instances of that typo: liniked
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😁 sorted lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See it. Say it. Sorted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code terrorists have won 😆 (also, I had no idea that phrase was/is used over here - thought it was a British thing lol)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've only ever heard that in London. I'm glad Canada reached (to some extent) independence.
* Add mutation/relation wrapper * Migrate TestTransactionalCreationAndLinkingOfRelationalDocumentsForward * Migrate TestTransactionalCreationAndLinkingOfRelationalDocumentsBackward * Migrate TestRelationalDeletionOfADocumentUsingSingleKey_Success * Migrate TestTxnDeletionOfRelatedDocFromPrimarySideForwardDirection * Migrate TestTxnDeletionOfRelatedDocFromPrimarySideBackwardDirection * Migrate TestATxnCanReadARecordThatIsDeletedInANonCommitedTxnForwardDirection * Migrate TestATxnCanReadARecordThatIsDeletedInANonCommitedTxnBackwardDirection * Migrate TestTxnDeletionOfRelatedDocFromNonPrimarySideForwardDirection * Migrate TestTxnDeletionOfRelatedDocFromNonPrimarySideBackwardDirection * Remove legacy framework wrapper
…work#1109) * Add mutation/relation wrapper * Migrate TestTransactionalCreationAndLinkingOfRelationalDocumentsForward * Migrate TestTransactionalCreationAndLinkingOfRelationalDocumentsBackward * Migrate TestRelationalDeletionOfADocumentUsingSingleKey_Success * Migrate TestTxnDeletionOfRelatedDocFromPrimarySideForwardDirection * Migrate TestTxnDeletionOfRelatedDocFromPrimarySideBackwardDirection * Migrate TestATxnCanReadARecordThatIsDeletedInANonCommitedTxnForwardDirection * Migrate TestATxnCanReadARecordThatIsDeletedInANonCommitedTxnBackwardDirection * Migrate TestTxnDeletionOfRelatedDocFromNonPrimarySideForwardDirection * Migrate TestTxnDeletionOfRelatedDocFromNonPrimarySideBackwardDirection * Remove legacy framework wrapper
Relevant issue(s)
Part of #1108
Description
Migrates mutation-relation integration tests to the new framework. Most of the work was done whilst waiting on another review. I'm parking this migration work for now and will otherwise be focusing on SchemaUpdates.