-
Notifications
You must be signed in to change notification settings - Fork 72
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
Transform unused on DocumentManager.write(DocumentWriteSet, ServerTransform, Transaction) #396
Milestone
Comments
sammefford
added a commit
that referenced
this issue
Mar 8, 2016
…ntWriteSet, ServerTransform, Transaction)
sammefford
added a commit
that referenced
this issue
Mar 10, 2016
…ntWriteSet, ServerTransform, Transaction) (cherry picked from commit 9740ad5)
Added a test method to TestBulkWriteWithTransformations.
|
Ajit, I can see that this test validates that documents are written and rolled back when appropriate. But I can't tell if this test validates that the transform ran. Does it? |
Added verification to make sure that server transforms have occurred.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code for DocumentManager.write(DocumentWriteSet, ServerTransform, Transaction) was passing through the DocumentWriteSet and Transaction, but not the ServerTransform.
The text was updated successfully, but these errors were encountered: